div#header {
	border:solid #ccc 1px;
	background:#444 url(../images/backgroundhome.gif) 50% -5em no-repeat;
}
div#menuwrapper {
	border:solid #ccc 1px;
}
div#featured {
	border:solid #ccc 1px;
	background:#444 url(../images/backgroundhome.gif) 50% -14.25em no-repeat;
	height:inherit;
	margin:0;
	padding:0;
}
div#content {
	padding:20px 0;
	height:inherit;
	margin:auto;
}
div#content table, div#content p {
	font:small Arial, Helvetica, sans-serif;
	_font-weight:bold;
	color:#ddd;
	max-width:962px;
	background:#333;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.7;
}
div#content th {
	border:solid 1px #ccc;
}
div#content td {
	padding:10px;
	border:solid 1px #ccc;
}
div#footer {
	border:solid #ccc 1px;
	background:#444;
}

