.body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #bbb url(../images/bkg.jpg) center;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}
#header {
	background: #066 url(../images/header.jpg);
	margin: 0px;
	padding: 0px;
	height: 200px;
	position: relative;
}
#mainContent {
	background: #B26B3F;
	margin: 0px;
	padding: 10px;
	width: 750px;
	color: #FF9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#navDiv {
	height: 50px;
	width: 396px;
	position: absolute;
	top: 13px;
}

#footer {
	background: #992B12;
	margin: 0px;
	padding: 10px;
	height: 50px;
	clear: both;
	text-align: center;
	color: #FC3;
}
#footer p a {
	color: #FC3;
	text-decoration: none;
}

