body {
	color: #333;
	background: #E7E3D0 url(../images/whitewash-bg.gif) repeat;
	padding:20px;
	margin:0px;
	text-align: center;
	font: .75em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#container {
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 700px;
}
#menu {
	float: left;
	width: 288px;
}
#menu ul {
	float: right;
	width: 150px;
	text-align: left;
	list-style: none;
	text-transform: uppercase;
}
#menu ul li {
	width: 140px;
	height: 20px;
	border-right: 5px solid #063;
	border-bottom: 1px solid #063;
	margin: 3px 0;
}
#menu ul li a {
	padding-top: 3px;
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
#menu ul li a:link, #menu ul li a:visited {
	color: #C33;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #063;
}
#menu ul li a:active {
	color: #C33;
	background-color: #CCC;
}
#main_container {
	float: left;
	width: 412px;
}
#main_topper {
	height: 99px;
	width: 100%;
}
#main_content {
	float: right;
	width: 400px;
}
a:link, a:visited {
	color: #C33;
	text-decoration: none;
}
a:hover {
	color: #063;
	text-decoration: underline;
}
a:active {
	background-color: #CCC;
}
h1 {
	text-align: right;
	padding-top: 62px;
	padding-bottom: 0;
	margin: 0;
	color: #C33;
	font-weight: bold;
	font-size: 1.75em;
	text-transform: lowercase;
}
#main_content p {
	line-height: 1.5em;
	margin-top: 0;
	padding-top: 0;
}