@charset "utf-8";
/* CSS Document */

#wrapper {
	height: 1300px;
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-color: #d4d5da;
	border: 2px solid #003366;
}
#menu {
	height: 45px;
	width: 875px;
	position: absolute;
	left: 58px;
	top: 96px;
	z-index: 2;
}
body {
	background-color: #BACBEB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #022561;
	line-height: normal;
}
.innertableborder {
	border: 2px solid #003366;
}
#maincontent {
	height: 523px;
	width: 960px;
	position: absolute;
	left: 12px;
	top: 658px;
}
.menuheaders {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
	font-weight: bold;
	color: #A40400;
}

#hostedby {
	height: 20px;
	width: 960px;
	position: absolute;
	left: 14px;
	top: 1272px;
	z-index: 3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #022561;
}

