body { behavior:url("css/csshover.htc"); }
html {font-family: Arial; font-size: 10pt; background-color: #a0a0a3;}
#bgbox
{
	width: 738px;
	margin: 10px auto 0 auto;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	border: 1px solid #8a8551;
}

#header
{
	width: 738px;
	height: 184px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#navigation
{
	float: left;
	width: 199px;
}

#topmenu, #bottommenu
{
	list-style: none;
	padding: 0;
	margin: 0 0 5px 0;
}

#topmenu li
{
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	margin-bottom: 2px;
	padding-left: 24px;
	padding-top: 3px;
}

#topmenu li:hover
{
	background-image: url(../images/menubg_on.jpg);
	background-repeat: no-repeat;
}

#topmenu li a {color: #f9f5e5; font-size: 12px; font-weight: bold; }
#canvas
{
	float: right;
	width: 531px;
/*	padding-right: 3px;*/
}

.clear
{
	clear: both;
}

a {text-decoration: none;}
img {border: 0;}
h2 {font-size: 14px; font-weight: bold; color: #a59e40;}
#footer
{
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	background-repeat:repeat-y;
	width: 740px;
	height: 36px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px; 
}
#footer p {padding: 0; margin: 0;}
#footer a {color: #fff; font-weight: bold;}

