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

body{
	font-family:helvetica, arial;
	background:#fff;
}	

#container{
	width:800px;
	margin:0 auto;
}

#header{
	padding:5px 0 3px;
	width:800px;
	color:#404040;
	font-size:1.0em;
	letter-spacing:0.3px;
	text-transform:uppercase;
	float:left;
}

#header img{
	padding:0 8px 0 11px;
}	

#links{
	width:800px;
	clear:both;
	text-transform:uppercase;
	font-size:45pt;
	float:left;
	text-align:center;
	letter-spacing:1.1px;
}

#links a{
	color:#fff;
	text-decoration:none;
}
	

#footer{
	background:url(/images/footer_img.jpg);
	width:800px;
	height:130px;
	float:left;
}

#std{
	width:800px;
	text-align:right;
	color:#b0b0b0;
	font-weight:bold;
	padding:8px 0;
	font-size:1.1em;
	letter-spacing:1.0px;
	float:left;
}

#links #left{
	float:left;
	width:400px;
}	

#links #right{
	float:right;
	width:400px;
}

.light{
	width:400px;
	background:#bebebe;
}	

.dark{
	width:400px;
	background:#b0b0b0;
}

.light, .dark{
	padding:15px 0 10px;
}	

.light:hover, .dark:hover{
	background:#343434;
}

#content_l{
	background:#fff none repeat scroll 0 0;

	font-size:9pt !important;
	padding:48px 0;
	width:800px;border-top:1px solid #e2e2e2;font-family:tahoma;
}		

#nav_l{
	width:800px;
	background:#b0b0b0;
}	

#content_d{
	background:#fff none repeat scroll 0 0;
	padding:48px 0;
	width:800px;font-family:tahoma;
font-size:9pt !important;border-top:1px solid #e2e2e2;
}


#nav_d{
	width:800px;
	background:#bebebe;
}	

#nav_l a:hover, #nav_d a:hover{
	text-decoration:underline;
}	

content_l a:hover, content_d a:hover{
	text-decoration:underline;
}


#links p{
	padding:0 15px;
	line-height:13pt;
}	

