body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(brown.jpg);
	font-family: "Times New Roman", Times, serif;
	font-size: 85%;
}

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

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

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

h2 a { text-decoration: none; }

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

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

#header
{
	height: 149px;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	margin-left: 20px;
	margin-top: 5px;
}

#header h1
{
	text-align: left;
	color: #039;
	margin: 0;
	padding: 0;
}

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #930;
	padding-left: 15px;
}

#contents { margin: 0px 200px 40px 140px; }
#contents p { line-height: 165%; }
#contents ul { list-style-type: none; }

#footer
{
	clear: both;
	text-align: right;
	color: #fff;
	font-size: 90%;
	width: 650px;
	margin: 0 0 0 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;
}
