body {
  background: #D5B2B9 url('cityBackground.jpg') no-repeat center top;
  color: #333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}
#content {
  width: 567px;
  margin: 0 auto;
  padding: 0;
  background: #F7EBED url('bodyBackground.jpg') repeat-y center top;
  /*background: #F7EBED; this is the background color from the bg image
  color: #333;*/
}
#content ul.menu {
  position: relative;
  float: right;
  margin: 0;
  padding: 1em 0.5em 0 0;
  font-size: 0.9em;
  white-space: nowrap;
}
ul.menu li {
  display: inline;
  list-style: none;
  padding: 0 1em;
  margin: 0;
}
ul.menu li a:link,
ul.menu li a:active,
ul.menu li a:visited {
  text-decoration: none;
  color: #333;
  background: transparent;
}
ul.menu li a:hover {
  text-decoration: underline;
  color: #339;
  background: transparent;
}
ul.menu li.selected {
  text-decoration: underline;
  color: #666;
  background: transparent;
}
ul.rtMenu {
  position: absolute;
  margin: 0 0 0 580px;
  padding: 0;
}
ul.rtMenu li {
  list-style: none;
  color: white;
  background: transparent;
  font-weight: bold;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}
ul.rtMenu li img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
ul.rtMenu li a:link,
ul.rtMenu li a:active,
ul.rtMenu li a:visited {
  text-decoration: none;
  color: white;
  background: transparent;
  font-weight: normal;
}
ul.rtMenu li a:hover {
  text-decoration: none;
  color: #ff0;
  background: transparent;
  font-weight: normal;
}
h1#name {
  position: absolute;
  top: 0;
  margin: 0 0 0 -44px;
  padding: 0;
  /*margin: 0 auto;
  padding: 0;*/
}
h2 {
  font-size: 14pt;
}
#lookSpecial {
  width: 500px;
  margin: 0 auto 3em auto;
  border: 1px solid #fbb;
  font-size: 0.8em;
  clear: both;
}
#lookSpecial th {
  padding: 0.5em;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #333;
  background: #fcc;
  border-bottom: 1px solid #fbb;
}
#lookSpecial td {
  vertical-align: top;
  padding: 0.5em 0.5em 0 0.5em;
  color: #333;
  background: #F7D8D5;
}
#commonText {
  position: relative;
  top: 60px;
  clear: both;
  padding: 0 0 60px 0;
  margin: 0 2em 0 3em;
}

a:link,
a:active,
a:visited {
  color: #339;
  background: transparent;
}
a:hover {
  text-decoration: none;
  color: #339;
  background: transparent;
}
#services {
  margin: 1em 0;
  padding: 0;
}
#services li {
  padding-bottom: 1em;
}
#services li strong {
  font-size: 11pt;
}
/*img.rightImg {
  position: relative;
  float: right;
  clear: both;
  margin: 0 0.5em 0 2em;
  padding: 0;
  border: 1px solid #fbb;
}*/
#rightBox {
  position: relative;
  float: right;
  clear: none;
  font-size: 0.8em;
  margin: 1.5em 0.5em 0 1em;
}
#rightBox img {
  margin: 0;
  padding: 0;
  border: 1px solid #fbb;
}
#rightBox div.rightBoxText {
  width: 184px;
  color: #333;
  background: #fee;
  margin: 1.5em 0 0 0;
  padding: 1em 1em 1em 1.5em;
  border: 1px solid #fbb;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: .7;
}
h3 {
  margin: 1em 0;
  padding: 0;
}
.contactBox {
  margin: 0 0 1.5em 0;
  padding: 0 1em 1em 1em;
  border: 1px solid #fbb;
  background: #fee;
  color: #333;
  width: 90%;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  opacity: .7;
}
#contactForm {
  margin: 1em 0 3em 0;
}
#contactForm td {
  vertical-align: top;
  padding: 0 1em 0.5em 0;
  text-align: right;
}
#contactForm td.field {
  text-align: left;
}
#footer {
  position: relative;
  clear: both;
  text-align: center;
  width: 567px;
  white-space: nowrap;
  font-size: 0.9em;
  color: #333;
  background: #F7EBED url('bodyBackground.jpg') repeat-y center top;
  border-bottom: 6px solid #762A2A;
  padding: 3em 0 2em 0;
  margin: 0 auto;
}
#footer ul.menu {
  margin: 0;
  padding: 1em 0 0.5em 0;
  border-bottom: 1px solid #666;
}
