html 
    { 
        background-image: url('bghome.gif');
    } 

body 
    { 
    	background-color: #202020;
        width: 1000px; 
        border-left: 1px solid #202020; 
        border-right: 1px solid #202020;
        margin: 0px auto; 
        font-family: trebuchet MS;
        font-size: 10px;
        margin-bottom: 20px; 
    } 
    
A:link, A:visited, A:active { 
color : #171310;
text-decoration : none;
} 


A:hover { 
color:black;
}


div#header 
    { 
        background-image: url('header.png'); 
        background-repeat: repeat-x; 
        width: 1000px; 
        height: 175px; 
    } 
    
h2 
    { 
        font-family: "Tahoma"; 
        font-size: 30px; 
        font-weight: bold; 
        margin: 0; 
        padding-top: 50px;
        padding-left: 70px;
    } 
    
h6 
    { 
        font-family: "Tahoma"; 
        font-size: 12px; 
        font-weight: bold; 
        margin: 0; 
        padding-top: -20px;
        padding-left: 70px;
    } 

div#container 
    { 
       	background-color: #000000;
        width: 1000px; 
        overflow: hidden;     
        border-bottom: 1px solid #202020; 
        border-left: 1px solid #202020; 
        border-right: 1px solid #202020; 
        font-family: tahoma;
        font-size: 10px;
    } 

div#lContainer 
    { 
        background-color: #ffffff; 
        width: 940px; 
        padding: 0px 10px 10px 3px; 
        float: left; 
        padding-bottom: 30000px; 
        margin-bottom: -29995px; 
        font-family: verdana;
        font-size: 11px;
        color: #000000; 
        
    } 
     
div#rContainer 
    { 
        background-color: #f2f2f2; 
        width: 205px; 
        padding: 0px 10px 10px 10px; 
        padding-bottom: 30000px; 
        margin-bottom: -30000px; 
        float: right; 
    } 
     
.header 
    { 
        padding-top: 10px; 
        font-family: Verdana; 
        font-size: 20px; 
        color: #333333; 
        font-weight: normal; 
        margin: 0 0 9px 0; 
        border-bottom: 1px dotted #333333; 
    } 
     
code { background-color: #f2f2f2; border: 1px solid #202020; padding: 11px 5px 11px 5px; margin: 0 0 26px 29px; } 
div#footer { width: 100%; background-color: #000000;text-align: center; padding: 3px 0px 3px 0px; clear: both; margin:0; float: left; font-family: Verdana; font-size: 11px; color: #ffffff; 
margin-bottom: 20px;    } 
input, textarea {border : 1px #202020;font-size: 10px;} 
TABLE, TD, TR { font-family : verdana;color : #000000;font-size: 10px;} 
div#footer a { color: #ffffff; text-decoration: underline; }
.border {border-bottom: 1px; solid white;}
.link, link:visited {padding: 1px; background-color: #; display:block;color:#503245;line-height:7pt;padding-left:7px; font-size: 11px; font-family: trebuchet MS; text-transform: lowercase}
.link:hover {font-size: 11px; font-family: trebuchet MS; padding: 1px; background-color: #29252F; display:block;color:white;line-height:7pt; padding-left:7px;}