#header {
display:none;
}
#sidebar {
display:none;
}
#footer {
display:none;

}
	* {
			overflow:visible;
	}
#main,#content,#wrap,#container {
	width: auto;
	height:auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	overflow:visible !important;
	}
	

#content ul {
list-style:none;
}
ul#areaNav {
	display:none;
}


