body {
	background-color: #000000;
	margin-top: 0px;
	text-align: center;
}

#container {
	width: 800px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 650px;
	background-color: #000000;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
}

#navigation {
	width: 650px;
	margin: auto;
	text-align: center;
	background-color: #888888;
	height: 35px;
	padding-top: 3px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F6F3EE;
	line-height: 15px;
	text-decoration: none;
	letter-spacing: 1pt;
}


#content {
	margin: auto;
	width: 650px;
	background-color: #F7FFED;
	padding: 9px;
	text-align: left;
}

#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	text-indent: 20px;
}
#footer {
	margin: auto;
	width: 650px;
	padding: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	text-indent: 10px;
}
.copy1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #333333;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #999;
	letter-spacing: 1px;
}


#content a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #063;
	text-decoration: none;
}
#content a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #C00;
	text-decoration: none;
}
#content a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #03C;
	text-decoration: none;
}
