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

#content{
	background:url(../../img/images/menu_content_background.jpg) no-repeat;
	
}



#content_main{
	width:800px;
	float:right;
	height:600px;
	overflow:auto;
	}
	
#content_main .mainContent{

}

#content_main ul{
	margin-top:30px;
	}

#content_main ul li{
	background:none;
	width:750px;
	border:none;
	height:40px;
	margin-top:0px;
	-moz-border-radius: none;
	-khtml-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	-khtml-box-shadow:none;
	box-shadow:none;
	
	
	margin-left:20px;
	}

#content_main ul li a{
	text-decoration:underline;
	}
	
#content_main .exerpt{
	width:300px;
	color:#333;
	margin-left:20px;
	}
#content_main .columnHeader{
	margin-top:58px;
	}

#content_main .columnHeader .little{
	font-size:14px;
	font-weight:300;
	color:#666;
	margin-left:10px;
	}
	

#sidebarLeft ul{
	width:200px;
	float:none;
	}
	
	
#sidebarLeft ul{
	margin-top:100px;
	
	}
#sidebarLeft ul li{
	text-align:right;
	}
#sidebarLeft ul li a{
	color:#901d0a;
	display:block;
	width:100%;
	border:bottom:1px solid #dadada;
	}
#sidebarLeft ul li  a:hover{
	color:#666;
	text-decoration:underline;
	}
	
	#sidebarLeft img{
		margin-left:10px;
		margin-top:150px;
		}
	




	
