body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #F5F5F5;
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 130% arial, hevetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 106% arial, hevetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#adv a
{
	font: 85% arial, hevetica, sans-serif;
	color:#006699;
}

#adv a:hover
{
	color:#006699;
	background-color: #ffffff;
	text-decoration: none;
}

#container
{
	margin: 1em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
  color: #006699;
  font: 180% georgia, times, "times new roman", serif;
  font-weight: bold;
  margin: 10px 10px 5px 10px;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	padding-left: 15px;
}

#contents { margin: 0 0px  40px 20px;}
#contents p { line-height: 135%;}
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #FFFFFF;
	text-align: right;
	font-size: 90%;
}

#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;
}

#wrap{word-break:break-all;width:690px; overflow:auto; }
