* {
  padding: 0;
  margin: 0;
} 

body {
  background: #CCCC99;
  font: 11px Verdana, Arial, sans-serif;
  line-height: 1.5em; 
  color : #111;
}

a { color: #7E3517 }
a:hover { color: #000; }

#wrap {
  margin: 20px auto 0 auto;
  width: 780px;
  background: #CCCC99;
}

#header {
  background: #CCCC99 url('images/header.jpg') no-repeat;
  height: 165px;
}
#header h1 {
  font-size: 1.7em;
  color: #fff;
  padding: 40px 0 0 40px;
  font-weight: 100;
}
#header h1 a{
  text-decoration: none;
  color: #fff;
  font-weight: 100;
}

#header h1 a:hover {
  border-bottom: 1px dotted #aaa; text-decoration: none;
}

#header h2 {
  padding: 0 0 0 40px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 100;
}

#content {
  background: #CCCC99 url('images/content.jpg');
  background-repeat: repeat-y;
  padding: 10px 25px 20px 25px;
}

p { margin: 0 0 1em 0; }

.banners {
	padding: 2em 0;
	text-align: center;
	margin: 0 auto;
}

.banners h3 {
	margin-bottom: 0.5em;
}

.banners img {
	margin: 0 10px;
	border: 1px solid black;
}

.animal { 
  clear: both;
  margin-bottom: 2em;
}
.animal h2 { font-size: 1.2em; margin: 0 0 5px 0; padding-top: 8px; }
.animal h2 a { text-decoration: none; }
.animal h2 a:hover { border-bottom: 1px dotted #aaa; text-decoration: none;}
.animal a { text-decoration: none; }
.animal a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

.animal img.left { 
  float: left; 
  padding: 1em 10px 10px 0;
  border: 0px;  
}

.animal img.right { 
  float: right; 
  padding: 1em 0px 10px 10px;
  border: 0px;  
}

.stats p { margin: 0; }

#footer { 
  background: #CCCC99 url('images/footer.jpg');
  height: 30px;
  padding: 0px 25px 0 25px;
  text-align: center;
}
#footer a { text-decoration: none; }
#footer a:hover { border-bottom: 1px dotted #aaa; text-decoration: none; }

h1.badlizard {
	clear: both;
	text-align: center;
	margin: 1em 0;
	border-top: 2px solid black;
	padding-top: 1em;
}

