
body
{
   background-image: url(/images/background.jpg);
   background-color: #C0BFAA;
   background-repeat: repeat-x;
   color: #5b1106;
 
}

a:link, a:visited
{
   color:#5B1106;
   text-decoration:none;
}

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

caption
{
   font-weight: bold;
   font-size: 0.8em;
}

div.announce
{
   margin: 5px 5px 5px 10px;
   color: #ffffff;
   right: 50px;
   background-color: #5b1106;
   /*width: 300px; */
   height: 260px;
   font-size: 0.8em;
   padding-top: 3px;
   padding-left: 10px; 
   padding-right: 10px; 
   border: #d6d1a3;
   border-style: solid;
}

div.announce .title
{
   color: #d6d1a3;
   text-decoration: underline;
}

div.announce a:link, div.announce a:visited, div.announce a:hover, div.announce a
{
   color: #ffffff;
   text-decoration: underline;
}

div.top_header
{
   background-image: url(/images/header.png);
   position: relative;
   width: 800px;
   height: 120px;
}


div.top_header a
{
   text-decoration: none;
}


div.breaker_top
{
   background-image: url(/images/cropped_top_breaker.png);
   height: 36px;
}

div.breaker
{
   background-image: url(/images/breaker_back.png);
   height: 320px;
   color: #5b1106;
}

div.brownbreaker
{
   background-color: #6d5235;
   position: relative;
   top: 10px;
   left: 33px;
   width: 736px;
   height: 280px;
}

div.breaker_bottom
{
   background-image: url(/images/cropped_bottom_breaker.png);
   height: 36px;
}

div.main_links
{
   position: relative;
   text-align: center;
   top: 20px;
   padding-left: 1em;
   padding-right: 1em;
   width: 800px;
   z-index: 100;
}

div.main_content
{
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 1;
   background-image: url(/images/normal_back.png);
   min-height: 400px;
   padding-left: 37px;
   padding-right: 37px;
   width: 720px;
}

div.main_content a:link, a:visited
{
   text-decoration: underline;
}

table.page_content
{
   position: relative;
   height: 400px;
   border-collapse: collapse;
   border: 0px;
}

table.page_content td
{
   vertical-align: top;
   width: 300px;
}

table.page_content td.nav_content
{
  background: #6d5235;
  width: 250px;
}

table.page_content td.nav_content .nav_content_header
{
  background-image: url('/images/250px_announce.png');
  width: 250px;
  height: 93px;
}

table.page_content td.nav_content .nav_content_text
{
  color: #fffddc;
}

table.page_content td.main_page_content .main_content_text
{
  padding-left: 10px;
}

table.page_content td.nav_content .nav_content_header .nav_content_header_text
{
   padding-left: 30px;
   padding-top: 20px;
   font-size: 14pt;
   font-weight: bold;
}

table.page_content td.main_page_content
{
   background: #ffffff;
   width: 470px;
}

table.page_content td.main_page_content .main_content_header
{
   background-image: url('/images/470px_content.png');
   width: 470px;
   height: 58px;
}

table.page_content td.main_page_content .main_content_header .main_content_header_text
{
   padding-left: 30px;
   padding-top: 10px;
   font-size: 14pt;
   font-weight: bold;
}

div#page_title
{
   position: relative;
   top: 60px;
   left: 40px;
   font-size: +2;
}

div#page
{
   position:absolute;
   left: 50%;
   width: 800px;
   margin-left: -400px; /*set to a negative number 1/2 of your width*/
   z-index: 1;
}

div#header_links
{
   position: relative;
   text-align: right;
   top: 50px;
   right: 40px;
   font-size: 0.7em; 
}

div#bottom
{
   background-image: url(/images/bottom.png);
   height: 70px;
}

div#verybottom
{
   font-size: 10px;
   text-align: center;
   color: #000000;
   padding-bottom: 2em;
}

