body
{
	margin: 0 0 0 0;
	padding: 0;
	font: 80% verdana, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background: url(../img/tlo.jpg) center repeat-y;
}

a:link { 
	color: #B52C07;
	text-decoration: none;
}
a:visited { 
	color: #B52C07;
	text-decoration: none;
}

a:hover, a:active
{
	color: #000000;
	text-decoration: underline;
}

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: #5B5E0E;
	font: 106% arial, serif;
	font-weight: bold;
	margin-top: 0;
}


table, tr, td
{
	text-align: left;
	font: 11px verdana, hevetica, sans-serif;
	color: #333;
}

#container
{
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #bababa;
}

.header0 {
	color: #fff;
}


#header
{
	height: 230px;
	width: 100%;
	background-image: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}


#mainnav {
	background-color: #990000;}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#contents
{
	float: right;
	width: 557px;
	border-left: 1px solid #bababa;
	padding-left: 15px;
	padding-right: 15px;
}



#menu { margin: 0 200px 5px 5px; }
#menu p { line-height: 165%; }
.blogentry { border-bottom: 0px solid #bababa; margin-bottom: 20px;}
.imagefloat { float: right; }




#footer
{
	border-top: 1px solid #bababa;
	padding-top: 5px;
	padding-bottom: 7px;
	background: #fff;
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}


