* {
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #0a0a46;
}
p {
	padding-bottom: 12px;
}
h1 {
	font-size: 18px;
	margin-bottom: 18px;
	visibility: hidden;
}
h2 {
	font-size: 18px;
	margin-bottom: 18px;
	visibility: visible;
}
ul{
	padding: 0px 10px;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
#title {
	height: 152px;
	width: 100%;
	background-image: url(images/evening_grad.jpg);
	background-repeat: repeat-x;
}
#evening_logo {
}
#wrapper {
	width: 900px;
	min-width: 900px;
	border: 0px none;
	margin: auto;
	background-color: #D9D9D9;
	background-image: url(images/gray_background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_wrapper {
	clear: both;
	float: right;
}
#main_menu {
	height: 57px;
	background-image: url(images/menu_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: none;
	background-position: top;
	width: 500px;
}
#shadow_left {
	background-image: url(images/shadow_left.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 14px;
	clear: left;
	float: left;
}
#shadow_middle {
	background-image: url(images/shadow_middle.png);
	background-repeat: repeat-x;
	background-position: left top;
	clear: none;
	float: left;
	height: 9px;
	width: 486px;
}
#content_top {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/painters.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_incidental {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/incidental_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_contact {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/contactus_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_sponge {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/spongejet_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_filter {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/filters_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_blastrac {
	clear: both;
	height: 185px;
	width: 900px;
	background-image: url(images/blastrac_titlebar.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content {
	clear: both;
	margin: 0px 50px 0px 50px;
	padding: 0px 20px;
	width: 760px;
	background-image: url(images/content_middle.png);
	background-repeat: repeat;
	z-index: 2;
}
#content_text {
	background-image: url(images/tree_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#content_bottom {
	height: 140px;
	width: 760px;
	margin: 0px 50px 0px 50px;
	padding: 0px 20px 20px 20px;
	background-image: url(images/big_logo_faded.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main_menu_list {
	text-align: center;
	clear: none;
	float: left;
}
#main_menu a {
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
#main_menu a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#blue_links {
	color: #0099FF;
	text-decoration: underline;
}
#blue_links:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#li_list {
	display: inline;
	list-style-type: none;
	border-right: 1px solid #FFFFFF;
	font-size: 14px;
	height: 57px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 57px;
}
#li_end {
	display: inline;
	list-style-type: none;
	border-right: 1px none #FFFFFF;
	font-size: 14px;
	height: 57px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 57px;
}
#menu_left {
	font-size: 14px;
	height: 57px;
	background-image: url(images/menu_left.jpg);
	width: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
}
#menu_right {
	font-size: 14px;
	height: 57px;
	background-image: url(images/menu_right.jpg);
	width: 10px;
	clear: right;
	float: right;
}
#column {
	clear: right;
	float: right;
	width: 33%;
	color: #FFFFFF;
	background-color: #161D8B;
	padding: 20px;
	margin: 20px 10px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(images/blue_grad.jpg);
}
#center {
	color: #666666;
	text-align: center;
}
#two-col {
	width: 100%;
	display: table;
}
#col-one {
	width: 49%;
	clear: left;
	float: left;
}
#col-two {
	display: inline;
	width: 49%;
	clear: right;
	float: right;
}
