/* we want the content to float in the middle of the browser at all times,
   fixed size */
body { 
  margin-top: 50px;
  margin-bottom: 200px;
  margin-left: 22%;
  font-size: 0.85em;
}

a:visited, a:link { 
  color: black;
}

img { 
  border: none;
}

#banner { 
            
}

#content { 
/*  border: solid black 1px; */
  width: 540px;
  height: 500px;
}

#detail { 
  width: 540px;
  height: 275px;
}

#nav-bar { 
  clear: both;
  position: absolute;
  left: 22.5%;
  top: 450px;           
  width: 543px;
  height: 70px;
  padding-top: 20px;
  font-size: 14px;
  background-repeat: repeat-x;
}

#nav-bar a { 
  margin-left: 26px;
  font-weight: bold;
  text-decoration: none;
}

#nav-bar #first-nav-bar-link { 
  margin-left: 15px;
}

#nav-bar a.selected { 
  color: #003399;    
}

a:hover { 
  color: red;
}

span.first-words { 
  font-weight: bold;
  font-style: italic;
}

#footer, #footer a { 
  color: gray;
 }

#footer {
  position:absolute;
  left:22.5%;
  top:545px;
  font-size:13px;
  width: 540px;
}

#footer-paypal-seal { 
  float: right; 
}

#footer-paypal-seal img {  
  width: 55px;
  position: relative;
  top: -10px;
}

#footer-contact-info { 
  text-align: center;
 }

#footer-credits { 
  margin-top: 10px;
  text-align: center;
 }

#footer-contact-email, #footer-mailing-address { 
  margin-right: 15px;
 }