body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
	
	
}

a:link 
{ 
	color: #B52C07; 
}

a:visited 
{ 
	color: #600; 
}

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

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: 1000px;
	text-align: left;

	background-color: #E0DFDB;
}

#header
{
	height: 167px;
	width: 100%;
	background-image: url(top3.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;
}


ul.menu 
{
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:33px;
	font-size:.8em;
	background:url(bg.png) repeat-x top left;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border:1px solid #000;
	margin:0;
	padding:0;
}

ul.menu li 
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul.menu li a 
{
	float:left;
	color:#000000;
	text-decoration:none;
	height:24px;
	padding:9px 15px 0;
	font-weight:normal;
}

ul.menu li a:hover,.current 
{
	color:#fff;
	background:url(bg.png) repeat-x top left;
	text-decoration:none;
}

ul.menu .current a 
{
	color:#fff;
	font-weight:700;
}



ul.menu.orange
{
	background-color:#c0c0c0;
}
ul.menu.orange li a:hover, .menu.orange li.current 
{
	background-color:#E47833;
}


#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
{	
	background-color: #c0c0c0;
	clear: both;
	color: #272900;
	text-align: left;
	border: 1px solid #000000; 
	font-size: 90%;
	padding-left: 15px;
	padding-right: 15px;
	height: 35px;
}

#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;
}


