html {
  background-color: #f3fcb5;
  }
#mainBody {
  text-align: center;
  margin: auto;
  background-color: #bbd5fc;
  width: 972px;
  background: url("images/body.jpg") repeat-y;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  }
body {
  text-align: center;
  margin: auto;
  background-color: #f3fcb5;
  }
a img {
  border: none;
  }
.cottageInfoL, .cottageInfoR {
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  }
.cottageInfoL {
  padding: 0 5px 0 40px;
  }
.cottageInfoR {
  padding: 0 40px 0 5px;
  }
.rooms {
  font-size: 10pt;
  }
td.room {
  padding: 10px 0 20px 0;
  vertical-align: top;
}
td.room a {
  font-style: italic;
  font-size: 9pt;
  text-decoration: none;
  display: block;
  margin-top: 7px;
  color: #2c22b9;
  }
.roomName {
  margin-bottom: 10px;
  }
.roomImage {
  float: left;
  width: 230px;
  height: 174px;
  margin-left: 2%;
  text-align: center;
  }
.roomInfo {
  float: left;
  width: 200px;
  height: 160px;
  padding: 7px 7px 5px 7px;
  }
.roomThumbs {
  float: left;
  width: 200px;
  height: 72px;
  }
h2 {
  text-align: left;
  margin-left: 40px;
  }
p {
  width: 90%;
  margin-left: 5%;
  text-align: left;	
  }
.linksNote {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  }
.linksNote, ul.links {
  text-align: left;
  margin-left: 7%;
  }
a {
  color: #3026bb;
  text-decoration: none;
  }
#contactForm label, #contactForm input, #contactForm select, #contactForm textarea {
  float: left;
  }
#contactForm label {
  width: 275px;
  display: block;
  margin: 0 0 5px 0;
  text-align: right;
  
  }
.contactRequired {
  color: #ab8a43;
  }  
  
.jrsFooter, .jrsFooter a {
  color: #b1d4d4;
  }
.jrsFooter {
  margin: 15px 0 15px 0;
  font-size: 8pt;
  font-weight: normal;
  }
.jrsFooter a {
  text-decoration: underline;
  }