body {
  margin:0;
  padding:0;
  text-align: center;
}

#body {
  width:1012px;
  margin:0 auto;
}

#container {
  width:1012px;
  float:left;
  background: url('/images/background.png') top repeat-y;
}

#subContainer {
  width:994px;
  margin:0 9px 0 9px;
  float:left;
  background:url('/images/backgroundContent.gif') top repeat-y;
}

#header {
  width:994px;
  height:200px;
  float:left;
}

#menu {
  width:250px;
  height:400px;
  float:left;
  padding-top:10px;
}

ul.menu {
  padding:0;
  margin:0;
  float:left;
  width:250px;
  list-style: none;
}

ul.menu li {
  width:200px;
  padding:0;
  margin:0;
  margin:0 25px 0 25px;
  float:left;
  height:35px;
  line-height: 35px;
  text-align: left;
  border-bottom:1px solid #ffffff;
}

ul.menu li a {
  width:180px;
  height:35px;
  padding:0 10px 0 10px;
  float:left;
  color:#ffffff;
  text-decoration: none;
  font-family: Arial;
  font-size:14px;
}

ul.menu li a.active {
  font-weight: bold;
}

#footer {
  width:1012px;
  height:69px;
  float:left;
  background:url('/images/footer.png');
}

#content {
  width:714px;
  padding:15px;
  float:left;
  text-align:left;
  font-family: Arial;
  font-size:14px;
}

#gmap {
  height:360px;
  width:480px;
}

#gdirections {
  width:480px;
}

#content a {
    color:#000;
}
