body {
	font: 10pt Arial, Helvetica, sans-serif;
	color: black;
	}
#header,
#sidebar,
#footer {
	display: none;
}

#content {
	background: red;
	float: left;
	width: 75%;
	margin:20px;
	padding:0;
}

#content h3, #content h2 {
	margin:0px;
}