


  #container #header { 
    background-color: #FFFFFF;
    float: left;
    height: 54px;
    width: 800px;
    }

  #container #content {
/* BEST color 147B7A */ 
/* Previous color 54bac4 */ 
    background-color: #000000;
    float: left;

    width: 800px;
    }


.textstuff {
/* BEST color 147B7A */ 
/* Previous color 54bac4 */ 
    background-color: #3399FF;
background-image: url('textbg.png');
    float: left;
    width: 800px;
    text-align: left;
    text-size: 10px;
    color: #0066FF;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    }


  #container #links {
    background-color: #000000;
/* Previous color 647B7C */
    float: left;
    height: 84px;
    width: 800px;
    border-top: 2px dashed #0066FF;
    border-left: 2px dashed #0066FF;
    border-right: 2px dashed #0066FF;
    }

 

  #container #linksbottom {
    background-color: #0066FF;
/* Previous color 447B7C*/
    float: left;
    width: 796px;
    border-left: 2px dashed black;
    border-right: 2px dashed black;
/*    height: 50px;   */
    }


  #container #linksbottomin {
    background-color: #0066FF;
    float: center;
    width: 785px;
    margin: 5px;
    }


 #container #footer {
    background-image: url('footer.png'); 
    background-color: #000000;
    float: left;
    width: 800px;
    height: 21px;
    }



  #container { 
    width: 805px;

/*    background-color: #7B7B7B;  */
    }


A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none;}

