/* 
	DClark Created
	March 12, 2010
	
*/

h1 { margin:0px; font-weight:none; font-size:13px; color:#7e9fbc;}

body {
	background-color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
	margin: 0px;
	padding: 0;
}

#wrapper {
	width:720px;
	min-height:400px;

	margin: 0px auto;	
	
	background-color: #000;
}

#banner {
	position:relative;
	width:720px;
	height:125px;
	background:url(../images/e3_header.gif);
	padding: 0;
	margin: 0;
}

#left {
	position:relative;
	float:left;
	width:330px;
	height:562px;
	background:url(../images/e3_left.jpg);
}

#content {
	position:relative;
	float:right;
	width:324px;
	border-left:1px solid #7e9fbc;
	padding:0 30px;
}

.truth {
	position:relative;
	float:left;
	width:310px;
	height:119px;
	background:url(../images/e3_truth.gif);
}

#nav {
	position:relative;
	float:left;
	width:413px;
	height:38px;
	overflow:hidden;
	color:#7e9fbc;
	font-size:13px;
	font-weight:none;
	margin-top:10px;
}

.nav_MainHome 			{ position: absolute; left:0px; display: block; width: 95px; height: 35px; background: url(../images/sf_navMain.gif) top left; }
.nav_MainHome:hover 	{ background-position: 0 35px; }

#footer {
	position:relative;
	float:left;
	width:720px;
	font-size:9px;
	color:#7e9fbc;
	padding-bottom:30px;
}

/* Generic */
a:link 		{ color: #ffffff; text-decoration:none;}
a:visited 	{ color: #ffffff; text-decoration:none;}
a:hover 	{ color: #ffffff; text-decoration:underline; }

/* Footer */
#footer a:link 		{ color: #7e9fbc; text-decoration:none;}
#footer a:visited 	{ color: #7e9fbc; text-decoration:none;}
#footer a:hover 		{ color: #ffffff; text-decoration:underline; }

