body
{
margin: 0;
padding: 0;
font: 85% arial, hevetica, "Impact", sans-serif;
text-align: center;
color: #333;
background-color: #FF9900;
background-image: url();
}

a:link { color: #3300FF; }
a:visited { color: #3300FF; }

a:hover, a:active
{
color: #3300FF;
background-image: url(bg.gif);
}

h2
{
color: #000000;
font: 120% georgia, times, "Impact", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #3300FF;
font: 110% georgia, times, "Verdana", serif;
font-weight: bold;
margin-top: 0;
}
p
{
color: #3300FF;
font: 100% georgia, times, "Impact", serif;
margin: 0 0 2px 0;
}

#container
{
margin: 0em auto;
width: align;
text-align: left;
background-color: #FF9900;
border: 0px none #fff;
}

#header
{
	height: 110px;
	width: 100%;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #9A0000;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #FFCC00;
}

#header h1
{
font-size: 10px;
text-align: left;
color: #fff;
margin: 0;
padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline;}

#menul
{
float: left;
width: 145px;
margin: 0 0px 0 10px;
border-right: 0px solid #C5C877;
padding: 15px;
background-image: url(bg.gif);
}
#menur
{
float: right;
width: 165px;
border-left: 0px solid #C5C877;
padding-left: 15px;
background-image: url(bg.gif);
}

#contents { margin: 0 10px 0 200px;
background-image: url(bg.gif);
padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;

}
#contents p { line-height: 150%;
padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px; 

}

.blogentry { border-bottom: 0px solid #EF6D08; }
.imagefloat { float: left; }
.imagefloat2 { float: right; }

#footer
{
clear: both;
color: #272900;
text-align: right;
font-size: 70%;
vertical-align: bottom;
}
