body
{
   color: #27170A;
   background: #A97952 url(img/bg.gif);
   margin: 0px 0px 40px;
   padding: 0px;
   font-size: 15px;
   font-family: "Trebuchet MS", sans-serif;
}

a:link, a:visited, a:active
{
   color: #704521;
}

a:hover
{
   color: #8F5F38;
   text-decoration: none;
}

h1
{
   color: #A97952; font-size: 11px;  
}

p, ul, ol
{
   line-height: 20px;
   margin: 5px 10px;
   padding: 5px 0px;
}

ul.after
{
   margin-top: -10px;
   padding-top: 0px;
}

li
{
   margin-left: 20px; 
}

table
{
   margin: 5px;
   border-collapse: collapse;
}

table td
{
   padding: 5px;  
}

img
{
   border: 0px;  
}

#tagline
{
   background: #BA7D47 url(img/bg_footer.gif) no-repeat;
   width: 900px;
   height: 24px;
   margin: 20px auto 0px;
   border-top: 1px #F3DBC6 solid;
   border-right: 1px #F3DBC6 solid;
   border-left: 1px #F3DBC6 solid;
}

#tagline h1                   { color: #eaccb2; margin: 0px; padding: 3px 0px 3px 10px; }

#header
{
   width: 900px;
   margin: 0px auto;
   border: 1px #F3DBC6 solid;
   position: relative;
   background-color: #BA7D47;
   height: 150px;
   border-bottom: 1px #5D4D42 solid;
   width: 900px;
}

#logo
{
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 0;
}

#nav
{
   position: absolute;
   left: 0px;
   top: 128px;
}

#nav a:link, #nav a:active, #nav a:visited
{
   color: #261710;
   font-weight: bold;
   text-decoration: none;
}

#nav a:hover
{
   color: #FFFFFF;
}

#king
{
   position: absolute;
   top: 0px;
   right: 0px;
}

#wrapper
{
   background-color: #FAEBE1;
   width: 900px;
   margin: 0px auto;
   border: 1px #F3DBC6 solid;
   overflow: hidden;
}

#content
{
   background: #FAEBE1 url('/img/king_shade.jpg') no-repeat right top;
   width: 560px;
   margin: 0px;
   padding: 20px 50px 20px 50px;
   float: left;
}

#rightcol
{
   background-color: transparent;
   width: 200px;
   margin: 0px 0px 0px 5px;
   padding: 10px;
   float: left;
}

#rightcol p
{
   font-size: 13px;
   line-height: 18px;  
}

#footer
{
   background: #BA7D47 url(img/bg_footer.gif) no-repeat;
   width: 900px;
   height: 24px;
   margin: 0px auto;
   border-right: 1px #F3DBC6 solid;
   border-bottom: 1px #F3DBC6 solid;
   border-left: 1px #F3DBC6 solid;
}

#footer p
{
   font-size: 12px;
   margin: 0px;
   padding: 3px;
   text-align: right;
}

.spacer
{
   clear: both;   
}

.smalltext
{
   font-size: 11px;  
}

.graytext
{
   color: #999999;  
}