  /*AFFECTS EVERYTHING IN BODY AND PARAGRAPH TAGS*/
  
  body,p{
  font-family: verdana;
  font-size: 11px;
  }
  
  a:link{
  color: #660c0c;
  font-weight: bold;
  text-decoration: none;
  }
  
  a:visited{
  color: #a33333;
  font-weight: bold;
  text-decoration: none;
  }
  
  a:hover{
  color: #065795;
  font-weight: bold;
  text-decoration: none;  
  }

  /*FRAME FOR THE PAGE*/

  #frameSite{
  width:753px;
  margin-right:auto;
  margin-left:auto;
  margin-top:10px;
  padding:0px;
  text-align:left;
  }

  /*FRAME FOR SITE*/

  #elementFrame{
  width:753px;
  padding:0px;
  float:left;
  background:#ffffff;
  font-size: 10px;
  }

  /*BANNER DIV HERE*/

  #rmr_header{
  background-image: URL('../images/top_header.jpg');
  width: 753px;
  height: 143px;
  }

  /*NAVIGATION DIV HERE*/

  #rmr_nav{
  width: 752px;
  height: 30px;
  }
  
  /*CONTENT HOME TEMPLATE*/

  #rmr_content{
  width: 741px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align: top;
  }

  /*CONTENT PHOTO LOADER TEMPLATE*/

  #rmr_content_photo{
  width: 741px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  vertical-align:top;
  }

  /*CONTENT TEMPLATE*/

  #rmr_content_main{
  width: 751px;
  background-color: #ffffff;
  vertical-align: top;
  display: block;
  padding: 0px;
  margin: 0px;
  }
  
  /*ANY SECTION HEADERS*/
  
  .rmr_text_header{
  font-size: 12px;
  color: #660c0c;
  font-weight: bold;
  }
  
  /*TEXT SECTION*/
  
  .rmr_text{
  font-family: verdana;
  font-size: 11px;
  padding:5px;
  vertical-align: top;
  }

  /*MAIN PAGE PHOTO AND QUICK LINKS DIV HERE*/

  #rmr_middle{
  width: 752px;
  border-left: 1px solid #000000;
  }
  
  #aboutTitle{
  background-image: URL('../images/title-about.gif');
  width: 751px;
  height: 31px;
  }
  
  #affiliatesTitle{
  background-image: URL('../images/title-affiliates.gif');
  width: 751px;
  height: 31px;
  }
  
  #contactTitle{
  background-image: URL('../images/title-contact.gif');
  width: 751px;
  height: 31px;
  }
  
  #locationTitle{
  background-image: URL('../images/title-location.gif');
  width: 751px;
  height: 31px;
  }
  
  #photosTitle{
  background-image: URL('../images/title-photos.gif');
  width: 751px;
  height: 31px;
  }

  #rentalTitle{
  background-image: URL('../images/title-rental.gif');
  width: 751px;
  height: 31px;
  }

  #reviewsTitle{
  background-image: URL('../images/title-reviews.gif');
  width: 751px;
  height: 31px;
  }
  
  #ridingTitle{
  background-image: URL('../images/title-riding.gif');
  width: 751px;
  height: 31px;
  }
  
  #tourTitle{
  background-image: URL('../images/title-tour.gif');
  width: 751px;
  height: 31px;
  }
  
  #weatherTitle{
  background-image: URL('../images/title-weather.gif');
  width: 751px;
  height: 31px;
  }  
  


