#pageMenu
{

	position: relative;
	height: 20px;
    left: 15px;
    top:0px;
    font-family: Verdana;
    font-size: 24px;
    font-weight: bold;

}

#mainBox {
	position: relative;
    font-family: Verdana;
    font-size: 12px;
    width: 600px;
    left: 40px;
	
}



/* @group Site Map */

ol.sitemap {
	display: block;
	
	padding: 0;
}

ol.sitemap li.title {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	width: 100%;
	font-size: 1.5em;
	margin: 40px 0 10px;
	
	font-family: Verdana;
	font-weight: 500;
	padding-bottom: 10px;
	color: #ffffff;
}

ol.sitemap li {
	list-style-type: none;
	width: 33%;
	height: 20px;
	float: left;
	margin-bottom: 5px;
}

/* @end */



