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

a:link { color: #333366; }
a:hover, a:active
{
	color: #333366;
	background-color: #c0c0c0;
}

h2
{
	color: #00217f;
	font: 120% hevetica, arial, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #00217f;
	font: 106% hevetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 780px;
	text-align: left;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#article
{
clear: left;
}

#header
{
	height: 275px;
	width: 100%;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

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

#menu
{
	float: right;
	width: 170px;
	padding-left: 10px;
	padding-right: 37px;
}

#menu h4
{
	font: 80% hevetica, arial, sans-serif;
	font-weight: bold;
	margin-top: 0;
	color: #fff;
}

#contents { margin: 0 230px 30px 15px; }
#contents p { line-height: 165%; }

.imagefloat { float: right; }
.articlefloat {
	float: left;
	clear: none;
}

#footer
{
	margin-top: .5em;
        clear: both;
	background-image: url(../images/footer.jpg);
	height: 35px;
}

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

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

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

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