body
{
margin: 0;
padding: 0;
height: 100%;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #606060;
background-color: #fff;
background-image: url(images/main_back.gif); 
}

a:link { color: #646464; }
a:visited { color: #646464; }

a:hover, a:active
{
color: #FF9900;
background-color: #fff;
}

h2
{
color: #337e20;
font: 120% georgia, times, "times new roman", serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #339900;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: 1em auto;
width: 720px;
height: 100%;
text-align: left;
background-color: #fff;
background-image: url();
border: 1px none #fff;
}

#header
{
height: 100px;
width: 100%;
background-image: url(images/header2.gif);
background-repeat: no-repeat;
background-position: 0 0;
position: relative;
border: 1px none #fff;
border-bottom: 0px solid #fff;
}

#header h1
{
font-size: 1px;
text-align: right;
color: #fff;
margin: 0;
padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
float: right;
font-size: 12px;
width: 26%;
height: 467px;
background: #FFFFED;
border-left: 1px solid #99cc33;
border-top: 1px solid #99CC33;
border-bottom: 1px solid #99CC33;
padding: 15px 3px;
}

#menu h1
{
color: #996633;
font: 106% georgia, times, "times new roman", serif;
font-weight: bold;
text-align: left;
text-decoration: underline;
margin-top: 0;
padding-left: 10px;
}

#menu a
{
color: #996633;
font: 11px arial, times, "times new roman", serif;
line-height: 150%;
font-weight: bold;
margin-top: 0;
padding-left: 0px;
}

#menu p
{
color: #996633;
font: 11px arial, times, "times new roman", serif;
line-height: 150%;
font-weight: bold;
margin-top: 0;
padding-left: 10px;
}

#contents 
{ 
margin: 0 1px 2px 1px;
padding: 4px 0 20px 10px;
border-top: 0px solid #66cc33;
}

#contents p 
{ 
line-height: 165%; 
}
.blogentry { border-bottom: 0px solid #66cc33; }

.imagefloat { float: left; padding: 0 10px 0 0}
.imagefloat1 { float: right; padding: 0 10px 0 10px}

#footer
{
clear: both;
color: #606060;
text-align: center;
font-size: 55%;
}

