#container {
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
}
body {
	background-color: #000000;
	background-image: url(images/bg.jpg);
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link {
	color: #D1D4E5;
	text-decoration: none;
}
a:visited {
	color: #C1C4DC;
	text-decoration: none;
}
a:hover {
	color: #E1E6E5;
}
a:active {
	color: #D2D5E6;
}
#header {
	height: 200px;
	width: 900px;
	top: 0px;
	position: absolute;
	background-color: #0A0D35;
}
#topnav {
	background-color: #0B0D37;
	background-image: url(images/topnav.png);
	height: 50px;
	width: 900px;
	position: absolute;
	top: 210px;
}
#topnav p {
	margin-right: 50px;
	margin-left: 50px;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 12px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#topnav a:hover {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #D1D4E5;
}
#topleftmarg {
	height: 50px;
	width: 50px;
	position: absolute;
	top: 270px;
	background-image: url(images/topleftmarg.png);
}
#midleftmarg {
	height: 700px;
	width: 50px;
	top: 320px;
	position: absolute;
	background-image: url(images/midleftmarg.jpg);
}
#bottomleftmarg {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 1020px;
	background-image: url(images/bottomleftmarg.png);
}
#content {
	position: absolute;
	height: 800px;
	width: 800px;
	left: 50px;
	top: 270px;
	background-color: #FFFFFF;
	background-image: url(images/contentbg.jpg);
	z-index: 10;
}
#imgspace {
	position: absolute;
	z-index: 100;
	height: 400px;
	width: 380px;
	top: 410px;
	right: 60px;
}
#content a:link {
	color: #5A5E7A;
}
#content a:hover {
	color: #FFFFFF;
}
#content a:visited {
	color: #0A0D34;
}
#content p {
	color: #001E4B;
	margin-top: 20px;
	margin-right: 400px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
	color: #012250;
}
#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #AEB3D1;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 20px;
	color: #012250;
}
#toprightmarg {
	background-image: url(images/toprightmarg.png);
	position: absolute;
	height: 50px;
	width: 50px;
	top: 270px;
	right: 0px;
}
#midrightmarg {
	background-image: url(images/midrightmarg.jpg);
	position: absolute;
	height: 700px;
	width: 50px;
	top: 320px;
	right: 0px;
}
#bottomrightmarg {
	background-image: url(images/bottomrightmarg.png);
	position: absolute;
	height: 50px;
	width: 50px;
	top: 1020px;
	right: 0px;
}
.menus {
	font-size: 14px;
	font-weight: bold;
}
