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

#container{
		height: 665px;
		width: 960px;
		}
.about{
		float:left;
		width:423px;
		height: 520px;
		background-image: url(images/about_us.png);
		background-repeat:no-repeat;
		
		}
.new {
		margin-left: 20px;
		}			
.about p {
		padding: 60px 20px 0px 20px;
		text-align: justify;
		}
.about p span{
		font-weight: bold;
		}
.about a {
		background-image: url(images/arrow.jpg);
		background-repeat:no-repeat;
		display:block;
		width:10px;
		height:15px;
		padding-left:15px;
		white-space:nowrap;
		margin-left: 20px;
		}		
.team{
		float:left;
		width:422px;
		height: 530px;
		background-image: url(images/our_team.png);
		background-repeat:no-repeat;
		margin-left: 65px;
		}
			
.team p {
		padding: 60px 20px 0px 20px;
		text-align: justify;
		}
.team p span{
		font-weight: bold;
		}
.team_pict {
		height: 100px;
		}
		
.team_pict img{
		float: left;
		padding: 10px;
		clear: both;
		}
.team ul li p{
		padding-top: 20px;
		float: left;
		}		
.docs {
		float: left;
		width: 455px;
		height: 105px;
		}	
.docs a {
		margin-left: 20px;
		}		