@charset "ISO-8859-1";

body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;color:#fff;}
body,td,div,p,pre,ul {font-size: 15px;}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 45px;}
h4 {font-size: 35px;color: #FFD700;}
h6 {font-size: 20px;}
p {font-size: 20px;}


a {font-size: 16px;text-decoration: none}
a:link {color:#000}
a:visited {color:#000}
a:active {color:#000}

html            {        background-color: #808080;
                }
body            {        width: 942px;
                         margin: 30px auto;
                         background-color: #cadceb;
                         border: 6px solid #4f4f4f;  border-style:groove
                }

#nav            {        float: left;
                         width: 170px;
                         margin-left: 2px;



#content        {        position: relative;
                         padding-top: 2em;
                       
                         width: 790px;
                         height: auto;
                }

#banner         {        
						 
						 height: 140px;
                         
                }

#footer         {        width: 924px;
                         height: 20px;
                         padding: 0em;
                         text-align: right;
                }

 