<!--
body {
	height: 100%;
	margin: 0px;
	background: #FFFFFF;
	background-image: url(/gfx/body_bg.gif);
	background-repeat: repeat-x;
}
h1 {
	font: 300% Tahoma;
	margin-top: 0px;
	margin-bottom: -5px;
	color: #FFFFFF;
}
h2 {
	font: 180% Tahoma;
	margin-top: 0px;
	margin-bottom: 5px;
}
h3 {
	font: 140% Tahoma;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}
h4 {
	font: 75% Tahoma;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 15px;
}
a {
	color: #000066;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
}

#header {
}

#navbg {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 27px;
	background-color: #CACACA;
	background-image: url(/gfx/menubg.png);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#navcenter {
	width: 780px;
	margin: 0 auto;
}
#navigation {
	padding: 5px;
	margin: 0px;
	list-style: none;
	float: left;
}
#navigation li {
	float: left;
	margin: 0 auto;
}
#navigation li a {
	display: block;
	padding: 0 1.8em;
	line-height: 1.2em;
	border-left: 1px solid #CCCCCC;
	font: 80% tahoma;
	color: #000066;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}

#navigation .lastnav {
	border-right: 1px solid #CCCCCC;
}

#content {
	padding: 20px;
	font: 80% Tahoma;
}

#footer
{
    font: 70% Tahoma;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
    border-top: 1px solid #CCCCCC;
    background-image: url(/gfx/footer_bg.gif);
    background-repeat: no-repeat;
}

#frontfader {
	position: relative;
	float: right;
	width: 270px;
	height: 200px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 20px;
	border: 1px solid #000000;
}

#frontfader img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
-->
