body
{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
}

a:link {
	color: #336666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}

h2
{
	color: #336666;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
}

h2 a { text-decoration: none; }

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

#container
{
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #666666;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-decoration: none;
}

#header
{
	height: 45px;
	width: 100%;
	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;
	margin-top: 145px;
	margin-right: 20px;
	left: 650px;
	width: 150px;
}

#contents {
	margin-top: 135px;
	margin-right: 150px;
	margin-bottom: 20px;
	margin-left: 30px;
	width: 545px;
}
#contents p { line-height: 150%; }
.imagefloat { float: right; }

#skipmenu
{
	position: absolute;
	top: 0;
	text-align: right;
	float: right;
	right: 0px;
}
