/* CSS Document */

body {margin: 0;
  padding: 0;
  font-size: small;
  color: #262626;
  background-color: #073766;
  text-align: center;
  font-family: verdana, arial, helvetica, sans-sarif;
  }

#wrapper {text-align: center;
  margin: 0;
  padding: 0;
	margin: 20px auto 0 auto;
	width: 900px;
	border: 2px solid #241507;	
  }

a:link {color: #8f4b32;
  text-decoration: none;
  }
a:visited {color: #8f4b32;
 text-decoration: none;
 }
a:hover {color: #560001;
  text-decoration: none;
  }

#switch {position: absolute;
    top: 20px;
    left: 20px;
    }
  
#switch a {display: block;
  width: 150px;
  height: 150px;
  background-image: url(images/freebadge.png);
  text-indent: -999em;
    }
 
#switch a:hover {background-position: bottom;
    } 
  


#content .title {border: 0px;
    }
   
/*.slides {position: absolute;
    top: 200px;
    left: 20px;
    }*/

#header {margin:0;
  padding: 0;
  height: 200px;
  background-image: url(images/header4.png);
  text-align: center;
  }

#navcontainer {border-bottom: 2px solid #241507;
  border-top: 2px solid #241507;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background-image: url(images/leather-walls.gif);
  padding-bottom: 6px;
  padding-top: 6px;
  }

#navcontainer a, #navcontainer a:link, #navcontainer a:visited{
  border: 1px solid #8f4b32;
  padding: 3px;
  padding-left: 3px;
  padding-right: 3px;
  margin-left: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  }

#navcontainer a:hover, #navcontainer a:active, #navcontainer a:focus{
  border: 1px solid #003663;
  padding: 3px;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  }

#navcontainer li{
  padding-right: 1px;
  display: inline;
  font-size: 80%;
  }

#navcontainer ul{
  margin: 0px;
  padding: 0px;
  }

#navcontainer #active a { background-color: #073766;
 } 

#main {margin: 0;
  background-color: #c9c6a5;
  line-height: 1.25em;
  }

#left {float: left;
	width: 200px;
  text-align: center;
  margin: 20px 0;
  font-size: 85%;
  }
  

#left p {font-size: 80%;
  margin: 0 5px 0 5px;
  }

#left {position: relative;
  }  

.deer {position: absolute;
    top: 200px;
    left: 20px;
    border: 3px solid #fff;
    }

#badge {margin: 10px 0;
  }

.photo {border: 5px solid #fff;
  margin-left: 15px;
  }

#right {float: right;
	width: 200px;
  text-align: left;
  font-size: 80%;
  margin-top: 20px;
  }
  
#right img {border: 3px solid #fff;
  margin: 15px 0 0 25px;
  padding: 0;
  }

#right .state {border: 0;
  margin: 0;
  }

#content {float: left;
	width: 55%;
  font-size: 90%;
  text-align: justify;
  }
  
#content img {border: 3px solid #fff;
  margin: 10px 0px 5px 0px;
  } 
 
.pic {margin-left: 10px;
  }

 
#content p {margin: 0 15px 10px 15px;
  }
  
#content h4 {text-align: center;
  }

#content .title {border: 0px;
    }

#content .slides {margin: 0;
    }

.list {list-style:none;
  margin:0 0 1em 25px;
  padding: 0;
  }

.list li {line-height:1.3em;
  margin: .25em 0;
  padding: 0 0 0 25px;
  background:url(images/star.png) no-repeat 0 3px;
  }
  
#footer {clear: both;
  border-top: 2px solid #241507;
	background-image: url(images/leather-walls.gif);}

#subfooter {font-size: 85%;
  padding: 0px;
  margin: 10px 0;
  padding-bottom: 2px;
  color: #fff;
  }
 
 
 