body
{
margin: 0;
padding: 0;
font: 85% courier new, arial, hevetica, sans-serif;
text-align: center;
color: #333;
background-color: #fff;
background-image: url(bg_clouds.jpg);
Background-repeat: repeat-x;
}

a:link { color: #0000cc; }
a:visited { color: #0000cc; }

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

h1
{
color: #0000CC;
font: 180% courier new, times, "courier new", serif;
font-weight: bold;
font-style: italic;
text-align: center;
margin: 0 0 20 50px 0;
}

h2
{
color: #0000cc;
font: 150% courier new, times, "courier new", serif;
font-weight: bold;
margin: 30px 0 20px 30px;
}

h2 a { text-decoration: none; }

h3
{
color: #5B5E0E;
font: 120% courier new, times, "courier new", serif;
font-weight: bold;
margin: 20px 0 5px 10px;
}

h4
{
color: #330033;
font: 110% courier new, times, serif;
font-style: italic;
font-weight: bold;
margin: 20px 0 5px 10px;
}

#container
{
margin: 1em auto;
width: 760px;
text-align: left;
background-color: #fff;
border: 1px none #0000cc;
}

#header
{
height: 80px;
width: 100%;
background-image: url(lazer.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 0px 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;
width: 165px;
border-left: 1px solid #0000cc;
padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #0000cc; }
.imagefloat { float: right; }
.imagefloatl { float: left; }
.imagefloat2 { float: center; }


#footer
{
clear: both;
color: #fff;
text-align: left;
font-size: 90%;
}


