body {
	background-color: #800;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-size: 13px;
	font-family: verdana, sans-serif;
	color: #333;
}

#header {
	text-align: left;
	height: 50px;
	background-color: #FFF;
	height: 91px;
}

#container {
	background-color: #600;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #600;
}

#page {
	background-image: url('../images/bg_frontpage.gif');
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#navpage {
	background-color: #FFF;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#content {
	background-color: #FFF;
	height: 600px;
	padding: 1.5em;
	text-align: left;
	margin-left: 150px;
	margin-right: 150px;
}

h1 {
	display: none;
}

h2 {
	font-size: 16px;
	color: #600;
	margin-top: 0;
}

h3 {
	font-size: 14px;
	color: #000;
	margin-bottom: 2px;
}

#footer {
	width: 100%;
	clear: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer_interior {
	width: 760px;
	color: #CCC;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 85%;
}

#footer a {
	color: #FFF;
}

a {
	color: #600;
}

img {
 border: none;
}

.clear_me {
	clear: both;
	display: block;
	margin: -20px;
	padding: 0;
	visibility: hidden;
}

#header_left {
	float: left;
}

#navigation {
	text-align: center;
	background-color: #FFF;
	border-bottom: 2px solid #600;
}

#navbar {
	margin: 0;
	padding-bottom: 25px;
	padding-left: 10px;
}

#navbar ul, #navbar li {
	display: inline;
	list-style-type: none;
}

#navbar a:link, #navbar a:visited {
	float: left;
	line-height: 20px;
	margin-right: 5px;
	padding: 2px 8px 2px 8px;
	font-weight: bold;
	text-decoration: none;
}

#navbar li#tab_thispage a, #navbar li#tab_thispage a:link, #navbar li#tab_thispage a:visited {
	background-color: #600;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #FFF;
}

#navbar li.tab a, #navbar li.tab a:link, #navbar li.tab a:visited {
	background-color: #E5E5E5;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #333;
}

#navbar li.tab a:hover {
	background-color: #966;
	border-left: 1px solid #600;
	border-right: 1px solid #600;
	border-top: 1px solid #600;
	color: #E5E5E5;
}

#left_splash_img {
	float: left;
}

#right_splash_img {
	float: right;
}