html { margin: 0px; padding: 0px; }

body {
	margin: 0px;
	padding: 0px;
	background: #750006 url('images/bg.gif');
	text-align: center;
	color: #ba9112;
	font: .9em Harrington;
}

img { border: 0px; }

hr { height: 1px; color: #4a0005; }

h1 {
	font: bold 150% Harrington;
}

.title {
	margin: 0px;
	color: #6e191e;
}

h2 {
	font: bold italic 150% Harrington;
}

h3 {
	font: bold 130% Georgia, Times, Times New Roman, serif;
}

h4 {
	font: bold italic 130% Georgia, Times, Times New Roman, serif;
}

h5 {
	font: bold 110% Georgia, Times, Times New Roman, serif;
}

h6 {
	font: bold italic 110% Georgia, Times, Times New Roman, serif;
}

a:link { color: #f1d784; }
a:visited { color: #f0cd62; }
a:active, a:hover { color: #ffd1d1; }

.submenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.submenu li {
	background: url('images/vertical.gif') no-repeat;
}

.submenu a:link, .submenu a:visited {
	color: #b49214;
	display: block;
	width: 228px;
	height: 20px;
	background: url('images/vertical.gif') no-repeat;
	text-align: center;
	text-decoration: none;
	padding: 3px 0px 0px 0px;
	height/**/:/**/ 17px;
}

.submenu a:active, .submenu a:hover {
	color: #ffda2d;
	text-decoration: none;
	display: block;
	background: url('images/vertical.gif') no-repeat 0px -76px;
}

#top {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	height: 111px;
}

#logo {
	width: 248px;
	float: left;
}

#topmenu {
	color: #ba9112;
	float: left;
	margin-top: 55px;
	background: url('images/tab.gif') no-repeat;
	padding: 3px 0px 0px 21px;
	width: 461px;
	height: 21px;
	width/**/:/**/ 440px;
	height/**/:/**/ 18px;
}

	#topmenu a:link, #topmenu a:visited {
		color: #ba9112;
		font-weight: bold;
		text-decoration: none;
	}
	
	#topmenu a:active, #topmenu a:hover {
		color: #f2eca6;
		font-weight: bold;
		text-decoration: underline;
	}

#splashmiddle {
	background: #4a0005;
	text-align: center;
	color: #ba9112;
}

#splashcontent {
	margin: 0px auto;
	background: url('images/mainpic.jpg') no-repeat;
	text-align: left;
	padding:  10px 10px 10px 425px;
	width: 750px;
	height: 331px;
	width/**/:/**/ 315px;
	height/**/:/**/ 311px;
}

#splashbody {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	padding: 5px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:740px;
}
	html>body #splashbody { width: 740px; }

#bodycontent {
	margin: 0px auto;
	text-align: left;
	padding:  10px 10px 10px 255px;
	width: 750px;
	height: 198px;
	font-size: 130%;
	width/**/:/**/ 485px;
	height/**/:/**/ 178px;
}

#body {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background: url('images/column.gif') repeat-y;
}

#body2 {
	float: left;
	padding: 10px;
	width: 248px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 228px;
}
	html>body #body2 { width: 228px; }

#body1 {
	width: 502px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 482px;
}
	html>body #body1 { width: 482px; }

.clear { clear: both; }

#footer {
	clear: both;
	padding: 3px;
	border-top: solid 1px #4a0005;
}