
#mainmenu
{
	width: 716px;
	background-color: #7f8060;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 -12px 0 0;
	padding: 1px 0 2px 12px;
	letter-spacing: 1px;
}

#mainmenu a:link,  #mainmenu a:visited, #mainmenu a:active
{
	color: #ffffff;
	background-color: #7f8060;
	text-decoration: none;
}
#mainmenu a:hover
{
	color: #ffffc0;
	background-color: #7f8060;
	text-decoration: underline;
}

#mainbanner {
	width: 100%;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	height: 28px;
}

#facts
{
	width: 300px;
	font-family: arial,helvetica,sans-serif;
	font-size: small;
	border-width: 0;
	margin-width:10px;
	background: #edf8ff;
}

#facts tr
{
	vertical-align: top;
	width: 300px;
}
#facts th
{
	background: #bcf;
}
#facts li:before {content: '- ';}
#facts ul 
{
	padding: 0;
	margin: 2px 0 2px 8px;
}
#facts li 
{
	display: block;
	padding-left: 0;
	margin-left: 0;
}
