body
 {
 background-color: rgb(237,242,251);
 margin: 0px;
 padding: 0px;
 font-family: Papyrus, verdana;
 }

a {
  color: brown;
  font-family: Papyrus, verdana;
  }

a:hover
  {
  color: gray;
  }  

a.modellink {
  color: white;
  font-family: Papyrus, verdana;
  font-size: 12px;
  }

.content_image
  {
  background-image: url('../images/content_image.jpg');
  background-position: top-left;
  background-repeat: no-repeat;
  width: 511;
  height: 213;
  }
  
.modelnav
  {
  color: white;
  font-family: Papyrus, Verdana;
  font-size: 12px;
  background-color: rgb(118,0,0);
  padding: 5px;
  }

.subtitle
  {
  color: rgb(118,0,0);
  font-family: Papyrus, Verdana;
  }

.modeltitle
  {
  color: black;
  font-family: Papyrus, Verdana;
  font-size: 24px;
  font-weight: bold;
  }

.modelprice
  {
  color: rgb(118,0,0);
  font-family: Papyrus, Verdana;
  font-size: 24px;
  font-weight: bold;
  }

#maincontent
  {
   display: inline;
  }
  
#floorplancontent
  {
   display: none;
  }
  
#ammenitiescontent
  {
   display: none;
  }         
