* {
  font-family: arial, verdana;
}

body {
  padding: 0px;
  text-align: center;
}

#wrapper {
  padding: 0px;
  margin: 0px auto;
  width: 960px;
  overflow: hidden;
}

#header {
  height: 133px;
  width: 960px;
  background: url(images/header.gif) top left no-repeat;
}

#left-col {
  float: left;
  width: 200px;
  overflow: hidden;
}

#right-col {
  float: right;
  width: 330px;
  overflow: hidden;
}

#content {
  float: left;
  width: 380px;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 0.75em;
  line-height: 1.5em;
  overflow: hidden;
}

#inner-wrapper {
  text-align: left;
  background: url(images/left-bg.gif) top left repeat-y;
  width: 960px;
  overflow: hidden;
}

#flash-wrapper {
  position: relative;
  width: 330px;
  height: 190px;
  background: url(images/flash-bg.gif);
  margin-top: 20px;
}

#flash-previous {
  position: absolute;
  left: 0px;
  top: 60px;
  width: 33px;
  height: 40px;
  cursor: pointer;
}

#flash-next {
  position: absolute;
  left: 300px;
  top: 60px;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

#flash-images {
  position: absolute;
  top: 12px;
  left: 40px;
  overflow: hidden;
}

#location-box {
  position: relative;
  width: 330px;
  height: 267px;
  background: url(images/location-bg.png) top right no-repeat;
  margin-top: 20px;
}

#footer-bar {
  float: left;
  clear: both;
  height: 43px;
  width: 960px;
  background: url(images/footer-bg.png) top left no-repeat;
}

#footer {
  width: 960px;
  font-size: 0.70em;
  text-align: center;
  color: #919191;
  margin-top: 5px;
}

#footer a {
  color: #7b7b7b;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

/* ------------- Non Structual CSS --------------- */
h1 {
  font-size: 1.3em;
}

.head2 {
 font-size: 1.2em;
 font-weight: bold;
}

#content a {
  color: #407f6f;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}

.indexExpand {
  display: none;
}
.indexURL {
  font-size: 0.80em;
  text-decoration: none;
  line-height: 22px;
  width: 200px;
  height: 22px;
  background: url(images/nav-bg.png) top left no-repeat;
  margin: 10px 0px;
  text-align: center;
  display: block;
  color: #000000;
}

.indexfixedURL {
  font-size: 0.80em;
  text-decoration: none;
  line-height: 22px;
  width: 200px;
  height: 22px;
  background: url(images/nav-active-bg.png) top left no-repeat;
  margin: 10px 0px;
  text-align: center;
  display: block;
  color: #000000;
}

.indexURL:hover {
  background: url(images/nav-active-bg.png) top left no-repeat;
}

.roomTitleRow {
}

.roomTitle {
  font-weight: bold;
}

.element {
  font-size: 0.95em;
}

