@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/bg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#fff;
	background-color:#003;
	font-family: century gothic, verdana, arial, serif;
	font-size: 10px;
}
a:link {
	color: #4287cc;
}
a:visited {
	color: #4287cc;
}
a:hover {
	color: #ccc;
}
a:active {
	color: #fff;
}

#content {
	padding:15px;
}
#center {
	text-align:center;
	margin-top:30px;
}
#maintable {
	margin-top:30px;
}
#header {
	height:505px;
	width:295px;
	top: 15px;
	left:50%;
	margin-left:150px;
	position: absolute;
}
#header2 {
	margin: 0;  
	position: fixed;
	top: 30px;  
	left: 50%;  
	width: 295px;
	height:505px;
	margin-left:150px;
}
.nav {
	color:#000;
	padding: 0px 10px;
	font-family:century gothic, verdana, serif;
	font-size: .8em;
}
.nav a:link {
	color:#000;
	text-decoration:none;
}
.nav a:visited {
	color:#000;
	text-decoration:none;
}
.nav a:hover {
	color:#4287cc;
	text-decoration:none;
}
#navtable {
	margin-right: -1px;
	margin-top: -7px;
	padding:0px;
}