body {
  background: #ff9 url(images/back.jpg) repeat;
  padding: 0;
  font: 80% arial,helvetica,sans-serif;
  color: #88162E;
  text-align: center;
}
#wrapper {
  position: relative;
  width: 771px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  border: 12px solid #88162e;
  background-color: white;
}

#header {
  height: 143px;
}

#navbar {
  float: left;
  width: 160px;
  font-size: .85em;
  font-weight: bold;
 }
 
 #navbar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navbar li {
  margin: 0;
}

#navbar a {
  display: block;
  background: #88162a url(images/nav_btn_up.gif) 0 50% no-repeat;
  background-color: #fff;
  padding: 4px 4px 4px 25px;
  border-right: 1px solid #000;
  border-left: 1px solid #666;
  border-bottom: 1px solid #000;
}

#navbar a:link, #navbar a:visited {
  color: #fff;
  text-decoration: none;
}

#navbar a:hover, #navbar a:active {
  color: #000;
  background: #eee url(images/nav_btn_over.gif) 0 50% no-repeat;
  text-decoration: none;
}

#content {
  margin-left: 160px;
  padding: 5px 5px 5px 10px;
}

contentholder {
  
}

#Copyright &copy; 2005 Finding Fido. All rights reserved. {
  text-align: right;
  background-color: #eee;
  padding: 6px;
}
.center {
  text-align: center;
}
img.imgright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
}
.keyline {
   border: 1px solid #000;
}
p.pararight {
  text-align: right;
}

h1 {
  font-size: 1.35em;
}
.h3 {
  font-size: 1.2em;
}
#footer {
  text-align: right;
  font-size: .8em;
  padding: 4px;
  background-color: #eee;
}

#pet911 {
    margin-bottom:15px;
    width: 160px;
}

p#fundraiser {
	margin: 0 15px 0 15px;
	border: groove 6px #666;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
.clearfix {display: block;}
/* End hide from IE-mac */
