#container {
	margin: auto;
	width: 1000px;
}
#header {
	margin: auto;
	width: 900px;
	text-align: center;
}
#header h1 {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
#content {
	margin: auto;
	width: 900px;
}
body {
	background-color: #000000;
	margin-top: 0px;
}
#navigation {
	width: 900px;
	text-align: center;
	background-color: #888888;
	height: 35px;
	margin-right: auto;
	margin-left: auto;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	letter-spacing: 1pt;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #F6F3EE;
	line-height: 15px;
	text-decoration: none;
}
