* 
{
	margin:0px;
	padding:0px;
}

body {
	background-attachment: fixed;
	background-color: #000;
}
#nav {
	background-color: #111111;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FDFCC1;
	border-bottom-color: #FDFCC1;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size:20px;
	text-align: center;
	padding: 6px;
} 
#nav a {
	color:#FFF;
	text-decoration:none;
	padding-left:24px;
	padding-right:24px;
}
#header {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
	width: 930px;
	text-align: center;
}
#bodytext {
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:16px;
	line-height: 22px;
}
#footer {  
	margin-left:auto;
	margin-right:auto; 
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	font-family: Arial, "Times New Roman", Times, serif;
	color: #AAA;
	font-size:13px;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
} 
#footer a {
	color:#AAA;
	text-decoration:none;
} 
#bodytext h1
{
	padding-top: 15px;
	padding-bottom: 15px;
	font-size:24px;
	color: #FDFCC1;
}
#bodytext p
{
	padding-bottom: 20px;
}
#bodytext a 
{
	text-decoration:underline;
	color:#FDFCC1; 
} 
#gleft
{
float:left;
width:440px;
text-align:center;
}
#gright
{
float:right;
width:440px;
text-align:center;
}h2 {
	font-weight: normal;
	font-size: 18px;
	color: #FDFCC1;
}
