html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	position: absolute;
	left: 50%;
	margin-left: -425px;
	width: 850px;
	font-family: Arial;
}
#goddiv {
	width: 850px;
}
#topdivLeft {
	float: left;
	width: 300px;
	height: 54px;
	background-image: url(images/topleft.jpg);
	background-repeat: no-repeat;
}
#topdivRight {
	float: right;
	width: 50px;
	height: 54px;
	background-image: url(images/topright.jpg);
	background-repeat: no-repeat;
}
#topdivCenter {
	width: 500px;
	height: 54px;
	background-image: url(images/topcenter.jpg);
	background-repeat: repeat-x;
	margin-left: 300px;
}
#navidiv {
	padding-top: 32px;
	padding-left: 10px;
}
#headerdiv {
	width: 850px;
	height: 94px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#maincontent {
	background-image: url(images/bg_main.gif);
	background-repeat: repeat-y;
	width: 780px;
	padding: 30px;
}
#footer {
	width: 850px;
	height: 56px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	padding-top: 10px;
}
a, a:visited, a:link, a.menulink {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a.menulink:hover {
	text-decoration: underline;
}
.smallblack {
	color: #333;
	font-size: 12px;
}
h1 {
	color: #990000;
	font-size: 20px;
}
