@charset "utf-8";
/* CSS Document */
/*--------------------structure--------------------*/

html, body {
	background-color:#333333; 
    background-repeat:repeat-x;
    background-image:url(../images/bg_fade.jpg);
	background-position: top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
/*-------------div rules and resets-------------*/
.container_c img {
	margin:0px 6px 0px 0px;
}

a:link { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}
a:hover { 
	color: #06F;
	text-decoration: none;
	font-weight:bold;
	}
a:active { 
	color: #06F;
	}
#subnav ul {
	text-decoration:none;
	list-style: none;
    margin: 0;
    padding: 0; 
	font-family:Verdana, Geneva, sans-serif;
}
#subnav li a:link, #subnav li a:visited   {
 font-size: 90%;
 display: block;
 padding: 0.4em 0 0.4em 0.5em;
 border-left: 12px solid #333;
 background-color: #000;
 color: #FFFFFF;
 text-decoration: none;
}
#subnav li a:hover {
 background-color: #333;
 color: #FFFFFF;
}
#subnav li a:active{
 background-color: #333;
 color: #06F;
}

/*---------------------div id's--------------------*/
#section_head {
	float:right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:36px;
	color:#FFF;
	width:592px;
	height:60px;
	text-align: right; 
	padding-right:20px;
	padding-top:8px;
}
#subnav {
	width:182px;
	height:auto;
	float:left;
}
#content {
	width:585px;
	height:auto;
	padding:15px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	clear:both;
}

#footer {
	width:800px;
	height:auto;
	padding-top:60px;
	padding-bottom:40px;
	margin:0 auto; 
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	clear:both;
}
#nav {
	width:800px;
	height:82px;
	
}
/*-----------------div classes---------------------*/
.container_l{
	float:left;
	width:auto;
	height:auto;
}
.container_r{
	float:right;
	width:auto;
	height:auto;
}

.container_c{
	width:800px;
	height:auto;
	margin:0 auto; 
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;

}
.container{
	width:auto;
	height:auto;
}
.content_l {
	width:400px;
	height:140px;
	float:left;
}
.content_r {
	width:400px;
	height:140px;
	float:right;
	display:block;
}

