body
{
	color: white;
	font-size: 12px;
	line-height: 1.5;
	background-color: black;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Geneva, Sans-Serif;
}

p
{
	color: #ffeecb;
	font-size: 11px;
}

ul,ol { font-size: 12px; }

#container
{
	width: 970px;
	padding: 155px 0 0 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(layout/background.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header
{
	width: 970px;
	position: absolute;
	top: 0;
	height: 150px;
	display: block;
	background-image: url(layout/header.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#header h1
{
	position: absolute;
	top: 50px;
	right: 50px;
	font-size: 30px;
}

#header h1 span { display: none; }

#navigation
{
	width: 675px;
	height: 34px;
	position: absolute;
	top: 104px;
	left: 198px;
	background-image: url(layout/nav-off.jpg);
}

#navigation li { display: inline; }
#navigation li a { float: left; }
#navigation li a:hover { background-image: url(layout/nav-over.jpg); }

#homepage_button
{
	height: 34px;
	width: 74px;
	background-position: 0 0;
}

#bio_button
{
	height: 34px;
	width: 55px;
	background-position: -74px 0;
}

#imgallery_button
{
	height: 34px;
	width: 78px;
	background-position: -129px 0;
}

#services_button
{
	height: 34px;
	width: 91px;
	background-position: -207px 0;
}

#calendar_button
{
	height: 34px;
	width: 96px;
	background-position: -298px 0;
}

#cds_button
{
	height: 34px;
	width: 73px;
	background-position: -394px 0;
}

#links_button
{
	height: 34px;
	width: 104px;
	background-position: -467px 0;
}

#contactus_button
{
	height: 34px;
	width: 88px;
	background-position: -571px 0;
}

#navigation li a span { display: none; }

#main
{
	width: 970px;
	display: block;
	height: auto;
}

#mainbox
{
	width: 520px;
	min-height: 320px;
	float: left;
	padding-left: 200px;
	padding-right: 20px;
	border-right: 1px gray dashed;
}

#menubox
{
	width: 200px;
	float: right;
	padding: 10px;
}

#footer
{
	font-size: 11px;
	width: 915px;
	padding: 10px 45px 10px 10px;
	clear: both;
	float: none;
	border-top: 1px gray dashed;
}

#footer p,#footer span,#footer a { color: #646464; }
#footer a:hover { color: white; }

hr
{
	border-width: 1px 0 0 0;
	border-color: gray;
	border-style: solid none none none;
	margin: 10px 0;
}

h1,h2,h3,h4
{
	padding: 6px 0 2px 0;
	font-weight: normal;
}

h1
{
	font-size: 20px;
	color: #f8bc49;
}

h2
{
	font-size: 18px;
	color: #f17a40;
}

h3
{
	font-size: 16px;
	color: #ffba77;
}

h4
{
	font-size: 14px;
	color: #ffba77;
}

a
{
	color: #f8b463;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#menubox ul
{
	color: #f8aa7f;
	font-size: 12px;
	font-weight: normal;
	display: block;
}

#menubox ul li { margin-bottom: 5px; }

#menubox ul li a
{
	color: #f8bc49;
	text-decoration: none;
	font-weight: normal;
}

#menubox ul li a:hover
{
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.timestamp,.small
{
	font-size: 9px;
	color: gray;
}

.timestamp { text-align: right; }
#copyright { margin-right: 335px; }
#sendmeemail input.stretchie,#sendmeemail textarea.stretchie { width: 300px; }

#sendmeemail h4
{
	font-size: 13px;
	line-height: 16px;
	margin: 3px 3px 0 0;
	padding: 0;
	float: left;
	clear: left;
	width: 180px;
	text-align: right;
}

#sendmeemail p { margin-bottom: 7px; }
span.required { color: #900; }
.humansonly_text,p#submit,.humansonly_text p input { margin-left: 180px; }
.humansonly_text { font-size: 9px; }

.services_page #resources,
div.service
{
	border: none;
	padding: 5px;
}

div.service
{
	border-bottom: 1px orange solid;
	margin-bottom: 10px;
}

