#wrapper{
	width:1000px;
	margin:0 auto;
	}
#header{
	width:100%;
	height:350px;
	position:relative;
	background:url(../images/bg-heder.jpg) no-repeat 24px 43px;
	}	
#main {
	width:100%;	clear:both;
	position:relative
	}
#left-news{
	float:left; width:185px;
	padding:80px 0 0 15px;
	}
#left-menu{
	float:left;
	width:195px; 
	padding:95px 0 0 5px
	}	
#content{
	float:left; width:440px;
	padding-top:20px
	}
#content2{
	float:left; width:790px;
	padding-top:20px; margin-left:10px
	}	
#right{
	float:right; width:335px;
	padding-right:20px;	
	}	
#footer{
	padding:0 0 10px 200px;
	width:800px;
	}		
