#body{
	text-align:center;
	margin: auto;
	width: 927px;
}

.container{
	width: 927px;
	text-align:left; 
	background: url(content_extender.jpg) repeat-y
}
.header{ 
	float: left;
	background: url(images/extender2.jpg) repeat-x; 
}
.menu_navigation{
	float:left;
	width: 100%;
	background: url(2a.jpg) no-repeat;
}
.content{
	float: left; 
	width: 567px; 
	height: auto; 
	min-height: 400px; 
	/*overflow:hidden;*/
}
.inner_content{
	padding-left: 10px; 
	padding-right: 10px; 
	width: 547px;
}
.left{
	padding-left: 25px;
	width: 170px;
	float: left;
	height: auto; 
	overflow:hidden;
}
.right{
	width: 160px;
	float: left;
	height: auto; 
	overflow:hidden;
}
.middle{
	float: left;
	width: 100%;
	height: 33px;
	background: url(3a.jpg) no-repeat;
}
.inner_middle{
	padding-left: 25px;
	width: 902px;
	height: 33px;
	background: url(3a.jpg) no-repeat;
	border: 1px soild green;
}
.middle_left{
	float: left;
	width: 49%;
	text-align: left;
}
.middle_right{
	float: left;
	width: 49%;
	text-align: right;
}

.footer{
	float: left;
	width: 100%;
	background: url(4a.jpg) no-repeat;
	height:60px;
}
.inner_footer{
	text-align: center;
	margin-top: 20px;
	width: 100%;
	height: 40px;
	background: url(back.jpg) repeat
	border: 1px solid none;
}
html>body .left{width: 145px;
}

