    body{    
    background-color: #006600;    
    background-image: url('global/grade300.jpg');    
    background-repeat: repeat-x;  
    color: white;    
    font-family: helvetica;    
    }            
    
    
    #wssws{    
    position: absolute;    
    left: 50%;
    margin-left: -400px;       
    height: 600px;    
    width: 800px;    
    }
    
    .petrocircle{
    position: absolute;    
    left: 100px;    
    top: 100px;
    z-index: 0;
    }            
    
    
    #logo{    
    position: absolute;    
    left: 20px;    
    top: 9px;    
    background-image: url('global/futurelogo.gif');    
    height: 100px;    
    width: 290px;    
    }            
    
    
    #nav{    
    position: absolute;    
    left: 60px;    
    top: 120px;    
    background-color: #4b0303;    
    width: 150px;    
    border: solid black 2px;    
    padding: 0px 5px 5px 5px;    
    line-height: 25px;    
    font-size: 12pt;    
    }            
    
    
    #content{    
    position: absolute;    
    left: 250px;    
    top: 120px;    
    background-color: #4b0303;    
    width: 490px;    
    border: solid black;    
    border-width: 2px 2px 0px 2px;    
    padding: 5px;    
    font-size: 10pt;    
    }            
    
    
    .footer{    
    position: relative;    
    top: 15px;    
    height: 15px;    
    padding: 20px;    
    margin: -7px;    
    font-size: 9px;    
    border-style: solid;    
    border-color: black;    
    border-width: 2px 2px 2px 2px;    
    background-color: #003300;    
    }
    
    
    .gallery{
    width: 470px; 
    }
    
    
    .forsale{
    width: 490px;
    height: 250px;
    }       
    
    /* links */ /* links */ /* links */ /* links */ /* links */    
    
    a:link{    
    color: #ff6600;    
    text-decoration: none;    
    }            
    
    a:visited{    
    color: #ff6600;    
    text-decoration: none;    
    }            
    
    a:hover{    
    color: #ff6600;    
    text-decoration: underline;    
    }        
    
    /* other */ /* other */ /* other */ /* other */ /* other */    
    
    .schedule{    
    font-size: 12px;    
    }
    
    
    .sold{
    text-decoration: underline overline;
    color: #ff6600; 
    }
    
    .thumb{
    float: left;
    height: 150px;
    width: 150px;
    margin-bottom: 5px;
    margin-right: 5px;
    }
    
    .text{
    float: left;
    width: 330px;
    margin-bottom: 5px;
    }
    
    .item{
    clear: both;
    }
    
    
    .header{
    clear: both;
    border: 30px;
    }
    
                                                            