body{
	font-family:Calibri, Arial, Verdana, Tahoma, serif;
	margin:auto;
	padding:0;
}
div#wrapper {
	width: 1000px;
}
div#header {
	background:#000;
	height: 93px;
	position: relative;
	color:#CCC;
	text-align:center;
}
div#header h1 {
	font-size:36px;
	color: #FF0;
	text-shadow:#CCC;
}
#content {
	float: none;
	width: 100%;
}
#content h1 {
	font-size:26px;
	color: #09F;
	text-shadow:#009;
}
#content h2 {
	font-size:20px;
	color: #009;
	text-shadow:#009;
}
#navigation {
	float:none;
	width: auto;
}
#navagation a{
	margin:5px 0 5px 0;
	text-decoration:none;
	text-transform:uppercase;
}