body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #222222;
	background-color: #aaaab9;
}

a:link { color: #666666; }
a:visited { color: #666666; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #000000;
	font: bold 120% Arial, Helvetica, sans-serif;
	margin-top: 0;
	line-height: 120%;
}

#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 132px;
	width: 100%;
	background-image: url(/images/sunset_800x132.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: square; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 220px;
	border-left: 1px solid #C5C877;
	padding-left: 18px;
	padding-right: 0px;
	padding-top: 20px;
}

#contents { margin: 0 248px 40px 20px; }
#contents p {
	line-height: 140%;
	font-size: small;
	margin-top: 3;
	margin-bottom: 4;
}
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}

#bannertext
{
	position: absolute;
	left: 22px;
	top: 17px;
	width: 700px;
	text-align: left;
	font-size: 38px;
	color: #111111;
	font-weight: bold;
}