body {
	margin: 0px;
	background-color: #C8C8C8;
}
#page {
	height: 660px;
	width: 950px;
	position: absolute;
	top: 0px;
	left: 50%; 
	margin-left: -475px;
}
#header {
	height: 175px;
	width: 950px;
	position: static;
	background-image: url(images/header.jpg)
}
#navigation {
	height: 30px;
	width: 950px;
	align: center;
	position: static;
	background-color: #996633;
}
#content {
	min-height: 300px;
	height:auto !important;
	height: 300px;
	width: 940px;
	position: static;
	background-color: #FF8A00;
	text-align: justify;
	background-color: #FF8A00;
	padding: 5px;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: medium;
	color: #000033;
}
#content img {
	border-style: none;
}
#footer {
	height: 60px;
	width: 940px;
	padding: 5px;
	position: static;
	background-color: #940000;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: small;
}
#footer a {
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: small;
	color: #FF8A00;
}
