body
{
margin: 0;
padding: 0;
font: 80% arial, hevetica, sans-serif;
text-align: center;
color: #333;
background-color: #E8E8E8;
}

a:link { color: #000099; text-decoration: none;}
a:visited { color: #000099; text-decoration: none;}

a:hover, a:active
{
color: #fff;
background-color: #000099;
text-decoration: none;
}

h1
{
color: #000099;
font: 180% arial, hevetica, sans-serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2
{
color: #000099;
font: 150% arial, hevetica, sans-serif;
font-weight: bold;
margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
color: #000099;
font: 120% arial, hevetica, sans-serif;
font-weight: bold;
margin-top: 0;
}

#container
{
margin: 1em auto;
width: 1000px;
text-align: left;
background-color: #BBC0C0;
background-image: url(picts/bg.jpg);
}

#header
{
	height: 160px;
	width: 100%;
	background-image: url(picts/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	border: 1px none #fff;
	z-index: 1;

}

#header h1
{
font-size: 32px;
text-align: center;
color: #fff;
}

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

#menu
{
float: left;
width: 190px;
border-right: 1px solid #000099;
padding-left: 15px;
}

#menu2
{
float: right;
width: 165px;
border-left: 1px solid #000099;
padding-left: 15px;
}


#contents { margin: 0 20px 40px 220px; }
#contents p { line-height: 130%; }

.imagefloat { float: right; }
.imagefloat2 { float: left; }


#footer
{
clear: both;
color: #FFFFFF;
text-align: right;
font-size: 90%;
height: 30px;
width: 100%;
background-image: url(picts/footer.jpg);
}

