body
{
margin: 0;
padding: 0;
font: 80% arial, hevetica, sans-serif;
text-align: center;
color: #000000;
background-color: #0000FF;
background-image: url(images/img_39.jpg);
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
     
a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover, a:active
{
	color: #fff;
	background-color: #0000FF;
}



h1 ;h2 ;h3;
{
color: #0000FF;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 2px 0;
{ text-decoration: none; }

}

h1
{
	text-decoration: none;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}


#container
{
	margin: 1em auto;
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px none #fff;
	border-bottom-color: #FFFFFF;
}

#header
{
height: 100px;
width: 100%;
background-image: url(images/top.png);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 1px none #fff;

}



#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
width: 165px;
border-left: 1px solid #C5C877;
padding-left: 15px;
}

#contents {
	height:auto;
	margin: 0 200px 40px 20px;
	float: none;
	padding-right: 20px;	
}
#contents p {

	line-height: normal;
	padding-left: 20px;
	
}


.blogentry {
	border-bottom-color: #C5C877;
}
.imagefloat { float: right; }

#footer
{
clear: both;
color: #272900;
text-align: right;
font-size: 70%;
}

#skipmenu
{
menu li:display: inline;
	position: absolute;
	left: 725px;
	top: 99px;
	width: 296px;
	text-align: right;
	height: 19px;
}

#skipmenu a
{
color: #000000;
text-decoration: none;
}

#skipmenu a:hover
{
color: #fff;
background-color: #FF0000;
text-decoration: none;
}

