

#left-menu-box {

	margin: 0;

	padding: 0;

}

#left, #middle, #right, #inner-content-wrapper {

	position: relative;

	overflow: visible;

}



#inner-content-wrapper {

	float: left;
	
	margin: 0;

	/*width: 835px;*/

}




#left {

	float: left;
	
	width: 188px;

	/*z-index: 4;*/
	
	/*background: #FFFFFF;*/

}



#left-content {

	/*width: 245px;*/

}

#middle {
	padding-bottom:50px;
	float: right;
	width:860px;
	/*z-index: 2;*/
	/*background: #FFFFFF;*/
	border-left:1px solid transparent;
	/*border-right:1px solid #AEAEAE;*/
	/*fix IE bug min-height*/
	height:auto !important;
	height:500px;
	min-height: 500px;
}
#right{
	display:none;
	width: 218px;
}



#header,  #footer {

	width: 1052px;

}



/*#header-img {

	width: 200px;

}*/



.cleaner {

	clear:both;


}

