@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	background: #002745 url(images/background_v.jpg) center repeat-y;
	width:960px;
	margin:auto;
}
body2{
	background: #011c37 url(../images/background.jpg) top center no-repeat;
	width:960px;
	margin:auto;
}
#header{
	width:960px;
	height:200px;
}
#content{
	float:left;
	width:710px;
	height:300px;
	margin-top:10px;
	margin-left:5px;
}
#contact{
	margin:10px 0 0 5px;
	float:left;
	width:240px;
	height:300px;
	background:url(images/section_back.png) center center no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.section,#clients{
	margin-top:10px;
	float:left;
	width:240px;
	height:300px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#clients{
	background:url(images/clients_back.png) center center no-repeat;
	text-align:center;
}

.title{
	margin: 6px 0 10px 15px;
	text-align:left;
}
.title2{
	margin: 14px 0 10px 15px;
	text-align:left;
}
.text{
	margin: 10px 15px;	
	font-size:10px;
	text-align:left;
}
#slideShow img{
	margin: 0px 14px;	
}
#bottom{
	float:left;
	width:100%;
	height:38px;
	background:url(images/back_bottom_09.jpg) repeat-x;
	margin:15px 0;
	text-align:center;
}

#bottom p{
	color:#666;
	margin-top:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

