html
{
    width: 100%;
    
    font-family: arial, verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

body
{
    width: 100%;
    
    margin: 0;
    padding: 60px 0 0; 
    
    background-color: #000000;
}

img{ border: none; }

#mainframe
{
    position: relative;
    
    width: 980px;
    height: 610px;
    
    margin: 0 auto;
}

#menu
{
   position: absolute;
   
   left: 0;
   top: 559px;
   
  
}

#content
{
    position: relative;
    
    height: 449px;
    
    padding: 100px 240px 0 240px;
}


h1{ font-size: 200%; }
h2{ font-size: 160%; }
h3{ font-size: 120%; }
h4{ font-size: 100%; }


a:link       { color: #262959; text-decoration: none; }
a:visited    { color: #262959; text-decoration: none; }
a:focus      { color: #262959; text-decoration: underline; }
a:hover      { color: #262959; text-decoration: underline; }
a:active     { color: #262959; text-decoration: underline; }

#currentlink { color: #dd2222; text-decoration: underline; }