/* CSS Document */
body{
	background:white;
}	
#wrapper, #middle, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	
	}
#left{
	display:none;
}
#content{
	width:800px;
	
}
#container{
border:none;

}
#header, #edit, #breadcrumbs, #footer {
	display:none;
}

