body
{
	margin: 0;
	padding: 0;
	font: 85% georgia, arial, sans-serif;
	text-align: center;
	color: #333;
	background-color: #B5C2B1;
	background-image: url(images/background2.jpg); 
}

a {
	color:#07a;
	font-size:12px;
	font-family:georgia, verdana, arial, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
	
a:link {color:#07a;}

a:visited {color:#7DABBF;}

a:hover {
	background-color:#F5F5F5;
	text-decoration: underline overline;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:130%;
	font-weight:900;
	color:#808080;
	}

h2
{
	color: #808080;
	font: 120% georgia, arial, verdana, sans-serif;
	font-weight: bold;
	}

#container
{
	margin: 1em auto;
	width: 650px;
	text-align: left;
	background-color: #F4F5F0; /* was #fff */
	border: 1px none #fff;
}

#banner
{
	height: 75px;
	width: 100%;
	background-image: url(images/banner.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; }

#contents { margin: 0 100px 40px 20px;}
#contents p { line-height: 165%; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	text-align: center;
	font-size: 90%;
}

