html{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	font-size: 15px;
	line-height: 22px;
	font-family: Lucida Sans;
	color: #2f3b44;
	background-color:#FFFFFF;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:auto;
}

.header_wrapper{
	width: 100%;
	background:url(../images/header.jpg) repeat-x;
	height:114px;
	margin:0px;
	padding:0px;
}

.header{
	width:1000px;
	max-width:1000px !important;
	margin:0 auto;
	background:transparent;
	padding:0px;
}

.header_sus{
	width:100%;
	margin:0px;
	padding:0px;
	background:transparent;
	height:77px;
	float:left;
}

.header_jos{
	width:100%;
	margin:0px;
	padding:0px;
	background:url(../images/header_jos.jpg) repeat-x;
	height:37px;	
	float:left;
}

.header_logo{
	width:310px;
	height:73px;
	margin:0px;
	padding:0px;
	float:left;
}

.header_content{
	float:left;
	height:73px;
}



.header_menu{
	float:left;
	height:37px;
}


.header_drapel{
	float:right;
	/*background:url(../images/header_drapel.jpg);*/
	height:37px;
	width:158px;
	margin:0px;
	padding:0px;
}






.content_wrapper{
	width: 100%;
	background:url(../images/body.jpg) repeat-x;
	min-height:272px;
	margin:0px;
	padding:0px;
}

.content{
	width:1000px;
	max-width:1000px !important;	
	margin: 0 auto;
	background:#ffffff; 
	min-height:272px;
}


.footer_wrapper{
	width: 100%;
	background:url(../images/footer.jpg) repeat-x;
	height: 144px;
	margin:0px;
	padding:0px;
}

.footer{
	width:1000px;
	max-width:1000px !important;	
	height:100%;
	margin: 0 auto;
	background:transparent; 
}

.footer_logo{
	float:left;
	height:100%;
}

.footer_links{
	float:right;
	height:100%;
	font-size:16.78px;
	color:#f3f9eb;
	margin-top:32px;
}

.footer_links>a{
	font-size:16.78px;
	color:#f3f9eb;
	text-decoration:none;
}











