
BODY  
	{ 
	  font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	  font-size: 12px;
	  color:#ffffff;
	  font-weight:bold;
	  background-image: url(img/body_bg.jpg);
      background-color: #000000;
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  
	}

A   	{ color: #ffffff; text-decoration: none; } 
A:link	{ color: #ffffff; text-decoration: none; } 
A:visited { color: #ffffff; text-decoration: none; } 
A:active { color: #ffffff; }
A:hover	{ color: #000000;} 

B	{
	  font-size: 18px;
	  font-weight: bold;
	}

blockquote 
	{ 
	  font-size: 12px;
	  color:#010101;
	  font-weight:bold;
	}
	  

/* top.tpl header images */
.header  
	{ 
	  background-image: url(img/header.jpg);
	  background-repeat: repeat-x;
	  width: 100%;
	  height: 148px;
	}
.logo  
	{ 
	  background-image: url(img/logo.jpg);
	  background-repeat: no-repeat;
	  width: 319px;
	  height: 148px;
	  float: left;
	}
.slogan  
	{ 
	  background-image: url(img/wheredetails.gif);
	  background-repeat: no-repeat;
	  width: 412px;
	  height: 23px;
	  float: right;
	  margin-top: 10px;
      text-align: right;
	  font-size: 30px;
	  font-weight: bold;
	  color: #ffffff;
	  padding-right: 10px;
	}
.slogan_bottom
	{
	  font-size: 20px;
	  font-weight: bold;
	  color: #ffffff;
	}
.nav
	{
	  font-weight: bold;
	  color: #ffffff; 
	  text-decoration: none;
	}
.nav a
	{
	 color: #ffffff;
 	 text-decoration: none;
	}
.nav a:link
	{
	 color: #ffffff;
	}
.nav a:active
	{
	 color: #ffffff;
	}
.nav a:visited
	{
	 color: #ffffff;
	}
.nav a:hover
	{
	  color: #d3b287;
	}
.onnav /* onmouseover */
	{
	width: 166px;
	height: 23px;
	}
.offnav /* onmouseoff */
	{
	width: 166px;
	height: 23px;
	}

/* menu backgrounds */
.menubg
	{
	 
	}
.container
	{
	  background-image: url(img/contentbg.jpg);
	  background-repeat: repeat-x;
	  height: 300px;
	}
.menu_container
	{
	  width: 125px;
	}
.content_container
	{
	  
	  color: #000000;
	  width:250px;
	  padding-left: 5px;
	  padding-right: 5px;
	}
.content
	{
	}
.text_container
	{ 
	  font-weight: bold;
	  line-height: 130%;
	  color: #000000;
	  padding: 10px;
	  background-image: url(img/leatherbg.jpg);
	  background-repeat: repeat;

	  border: 5px solid #000000;	  
	  width: 450px;
	}
.title_head
	{
	  font-weight: bold;
	  font-size: 20px;
	}
.title_quote
	{
	  font-family: Arial, Trebuchet, Verdana,  Helvetica, sans-serif;
	  font-weight: bold;
	  font-size: 16px;
	  font-style: itallic;
	}
.schedule
	{
	  padding: 10px;
	  background-color: #000000;
	  font-family: Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	  font-size: 12px;
	  color:#ffffff;
	  font-weight:bold;
	}
.image_thumbs
	{ 
		float: left;
		padding: 5px;
	}
.image_deerskin
	{
	  background-image: url(/images/front_deer.jpg);
	  background-repeat: no-repeat;
	  width:305px;
	  height:342px;
	}
.footer
	{
	  color: #ffffff;
	  font-size: 10px;
	  background-color: #000000;
	  width: 100%;
	  height: 30px;
	}


