@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #2D0605;
	background-image: url(images/BG.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
}
body {
	background: #2D0605;
	height: 100%;
	background-color: #2D0605;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D0605;
}

td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #FAFDDF;
	margin: 0px;
	color: #2D0605;
}
#header {
	position: absolute;
	width: 900px;
	height: 175px;
	background-position: center;
	background-color: #2D0605;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
#wrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FAFDDF;
	width: 910px;
	height: 100%;
	min-height: 100%;
}
#navbar {
	width: 900px;
	left: 5px;
	height: 60px;
	top: 186px;
	background-color: #2D0605;
	position: absolute;
	color: #CFEA45;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 10px;
}
#content {
	width: 896px;
	position: absolute;
	height: 500px;
	background-color: #FAFDDF;
	top: 263px;
	left: 5px;
	border: solid #2D0605 2px;
}
#footer {
	background-color: #2D0605;
	width: 900px;
	height: 60px;
	position: absolute;
	top: 775px;
	left: 5px;
	padding-top: 20px;
	color: #FAFDDF;
	font-size: 11px;
}
#footer a:link {
	color: #7C9311;
	text-decoration: none;
}
#footer a:visited {
	color: #7C9311;
	text-decoration: none;
}
#footer a:hover {
	color: #7C9311;
	text-decoration: underline;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2D0605;
	font-size: 30px;
	padding: 20px;
}
a:link {
	color: #7C9311;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7C9311;
}
a:hover {
	text-decoration: none;
	color: #7C9311;
}
a:active {
	text-decoration: none;
	color: #7C9311;
}
