body {
	color: white;
	background-color: black;
	text-align: center;
}

#body {
	min-height: 80%;
	color: #dddddd;
	width: 100%;
	background-color: black;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/common/bg.jpg);
}

#header {
	padding-bottom: 10px;
	background-repeat: no-repeat;
	height: 267px;
	background-position: center 20px;
	background-image: url(/common/atlantislogo.jpg);
	padding-top: 10px;
	border-bottom-color: #8eb7c6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
}

#navigation {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana, "Lucida Grande", Arial, sans-serif;
	text-align: center;
}

#navigation ul li {
	min-width: 120px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 4px;
	display: inline-block;
}

#navigation a {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px;
	color: #4aabff;
	text-decoration: none;
}

#navigation a:hover {
	text-shadow: 0px 0px 20px #4fe6ff;
	color: #d1f0ff;
	text-decoration: none;
}

#maincontent {
	padding-bottom: 32px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #dddddd;
	text-align: left;
	max-width: 800px;
	line-height: 150%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

#maincontent a {
	border-bottom-color: #0099cc;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #4aabff;
	text-decoration: none;
}

#maincontent a:hover {
	border-bottom-color: #00bfff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #79c8ff;
	text-decoration: none;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 800px;
}

#maincontent h1 {
	font-size: 120%;
	color: #ddddff;
}


