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

#sidebarLeft img{
	margin-left:15px;
	
	
}
#content ul{
	margin-top:20px;
	width:800px;
	float:right;
	height:500px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	border:1px solid #dadada;
	-moz-box-shadow: rgba(76,60,60,1) 0 4px 18px;
	-webkit-box-shadow: rgba(76,60,60,1) 0 4px 18px;
	-khtml-box-shadow:rgba(76,60,60,1) 0 4px 18px;
	box-shadow:rgba(76,60,60,1) 0 4px 18px;
		background:url(../../img/images/content_background.jpg);

	}
#content ul .columnHeader{
	padding:20px;
	padding-bottom:10px;
	}
#content ul li{
	width:750px;
	
	height:100px;
	margin-bottom:20px;
	margin-left:20px;
	
	}

#content ul li .details{
	margin-left:35px;
	}
#content ul li .title{
	font-size:18px;
	font-weight:bold;
	color:#333;
	padding:10px;
	padding-bottom:0;	
	border-bottom:1px solid #dadada;
	}
	
	
#content ul li .description{
	padding:2%;	
	padding-top:0;
	text-indent:20px;
	
	}


#content ul li .image{
	float:right;
	width:150px;
	text-align:center;
	margin-top:10px;
	padding:2%;
	}
	
#content ul li .image img{
	height:150px;
	border:1px solid black;
	background:white;
	padding:2%;
	}
