body {
	background-color: #878181;
	text-align:center;
	width: 800px;
	margin: 20px auto;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #F99608;
	text-align: center;
	font-variant: small-caps;
	text-decoration: underline;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
img {
	border: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #878181;
	text-decoration: none;
}

.page {
	width:800px;
}
.header {
	clear:both;
	width:800px;
}
.nav {
	width: 800px;
	background:#F99608;
	font-variant: small-caps;
}
.content {
	float: left;
	width: 600px;
}
.sidebar {
	float:left;
	width:200px;
}
.footer {
	clear:both;
	width: 800px;
	background:#F99608;
}
