
div#main #content {
	width: 880px;
	float: none;
	clear: both;
	background: transparent url("../img/contentbg2_bottom.gif") no-repeat 0 100%;
	margin: 6px 0 15px 0;
	padding: 0 0 6px 0;
}

#content .sectionBody {
	background: transparent url("../img/contentbg2.gif") repeat-y 0 0;
	margin: 0;
	padding: 15px;
}

div#content table.spec {
	width: 800px;
	empty-cells: show;
	border-collapse: collapse;
	border: 1px solid #cccccc;
	margin: 15px auto;
}

div#content table.spec tr th {
	width: 25%;
	background: #f0f0f0;
	vertical-align: top;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}

div#content table.spec tr td {
	vertical-align: top;
	text-align: left;
	border: 1px solid #cccccc;
	padding: 3px 6px;
}

div#content table.sitemap {
	empty-cells: show;
	border-collapse: separate;
	border: 0 none;
}

div#content table.sitemap tr th {
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}


div#content table.sitemap tr td ul {
	margin: 0 0 0 25px;
	padding: 0;
}


