body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #080000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 34px;
	border-bottom: Solid #99784f 1px;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.large {
	font-size: 26px;
}

#main {
	width: 900px;
	margin: 0px auto 0px auto;
}

#header {
	height: 73px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#mainnav {
	height: 25px;
	background-color: #000;
	text-align: center;
	line-height: 25px;
	border-bottom: Solid #770202 2px;
}

#mainnav a {
	color: #FFF;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 10px 0px 10px;
}

#mainnav a:hover {
	color: #876D00;
}

#content {
	font-size: 13px;
	line-height: 21px;
	background-image: url(images/content-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #292929;
	background-color: #b98c5b;
}

#content a {color:#770202; text-decoration:underline;}
#content a:visited {color:#770202;}
#content a:hover {color:#fff;}

#content a.box {color:#fff;}
#content a.box:visited {color:#fff;}
#content a.box:hover {color:#bb8e5c;}

#boxred {
	background-image: url(images/redbox-bg.gif);
	border: Solid #000000 3px;
	color: #FFF;
	background-color:#4a0101;
}

#boxred-v {
	background-image: url(images/redbox-bg-v.gif);
	border: Solid #000000 3px;
	color: #FFF;
	padding: 15px;
	background-color:#4a0101;
}



#footer {
	color: #740D00;
	font-size: 10px;
	text-align: center;
	padding: 15px 0px 0px 0px;
}

#footer a {
	text-decoration: underline;
	color: #740D00;
}

#footer a:hover {
	color: #FFF;
}
