@charset "iso-8859-1";


body {


 background:#fff url(../img/tile01.gif) repeat;
 text-align:center;
 padding:1px;	
 
 /*font:normal 80% Arial, Helvetica, sans-serif;*/
 }

a:link    {color:#CC9900; text-decoration:none;}
a:visited	{color:#993300; text-decoration:none;}
a:hover   {color:#A27A00; text-decoration:underline;}



#content{

width:756px;
  margin:0 auto; 
  font-family: georgia, trebuchet MS, Arial , sans-serif, times new roman, serif;
  font-size: 80%;
  text-align: left;
  color:#6A574C;

  background: url(../img/rails01.gif) repeat;
}



#top {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px solid #ccc;
	background: url(../img/baktop04.gif) no-repeat;
	height: 138px; /* ie5win fudge begins */
	voice-family: "&"}&"";
	voice-family:inherit;
	height: 118px;
	}
html>body #top {
	height: 118px; /* ie5win fudge ends */
	}
	
	
#left {
    float:left;
	margin: 1px 1px 1px 1px;
	padding: 0px;
	border: 0px solid #ccc;
	/*background: #fff;*/

	width: 180px; /* ie5win fudge begins */
	voice-family: "&"}&"";
	voice-family:inherit;
	width: 150px;
	}
html>body #left {
	width: 150px; /* ie5win fudge ends */
	} 
	
	
#middle {
    float:right;
	margin: 1px 1px 1px 1px;
	width:69%;
	padding: 1px 10px 10px 5px;
	border: 1px solid #ccc;
	background: #fff url(../img/hunterbg02.gif) no-repeat bottom;
	}

	
/*added li styles to main content panel
	
	not sure why put these here - mucks up indentation and seems not to be used
	
#middle ul {
  margin:.5em 0 1.25em;
  padding:0 20px;
  list-style:none;
  }
  
#middle ul li {
  background:url(../art/arrow1.gif) no-repeat 2px .25em;
  margin:0;
font-size: 11px;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #fff; 
  line-height:1.4em;
  }	
	
#middle ul#2 {
  margin:0 0 0px 240px;
  padding:0 30px;
  list-style:none;
  }   

#middle ul#2 li#2 {
  background:url(../art/arrow1.gif) no-repeat 2px .25em;
  margin:0;
font-size: 11px;
  padding:0 0 3px 16px;
  margin-bottom:3px;
  border-bottom:1px dotted #fff;
  line-height:1.4em;
  }
		*/
	 
/* img class - for middle images section*/
#middle img {
  margin:0 5px 5px 5px;
  padding:4px 4px;
 border:1px solid #ccc; 
  }

 #noborder img {
  margin:0 1px -2px 1px;
  padding:0px 1px 0px 0;
 border:0px solid #ccc; 
  }
	
	
/* right column not used at present*/	
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space 
	at right when there is no scroll bar */
	margin: 20px;
	padding: 10px;
	border: 5px solid #ccc;
	background: #666;
	width: 150px; /* ie5win fudge begins */
	voice-family: "&"}&"";
	voice-family:inherit;
	width: 120px;
	}
html>body #right {
	width: 120px; /* ie5win fudge ends */
	}
	
	
#footer{
	width:758px;
  clear:both;
  margin:0;
  padding:0 0 0;
  border: 0px solid #ccc;
  font-size: 10px;
  text-align: center;
  color:#EEEDE0;
  height:38px;
  background: url(../img/bakfoot02.gif) no-repeat;
	}	
	
	 
	
/*  add navigator code from Listamatic*/

#navcontainer
{
background: #B7C5CC;
width: 98%;
margin: 0 6px;
padding: 0 0 0 0;
font-family: georgia, trebuchet MS, Arial , sans-serif, times new roman, serif;
font-size: 11px;
text-align: center;
text-transform: lowercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 ;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.4em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #ddd;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #CCCCCC;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}



/*font styles*/

h1
{
font-family: georgia, serif;
font-size: 1.1em;
text-align: left;
color: #800000;
font-variant: small-caps;
}

h2
{
font-family: georgia, serif;
font-weight: bold;
font-size: 1em;
text-align: left;
color: #800000;
font-variant: small-caps;
}
h3
{
font-family: georgia, arial, serif;
font-size: .9em;
font-weight: normal;
text-align: left;
font-variant: small-caps;
color: #800000;
}
