html, body{height:100%}

body {
background-color:#000000;
font:85% verdana, sans-serif;
margin:0px;
padding:0px;
text-align:justify;}


#head{
height:80px;
background:#000000;
background-image:  url("img/banner.gif");
background-repeat:no-repeat;
background-position:center;
}

#content {
color:black;
background:#DDD9D9;
border-bottom:0px solid white;

margin:0 8% 0 8%;
padding:0px;}

#menu{
height:55px;
margin:0;
padding:0;
border-top:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
border-bottom:0px solid white;
text-align:center;}

#menu ul{
margin:0;
padding:5px;
list-style:none;
white-space: nowrap;}

#menu li{
display:inline;}

#menu a{
color:#FFFFFF;
background:#000000;
padding:2px 20px 2px 20px;
border:1px solid white;
font:bold 12px verdana, sans-serif;
text-decoration:none;
text-align:center;}
#menu a:hover{color:black;background:white;}


#text {
clear:left;
border-top:1px solid white;
border-right:1px solid white;
border-left:1px solid white;
padding:0 50px 30px 50px;
color:white;
background:#202020;
text-align:left;
}

h1{
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 18px verdana, sans-serif;
border-bottom:1px solid #C0C0C0;}
h2{
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 16px verdana, sans-serif;
border-bottom:1px solid #C0C0C0;}
h3{
margin:25px 0 10px 0;
padding:2px 0 2px 5px;
font:bold 14px verdana, sans-serif;
border-bottom:1px solid #C0C0C0;}

#foot{color:white;
background:#000000;
padding:0;
margin:0;
border-top:1px solid white;}
#foot p{margin:0;padding:4px;text-align:right;}