#wrapper {
	background: url(../images/header_backgr.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
}
#header {
    color:#FFFFFF;
	height: 100px;
	width:990px;
	position:relative;
	margin:auto;
}

#logo {
	float: left;
	width: 340px;
	text-align:center;
}

#header_container {
	margin-left: 350px;
	padding-top: 44px;
}

#topmenu {
	height: 42px;	
	background: url(../images/topMenu_backgr.jpg);
	background-repeat:repeat-x;
	text-align:left;
	padding:12px 4px 0 10px;

}

#container {
	width:964px;
	position:relative;
	margin:auto;
	
}

#container_wrapper { 
	background: url(../images/body_backgr.jpg);
	margin-top: 4px;
	background-position: center;
	background-repeat: repeat-y; 
	
}

#container_wrapper_top { 
	background: url(../images/body_backgr_top.jpg);
	background-repeat: no-repeat; 
	background-position:top center;
}

#container_wrapper_bottom { 
	background: url(../images/body_backgr_bottom.jpg);
	background-repeat: no-repeat; 
	background-position:bottom center;
}

#sidebar {
   float: left;
   margin-top: 4px;
   width: 315px;
}

#body {
	margin-left: 346px;
	padding-left: 10px;
}

#bottom {
	text-align: center;
	padding: 20px;
	margin-top:3px;
	background: url(../images/bottom_backgr.jpg);
	background-repeat:repeat-x;
	background-color: #fff;
}


