body {
	background-color: 330000;
	text-align: center;
	color: black;
	
	font-family: arial, sans serif;
	font-size: 9pt;
	color: eabc74;
}

div.container {
	text-align: left;
	margin: 30px auto;
	position: relative;
	width: 780px;
	height: 550px;
	background: url("/images/bg.gif") no-repeat top left #330000;
}

div.nobg-container {
	text-align: left;
	margin: 30px auto;
	position: relative;
	width: 780px;
	height: 550px;
}

div.nav {
	position: relative;
	left: 30px;
	top: 410px;
}

div.body {
	position: absolute;
	top: 70px;
	left: 400px;
	width: 300px;

}

img.splash-pic {
	position: absolute;
	left: 50px;
	top: 160px;
}

img.splash-title {
	position: absolute;
	left: 260px;
	top: 180px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 12pt;
	margin: 0px;
}

h3 {
	font-size: 10pt;
	margin: 0px;
}

a:hover {
	color: white;
}

a:visited {
	color: white;
}

a:active {
	color: white;
}

a {
	color: white;
}