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

a:link {
	color: #0099CC;
	padding: 2px 2px 2px 2px;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
}

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: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

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


#header
{
	height: 115px;
	width: 100%;
	background-position: 0 0;
	position: relative;
}

#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: left;
	width: 176px;
	padding-right: 15px;
	padding-left: 15px;

}

#contents { 	padding: 20px 20px 0px 20px;
	background-image: url(../images/holdingpage1.jpg);
	background-repeat: no-repeat;
		height: 495px;
	 }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;


	font-size: 90%;
}
