body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	background-image: url(images/scrubber.gif);
}

a:link { color: #007F00; }
a:visited { color: #007F00; }

a:hover, a:active
{
	color: #fff;
	background-color: #00CA65;
}

h2
{
	color: #007F00;
	font: 120% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #00CA65;
	font: 106% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}
p.pad { padding: 1px; border: solid gold 1px; background: #feffa3 }

h3.bdr { border: solid gold 1px }

#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
	
}


#header
{
	height: 40px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px none #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px none #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }
.imagefloatnb { float: right; }
.imagefloatleft { float: left; }



#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#email
{
	position: absolute;
	left: 0;
	top: -1px;
	width: 795px;
	text-align: right;
}

#email a
{
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

#email a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


