#content{
	float:left;
	padding-left:20px;
}


#content .content_container{
	float:left;
	width:100%;
  clear:both;
}

* html #wrapper,
* html #footer {
    width: expression((documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'');
}