body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #000000;
	background-color: #F5941F;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B2245;
	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: 250px;
	width: 100%;
	background-image: url(../images/mnharpbanner.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;
}

#loginheader
{
	height: 250px;
	width: 100%;
	background-image: url(../images/login.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;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #A07098;
	padding-left: 15px;
}

#contents { margin: 0 220px 40px 20px; }
#fullcontents { margin: 0 20px 40px 20px; }
#contents p { line-height: 165%; }
#fullcontents p { line-height: 165%; }

.blogentry { border-bottom: 1px solid #A07098; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #ffffff;
	text-align: right;
	font-size: 90%;
}

#Login1
{
	position: relative;
	left: -15px;
	top: 15px;
	width: 251px;
	text-align: right;
}

#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;
}

