#oldbrowser {
  display: none;
}

body {
  margin:12px 0px;
  padding:0px;
  text-align:center;
  background-color: white;
  background-image: url(../images/back.jpg);
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}
.content {
  width:730px;
  margin:0px auto;
  text-align:left;
  padding:15px;
  padding-bottom: 0px;
  border:10px solid #990000;
  border-bottom:0px;
  background-color:#fff;
}
.main {
  margin-top: 0px;
}
.header {
  margin: -15px -15px 0px -15px;
}
a:link,visited,p a {
  background: #ffffff;
  color: blue;
  font-size: 12px;
  text-decoration: none;
}
a:hover {
  background: #F7F723;
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
}
.right_panel {
  float: right;
  clear: right;
}
.photoshow {
  margin-top: -3px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.mouseover {
  text-align: center;
  margin-top: -3px;
  font-variant: small-caps;
  font-size: 11px;
}
span.mylink a {
  color: white;
  background: #990000;
}
span.mylink a:hover{
  color: black;
  background: #F7F723;
}

.map {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
}
.subtitle {
  font-weight: bold;
  margin-bottom: -15px;
}

.textcontent {
  margin-top: -10px;

}
.footer {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  background: #990000;
  width:760px;
  font-size: 12px;
  margin-top: 0px;
  color: white;
  padding: 0px 0px 0px 0px;
}
.copyrights {
  padding: 0px 0px 10px 0px;
  margin-top: 10px;
  background: #990000;
}