body {
	background-color:#993300;
	font-size:12px;
}

#main {
	width: 800px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}

#content {
	font-family: arial, sans-serif;
	background-color: #fbfba8;
	color:#993300;
	width: 534px;
	height: 579px;
	position: relative;
	padding: 20px;
	left: 225px;
	border-color: #000000;
	border-width: 1px;
	border-style: none;
	overflow-y:scroll;
}

#header {
	background-color: #99CDFF;
	width: 800px;
	height: 100px;
	text-align: center;
	margin-top: -42x;
}

#copyright {
	background-color: #cbcb98;
	width: 800px;
	height: 65px;
	text-align: center;
	margin-top: -1px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#navigation {
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #cbcb98;
	width: 225px;
	height: 604px;
	position: absolute;
	border-width: 1px;
	border-style: none;
	padding-top: 15px;
}

a {
	color: #000000;
}
a:hover {
	color:#603;
}

hr {
	border-style: ridge;
	border-color:#993300;
}

.indent{
	padding-left:2px;
}

#description{
	width: 95px;
}