* {
  padding: 0px;
  margin: 0px;
}

p {
  padding: 0px 0px 10px 0px;
}

body {
  margin-bottom: 30px;
  padding: 0px;
  background-image: url('images/body_bg.gif');
  background-repeat: repeat-x;
  background-position: top;
  background-color: #3d546f;
  width: 100%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-size: 14px;
  color: #363636;
}

a:link { color: #363636; }
a:active { color: #363636; }
a:visited  { color: #363636; }
a:hover { color: #666666; }

h4 {
  margin-top: 15px;
  display: inline;
}

#wrapper {
  width: 100%;
  text-align: center;
}

#container {
  margin: 0px auto;
  width: 823px;
  text-align: left;
}

#middleWrapper {
  width: 100%;
  background-position: top center;
  background-image: url(images/bg.gif);
  background-repeat: repeat-y;
  overflow: auto;
}

#content {
  width: 610px;
  padding: 10px 10px 10px 30px;
  float: left;
}

#nav {
  width: 102px;
  float: left;
  margin-left: 30px;
}

#footerLinks {
  margin: 0px auto;
  text-align: center;
  font-family: verdana;
  font-size: 12px;
  color: #8097b3;
  }

#footerLinks a:link {
  font-family: verdana;
  font-size: 12px;
  color: #8097b3;
  font-weight: bold;
  text-decoration: none;
}

#footerLinks a:active {
  font-family: verdana;
  font-size: 12px;
  color: #8097b3;
  font-weight: bold;
  text-decoration: none;
}

#footerLinks a:visited {
  font-family: verdana;
  font-size: 12px;
  color: #8097b3;
  font-weight: bold;
  text-decoration: none;
}

#footerLinks a:hover {
  font-family: verdana;
  font-size: 12px;
  color: #a6c8ef;
  font-weight: bold;
  text-decoration: none;
}

#footerLinks li {
  display: inline;
}

#rooms img {
  border: 1px solid #888888;
  margin-left: 8px;
}

#rooms h4 {
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  margin: 10px 0px 0px 10px;
}

#rooms p {
  width: 300px;
  padding-left: 10px;
}

#rooms li {
  margin: 0px 0px 0px 25px;
  list-style-image: url(images/dot.gif);
}

.roomPhoto {
  float: right;
  text-align: center;
}

.gallery {
  padding-left: 16px;
  width: 560px;
}

.gallery p {
  color: black;
  font-family:Arial;
  font-size: 18px;
  font-weight: bold;
  padding: 4px;
  background-color: #eaeaea; border-bottom: 1px solid #cacaca;
}

.gallery img {
  padding: 0px;
  margin: 0px;
  border: 3px solid #dadada;
}

.gallery li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

.gallery ul {
  padding: 10px 0px 30px 4px; 
}

#comment {
  float: right;
}

#comment input,textarea {
  font-size: 11px;
  font-family: verdana;
}


