﻿body
{
	margin: 0;
	padding: 0;
	font: 85% verdana, arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #f8f8f8; /*e6e6e6; */
}



a:link
{
	color: #B52C07;
}

a:visited
{
	color: #600;
}



a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h1
{
	color: #934E07;
	font: 180% georgia, times, "times new roman" , serif;
	font-weight: bold;
	margin: 0 0 4px 0;
}


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;
}

h4
{
	color:Black;
	font: 100% georgia, times, "times new roman" , serif;
	font-weight: bold;
	margin-top: 0;
}

code
{
	font-size:100%;
}

pre
{
	font-size:100%;
}

#container
{
	margin: 1em auto;
	width: 950px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}



#header
{
	height: 45px;
	width: 100%;
	background-image: url(images/header.png);
	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;
}



#mainnav ul
{
	list-style-type: none;
}

#mainnav li
{
	display: inline;
}



#menu
{
	float: right;
	width: 165px;
	padding-left: 15px;
	padding-bottom: auto;
	margin-bottom: 5px;
	border-bottom: 1px solid #C5C877;
}

#topScore
{
	margin: 5px 0px 5px 0px;
	border-top: 1px solid #C5C877;
	font-size:80%;
}


#contents
{
	margin: 0 200px 40px 20px;
	border-right: 1px solid #C5C877;
	font-size:95%;
}

#contents p
{
	line-height: 125%;
}

#widecontents
{
	margin: 0px 20px 40px 20px;
	font-size:95%;
}

#widecontents p
{
	line-height: 125%;
}

.blogentry
{
/*	border-bottom: 1px solid #C5C877; */
}

.imagefloat
{
	float: right;
}



#footer
{
	clear: both;
	color: #272900;
	/* text-align: right; */
	font-size: 90%;
	height:15px;
}



#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;
}

.floatleft
{
	clear:both;
	float:left;
}
	