﻿#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4f0000;
}
#logo {
	margin-left: 50px;
}
#bones_top {
	width: 800px;
	height: 40px;
	background-color: #4f0000;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #4f0000;
	height: 640px;
}
#nav {
	width: 100px;
	float: left;
	height: 640px;
	margin-top: 10px;
	background-color: #4f0000;
}
#content {
	width: 700px;
	margin-left: 100px;
	height: 640px;
	background-color: #4f0000;
}
#footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	background-color: #4f0000;
}
.Page_text {
	font-size: 16px;
	color: #ffffcc;
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.spacer {
	width: 700px;
	height: 10px;
	background-color: #4f0000;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
#header_info {
	font-size: 16px;
	color: #ffffcc;
	width: 800px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #4f0000;
	text-align: center;
	border-style: groove;
	border-width: 2px 0px 2px 0px;
	border-color: #ffffcc;
}
#bones_bottom {
	width: 800px;
	height: 40px;
	background-color: #4f0000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
