@charset "utf-8";

#left h1{
	color:#90d103;
	font-size:1.3em;
	margin-bottom:30px;
}
#left{
	padding-right:30px;
	width:710px;
}
.team{
	margin-bottom:40px !important; 
}
	
	
.team img{
	
	padding:10px;
	background:#F7F7F7;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	border:1px solid #CCC;
	float:left;
	margin-right:30px;
	margin-bottom:30px;
}
.team h2 a img{
	
	padding:0;
	background:#FFF;
	-moz-border-radius:0; /* Firefox */
	-webkit-border-radius:0; /* Safari, Chrome */
	-khtml-border-radius:0; /* Konqueror */
	border-radius:0px; /* CSS3 */
	border:0;
	float:none;
	margin-right:0;
	margin-bottom:0;
	margin-left: 20px;
}

.team h2{
	color:#90d103;
	font-size:1.1em;
	margin-bottom:10px;
}

.team h3{
	color:/*#03b2d1*/ #7c03d1;
	font-size:.9em;
	margin-bottom:10px;

}
.team h4{
	color:#000;
	font-size:.8em;
	margin-bottom:10px;
	font-weight:bold;
	

}
#content ul li{	list-style-position:outside;
	display:block;
	background:url(img/li.png) left center no-repeat;
	padding-left:30px;
	padding-top:4px;

 font-size:.8em;}
 .rightteam{
	 width:500px;
	 float:right;
	 margin-bottom:40px;
 }