body {
	background-color: #000000;
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #CCCCCC;
}

div {
	position: relative; display: block;	
}

a, a:link, a:visited {
	color: #CCCCCC;
}

a:hover {
	color: #3366cc;
}

a:active {
	color: #cc6633;
}

div#master {
	background: url('/images/bg.jpg') no-repeat 0px 0px;
	z-index: 0;
	position: relative; display: block;
	width: 780px;
	margin: 10px auto;
	padding-top: 94px
}

div#master img#logo {
	position: absolute; top: 10px; left: 10px;
	z-index: 5;
}

div#master img#tagline {
	position: absolute; top: 13px; right: 10px;	
	z-index: 5;
}

div#master div#topnav {
	margin: 0px auto 16px auto;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

div#topnav a {
	text-decoration: none;
}

div#topnav a:hover {
	text-decoration: underline;
}

span.active {
	color: #3366cc;
}

span.navspace {
	margin: 0px .75em;
}

div#content {
	width: 680px;
	margin: 0px auto;
	text-align: center;
}

img.pageTitle {
	margin-bottom: 20px;
}

div#footer {
	text-align: center;
}

div#footer p {
	font-size: 12px;
}