@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#container {
	position: relative;
	width: 800px;
	background-color: #fff;
	margin: 0px auto 0px auto;
	padding: 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	height: 242px;
	background-image: url(../images/site_design/header.jpg);
	background-repeat: no-repeat;
	color: #fff;
	margin: 0px;
	padding: 0px;
}
#header_nav {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 11px;
}
#header_nav img {
	margin-left: 7px;
	margin-right: 7px;
}
#header_nav a:link, #header_nav a:active, #header_nav a:visited {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: uppercase
}
#header_nav a:hover {
	color: #8fd400;
}
#header #home_link {
	display: block;
	position: absolute;
	top: 40px;
	left: 50px;
	width: 300px;
	height: 130px;
}
#header #contact_link {
	display: block;
	position: absolute;
	top: 175px;
	left: 50px;
	width: 300px;
	height: 40px;
}
#header #look_good {
	display: block;
	position: absolute;
	top: 125px;
	left: 375px;
	width: 350px;
	height: 75px;
}
#content_header {
	width: 800px;
	height: 33px;
	background-image: url(../images/site_design/gradient_bar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px; 
	z-index: 50;
}
#footer {
	color: #666;
	padding: 20px 20px 20px 20px;
	text-align: right;
	line-height: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #666;
} 
#footer a:hover {
	text-decoration: underline;
}
/* Interior Page Elements */
#body_content {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	width: 100%;
}
#body_content h2 {
	font-weight: normal;
	font-size: 18px;
	padding-top: 15px;
	margin-top: 0px;
	z-index: 100;
}
#page_header {
	z-index: 20;
	color: #333333;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	width: 250px;
	position: absolute;
	top: 226px;
	left: 435px;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}
/* Utility classes */
.clear {
	clear: both;
}
.green_text {
	font-size: 11px;
	color: #339900;
}