html {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Arial;
	font-size: 10pt;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	color: #333;
	background: #fff;
}

#page {
	width: 70%;
	margin: 0 auto;
	margin-top: 0px;
	position: relative;
	background: #fff;

}

#head {
	width: 100%;
	height: 210px;
	position: relative;
	background: transparent;
	background-image: url(../gfx/headback.png);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}

#head a.mainlogo img {
	position: absolute;
	top: 52px;
	right: 0px;
}

#toplinks {
	position: absolute;
	top: 2px;
	right: 0px;
	width: 200px;
	background: transparent;
	text-align: right;
}

#toplinks a {
	cursor: pointer;
}


#headerend {
	background: #28166f;
	width: 100%;
	height: 8px;
}

#main {
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footer {
	background: #28166f;
	color: #fff;
	clear: both;
	position: relative;
	text-align: left;
	border-top: 2px solid #fff;
	font-size: 9pt;
	padding: 6px;
}

