         * {
        font-family:Arial;   
    }
    
    HTML,BODY {
        text-align:center;
        min-width:650px;
        min-height:500px;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        
        background-color:#000000;        
    }
    
    TABLE#body {
        background-color:#93A29F;

        text-align:left;
    }

    IMG {
        padding:0px 0px 0px 0px;
        margin:0px 0px 0px 0px;
        border:none;
    }

    DIV#navbar {
        padding-top:25px;
        width:136px;
        height:100%;
    }
    
    * HTML BODY DIV#navbar {
        width:135px;
    }
    
    DIV#navbar A {
        display:block;
        color:#FFFFFF;
        padding-top:8px;
        padding-bottom:8px;
        padding-left:20px;
        font-size:12px;
        font-family:'Times New Roman';
        font-style:none;
        /*text-transform:uppercase;*/
        text-decoration:none;
    }
    DIV#navbar A:hover {
        text-decoration:underline;   
    }
    
    DIV#content {
        display:block;
        margin:0px 0px 0px 0px;
        padding:0px 0px 0px 0px;
        text-align:left;
    }
    
    DIV#homeflash {
        display:block;
        width:513px;
        height:500px;
        
        background-color:#6F6F6F;

        background-image:URL('images/homepage.jpg');
        background-repeat:no-repeat;

    }
    
