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

/* 
a:link { color: #B52C07; } 
a:link { color: #3574EC; }
*/
a:link, a:visited  { color: #98AFC7; }
a:hover, a:active
{
	color: #fff;
	background-color: #2B3856;
	background-color: #41627E;
}

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

h2 a { text-decoration: none; }

h3
{
	/*color: #5B5E0E;*/
	color: SILVER;
	font: 126% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

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

#header
{
	height: 90px;
	width: 100%;
	/* 
	background-image: url(header.jpg); 
	background-repeat: no-repeat;
	background-position: 0 0;
	//border-bottom: 1px solid #fff;
	*/
	color: WHITE;
	font-size: 30px;
	font-family: veranda;
	font-weight: 900;
	font-variant: small-caps;
	background-color: #2B3856;
	position: relative;
	border: 1px none #fff;
}

#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: right;
	width: 165px;
	/*border-left: 1px solid #C5C877;*/
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
/*.blogentry { border-bottom: 1px solid #C5C877; }*/
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: GRAY;
	text-align: right;
	font-size: 90%;
	background-color: #262C33;
	padding: 5px;
}

	

#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;
}


