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

body{
	margin-top:0;
	color:#666666;
	font-family:Arial, sans-serif;
	background: url(../images/bgMain.png) repeat-x center top #FFF;	
	font-family:Arial, Helvetica, sans-serif;
}

#main{
	width:837px;
	margin:0 auto;
}

#header{
	height:199px;
	margin:0 auto;
	float:left
}

#logo{
	margin:45px 100px 0 5px;
	float:left;
}

#splash{
	height:258px;
	margin:0 auto;
	float:left;
	display:block;
}

#nav{
	float:right;
	width:280px;
	margin:95px 240px 0 0;
}

#mainNav{
	width:150px;
	float:left;
	margin:0 20px 0 0;
}


#subNav{
	width:100px;
	float:right;
	margin:0 0 0 0;
}

#mainBody{
	float:right;
	width:584px;
	margin:5px 120px 10px 0;
	font-size:13px;
	line-height:150%;
	color:#565656;
}

#mainBody2{
	float:right;
	width:500px;
	margin:5px 80px 10px 0;
	font-size:13px;
	line-height:150%;
	color:#565656;
}

#mainBody3{
	float:right;
	width:664px;
	margin:5px 44px 10px 0;
	font-size:13px;
	line-height:150%;
	color:#565656;
}

#sideBar{
	float:left;
	width:150px;
	margin:15px 0 0 100px;
}

#profile{
	float:right;
	width:250px;
	margin:75px 20px 0 0;
}

.title{
	font-size:16px;
	color:#336600;
	font-weight:bold;
}

#footer{
	width:837px;
	display:block;
}

#copyright{
	float:right;
	font-size:10px;
	color:#808080;
	margin:4px 10px 25px 0;
}

a {
	color:#336600;
	text-decoration:none;
}

a:hover {
	color:#6DA041;
}	

#clear{
	clear:both;
}

