body 
{
   background-color: #000000;   
   color: #ffffff;   
   font-family: Verdana, Helvetica, Arial, sans-serif;   
   margin: 0px;   
   font-size: 1em;
}

h1 
{   
   letter-spacing: 3px;   
   font-size: 1.5em;   
   font-weight: normal;
}

h2 
{   
   font-size: 1.1em;
}

h3
{   
   font-size: 1em;   
   font-weight: normal;   
   font-style: italic;
   text-align: center;
   font-family: cursive;   
}

h5 
{   
   font-family: Script, cursive;   
   font-size: 1.3em;   
   font-weight: normal;   
   font-style: italic;
}

p 
{   
   font-size: 1em;   
   line-height: 1em;
}

a:link 
{   
   color: #cccccc;
}

a:visited 
{   
   color: #999999;
}

a:hover 
{   
   color: #cccccc;
}

#header 
{   
   min-width: 785px;   
   width: 100%;   
   margin-top: 10px;   
   margin-bottom: 10px;   
   text-align: center;
   background-image: url('images/header_background.jpg');
   background-position: center top;
   background-repeat: no-repeat;
}

#header img 
{   
   border-style: solid;
   border-color: #000000   
}

#header a:link, #header a:visited, #header a:hover, #header a:active 
{   
   color: #000000;
}

#content 
{   
   min-width: 785px;
   min-height: 400px;
   width: 100%;   
   position: static;   
   margin: 0px;   
   padding: 0px;
}

#navbar 
{   
   border-right: 1px #333333 solid;   
   position: absolute;   
   top: 117px;   
   left: 1em;   
   width: 8em;
}

#navbar ul 
{   
   margin: 0;   
   padding: 0;
}

#navbar ul li 
{   
   list-style-type: none;   
   margin: 0px;   
   padding: 0px;
}

#navbar ul li a:link, #navbar ul li a:visited 
{   
   display: block;   
   text-decoration: none;   
   color: #cccccc;   
   background-color: #333333;   
   border: 1px #000000 solid;   
   padding-top: 3px;   
   padding-bottom: 3px;   
   padding-left: 20px;   
   font-weight: bold;
}

#navbar ul li a:hover 
{   
   display: block;   
   text-decoration: none;   
   color: #ffffff;   
   background-color: #666666;   
   border: 1px #000000 solid;   
   padding-top: 3px;   
   padding-bottom: 3px;   
   padding-left: 20px;   
   font-weight: bold;
}

#main-text 
{   
   border-left: 1px #333333 solid;   
   position: static;   
   padding-left: 1em;   
   margin-left: 9em;
}

#main-text img 
{   
   padding: 5px;   
   margin: 5px;   
   border: 1px #666666 solid;
   float: left;
}

#main-test ul
{
   padding: 5px;   
}

#footer 
{   
   width: 100%;
   padding-left: 1em;   
   margin-left: 9em;
   margin-left: 20px;
}

#footer p 
{   
   font-size: .6em;   
   color: #666666;   
   text-align: center;   
}

#footer table 
{   
   width: 100%;
}
