body
{
	margin: 0;
	padding: 0;
	font: 0.8em arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #8895cc;
	background-image: url(img_bgnd.jpg);
}

a:link { color: #3d332a; }
a:visited { color: #8fcf5f; }

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

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

h2 a { text-decoration: none; }

h3
{
	color: #3d332a;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

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

#header
{
	height: 45px;
	width: 100%;
	background-image: url(luftibus_hdr.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;
}

#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: 200px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents { margin: 0 235px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }
.imagefloat_left { float: left; }

tr.evenrow td { background-color: #CBCD92; }
tr.oddrow td { background-color: white; }

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

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 845px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}


