﻿ body{text-align:center}
.menustyle { font-size: 10pt; font-family: Verdana; color: #ffffff; background-color: #000000; font-weight: bold; cursor: default}
.highlighteditem { font-size: 10pt; font-family: Verdana; color: #ffffff; background-color: #c00000; font-weight: bold; cursor: default}
#header
{
	width:100%;
	height:60px;
	text-align:center;
}
#leftcolumn
{
	float:left;
	width:30%;
	height:500px;
}
#content
{
	float:left;
	width:39%;
	height:500px;
}
#rightcolumn
{
	float:right;
	width:30%;
	height:500px;
}
#footer
{
	clear:both;
	width:100%;
	height:80px;
}