body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #C0C0C0;
}

a:link {
	color: #6600CC;
}
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
}

h2
{
	color: #006600;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #FF6633;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: #CCCCCC;
	border: 1px none #fff;
}

#header
{
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	white-space: normal;
	clear: left;
}
.centeredImage
    {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color: #99CCCC;
    }

#header h1
{
	background: #90a090;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;
	border-top: solid 1px #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	text-align: center;
	color: #fff;
	vertical-align: middle;
}


#mainnav ul {
	padding: 2px;
	list-style-type: none;
}
#mainnav li { display: inline; }

#menu
{
	float: left;
	width: 165px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 200px;
}
#contents p { line-height: 135%; }
#contents1 p {
	line-height: 135%;
	font-size: x-small;
	color: #006600;
}
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 4px;
	top: 6px;
	width: 620px;
	text-align: right;
	right: auto;
	bottom: 5px;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

