/*Leigh Garner - Mainstyles.css 2007 */
Body
    {
    font-family:verdana,helvetica,sans-serif;
    color: #fff6e9;
    background: #212121;
    }       

A:link { color: #fff6e9; text-decoration: none; }          /* unvisited link */
A:visited { color: #fff6e9; text-decoration: none;}        /* visited links */
A:active { color: #fff6e9; text-decoration: none; }        /* active links */
a:hover { text-decoration: underline; }

.smallText{font-size:0.8em;}
.italic{font-style: italic;}
.boldit {font-size:1.1em;font-weight: bold;}
.centimg{margin-left: 0px; }
.floatit{
padding: 0px 120px 10px 0px;
float: right;
margin-left: 0px;
}
.clearit { clear: leftt; }
.moveleft{margin-left: -120px;}

   #navigation
    {
    position: absolute;
    left:10px;
    top:80px;
    /*width:198px;*/
    width: 20%;
    line-height: 2em;
    font-size:0.9em;
    font-weight: bold;
    color: #ffffff;
    }

  #navigation A:link   {color: #666666; text-decoration: none; }
  #navigation A:visited { color: #666666; text-decoration: none;}        /* visited links */
  #navigation A:hover { color: #fff6e9;;text-decoration: underline; }

.menuheader
    {
    font-size:1.4em;
    font-weight: bold;
    }

    #header
    {
    text-align: center;
    background-color:#000;
    color:#CCCCCC;    
    padding: 0px 20px 20px 50px;
    margin-top:0px;
    margin-left: 200px;
    margin-right:250px;
    min-width: 720px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;  
    width: 50%;
}

    #maincontent
    {
    background-color:#000;
    color:#CCCCCC;    
    padding: 0px 20px 20px 50px;
    margin-top:0px;
    margin-left: 200px;
    margin-right:250px;
    min-width: 720px;
    min-height: 550px;   
    width: 50%;
    
    }

    #maincontent img
    {
    margin-left: 150px;
    }
   
   #rightcontent 
    {
    position: absolute;
    right:0px;
    top:0px;
    width:20px;
    background-color:#999;
    }
.logo
    {
    color:#EEEEEE; 
    font-weight:bold;
    font-size:1.6em;
    font-family: "Times New Roman", Times, serif;
    }




