

* { background: none !important; }

/* Display none
==============*/
#header,
#column1,
.footerTop,
.searchBox,
#really
{
	display: none;
}
#shadow,
#wrapper,
#content,
#main,
#column3,
.footer,
.footer TABLE {
	float: none;
	position: static;
	margin: 0;
	padding: 0;
	height: auto;
	overflow: visible !important;
	width: 660px;
	color: #000;
}
.footer TABLE {
	width: 660px !important;
}

/* fonts
===========*/
BODY {
	font: .8em Arial, sans-serif;
}
H1 {
	font: bold 1.2em/1.2em Arial, sans-serif;
	color: #000;
}
H2 {
	font: bold 1.1em/1.1em Arial, sans-serif;
	color: #000;
}
H3 {
	font: bold 1em/1em Arial, sans-serif;
	color: #000;
}
A {
	color: #000;
	text-decoration: underline;
}
