body {
	background-color: #5D478B;
	background: url('images/purpl025.jpg');
	background-attachment: fixed;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

a {
	color: #700;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	background-color: #FFA;
}

#main {
	width: 800px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
	border: 2px outset #999;
	background-color: #FFF;
}

#splash {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px;
	margin-left: -400px;
	border: 2px outset #333;
	background-color: #FFF;
	padding: 0px;
}

.navright {
	float: right; 
	width: 210px; 
	padding-bottom: 10px;
}

.header {
	font-size: 22px; 
	padding-top: 25px;
	color: #700; 
	text-align: center;
	background-image: url(images/header.jpg);
	height: 70px;
	background-repeat: no-repeat;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.copy {
	width: 580px;
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
}

div.nav {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 580px;
	float: left;
}

div.nav a {
	font-weight: bold;
	color: #FFF;
}

div.nav a:hover {
	color: #FF0;
	background-color: rgb(161,108,72);
}

div.nav td {
	width: 115px;
	height: 25px;
	background: url(images/nav2.png);
	background-repeat: no-repeat;
}



