body {
   margin:0px; 
   padding:0px; 
   font: 12pt verdana, arial, sans-serif; 
   color:#663300
   }
body {background-image:url("../burlap-white.jpg"); background-repeat:repeat;}

a { font-family: Arial; font-size: 12px; 
    color: #FFFFFF; text-decoration: none;}

#banner {
   top: 0px; left: 0px; right: 0px;
   height:80px; 
   background-image:url(../eocene.jpg); 
   background-repeat:repeat;
   border: thin solid #663300;
   width: 100%;
   z-index: 1;
}
   
#welcome {
   position:absolute;
   z-index: 1;
   top: 83px;
   left: 5px;
   color: #FFFFFF;
}   

#nav {
   position: absolute;
   left: 0px;
   width:150px;
   padding-left:5px;
   padding-top:3px;
   padding-bottom: 3px;
   border: thin solid #663300;
   background-image:url(../burlap-gold.jpg); 
   background-repeat:repeat;
   }
#nav a {
   color: #330000; 
   text-decoration:none;}
#nav a:hover {color: #FFFFFF;}	 

th {
   font-size: 10pt;
   }
   
td {
	font-family: Arial;
	font-size: 10pt;
	white-space: nowrap
} 

#content {
   position: absolute;
   left: 170px;
   margin-left: 10px;
   margin-top: 10px;
   /*width: 601px; */
}

ul {border:0; margin:6px 8px 1px 1px; padding:0;list-style-type:none;}
li {margin:0; padding:2px; text-indent:10px}

#roster th, #roster td {
    vertical-align: text-top;
    }