@charset "iso-8859-1";
.Stil1 {
	font-size: 120%;
	color: #65a098;
	font-weight: bold;
}

body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: left;
	color: #333;
	background-color: #D6D6D6;
}

a:link {
	color: #65A098;
}
a:visited {
	color: #65A098;
}

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

h2
{
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 0 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: normal;
}

h2 a {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	font-style: italic;
	color: #65a098;
}

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

#container
{
	width: 900px;
	text-align: left;
	background-color: #E0EBEA;
	border: 1px none #fff;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	background-repeat: no-repeat;
}

#header
{
	height: 116px;
	width: 100%;
	background-image: url(../image/header.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: 165px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #65a098;
}

#contents {
	margin: 0 200px 40px 20px;
}
#contents p { line-height: 165%; }
.blogentry {
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: #65a098;
	font-family: Arial, Helvetica, sans-serif;
	left: auto;
	top: auto;
	background-repeat: no-repeat;
}
.imagefloat { float: right; }

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

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

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

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