body.main { 
  background-image: url("images/tile.jpg");
}

body { 
/*background-image: url("images/tile.jpg");*/
font-size: medium;
background-color: #0d3f02;
color: #000000;
}

p { 
color: #000000;
}

#formTable {
width: 100%;
}

#textleft {
   text-align:right;
}

h2,h1,h4 {
color: #fffff;
}

h3
{
	font-style: italic;
	color: #f5eaaa;
}

a {
color:#7c0c0c;
}

a:hover {
color:#ffffff;
}

#container
{
  margin-bottom: -20px;
  min-height: 774px;

  height: 100%;
  top: 0px;
  margin-right:auto;
  margin-left:auto;
  width: 900px;
/* background-image: url("images/mainbg.jpg");*/
background-color: #f5eaaa;

 z-index: 0;
}

#header
{
  padding-top: 0px;
  text-align: left;
  min-height: 164px;
  height: 100%;
  background-image: url("images/header.jpg");
}

#homecontent
{
  min-height: 726px;
  height: 726px;
  width: 700px;
margin-left:0px;
margin-right:0px;
 /* background-image: url(images/line.jpg); */
  background-repeat: no-repeat;
  z-index: 1;
}

#animalpic
{
margin-left:0px;
}

#content
{
  min-height: 600px;
  height: 100%;
  width: 491px;
margin-left:0px;
margin-right:0px;
 /* background-image: url(images/line.jpg); */
  background-repeat: no-repeat;
  z-index: 1;
  float: right;

}

#searchbox
{
	float: right;
	max-height: 30px;
	z-index: 1;
}

#home_right
{
  float: right;
  width: 228px;
  background-image: url("images/rightmenubg.jpg");
  min-height: 600px; 
  z-index: 2;
  text-align: center;
  color: #f5eaaa;
  font-size: 20px;
  /*position: relative;
  bottom: 195px;
  left: 200px;*/
}

#home_right p, #video
{
  color: #f5eaaa;
}

#home_right a:link
{
  color: #ffffff;
}
#home_right a:visited
{
  color: #ffffff;
}
#home_right a:hover
{
  color: #f5eaaa;
}

#nav,#adds
{
  float: left;
  width: 180px;
  background-image: url("images/navbg.jpg");
  min-height: 600px;
  height: 600px;
  z-index: 2;
  font-weight: bold;
}

img
{
	border-style:outset;
	border-color: #000000;
	border-width:5px;
}

#nav a {  
    display:block;
	text-shadow: #000;
    width:180px;
    color: #f5eaaa;
    text-decoration:none;
    background:url("images/button2.png") no-repeat;
    padding:7px 10px 6px 10px;
}

#nav a:hover { 
    background-position:0 -40px;
    color: #CCCCCC;
}
#nav a:active {
    background-position:0 -80px;
    color: #333333;
}

#sub
{
   font-size: small;
}

#topmenu {

margin-bottom: 20px; }

#footer
{
  text-align: center;
  font-size: x-small;
  clear: both;
  width: 100%;
  z-index: 5;
  background-color: #7c0c0c;
  }
#footer p
{
   color: #ffffff;	
}
#footer a
{
   color: #f5eaaa;
}

input
{

}

#fineprint
{
   font-size: x-small;
}

#smallheight
{
   line-height: 1.0;
}

#blacklink a:link, #blacklink a:visited
{
  color: #000000;
}