body {
  margin-top:20px;
  margin-bottom:10px;
  color:#000000;
  background : #333333 url(images/bg.jpg) repeat-x;
}

#page_wrapper {
  margin-top: auto; 
  margin-bottom: auto; 
  margin-left: auto; 
  margin-right: auto; 
  width: 760px;
  text-align: left;
}

#banner  {
  border-left: 7px solid #cccccc;
  border-top: 7px solid #cccccc;
  border-right: 7px solid #4c4c4c;
  border-bottom: 7px solid #4c4c4c; 
  height: 180px;
  width: 100%;
  background-color: #666666; 
}

#banner img {
  float: left;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 0px;
  margin-bottom: 0px;
  border: 0px solid;
}

#banner p {
  text-align: center;
  text-decoration: none;
  font-family: serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0; 
  margin-left: 0; 
  margin-right: 0; 
  padding: 0;
  color: #cccccc;
  margin-top: 4%;
}



#menu {
  width: 100%;
  background-color: #333333;
}

#menu table {
  text-align: center;
  margin-left: auto;
  margin-right: auto; 
}

#menu table td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #cccccc;
  border-left: 5px solid #cccccc;
  border-top: 5px solid #cccccc;
  border-right: 5px solid #4c4c4c;
  border-bottom: 5px solid #4c4c4c; 
  background-color: #666666; 
}

#menu a {
  text-decoration: none;
  color: #cccccc;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

#menu a:hover {
  background-color: #af8a25;
  text-decoration: none;
  color: #cccccc;
}


#menu a:link {
  text-decoration: none;
  color: #cccccc;
}

#menu a:visited {
  text-decoration: none;
  color: #cccccc;
}



#main_content {
  width: 100%;
  background-color: #333333;
}

#main_content h2 {
  color: #af8a25;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

#main_content h3 {
  color: #cccccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

#main_content p {
  color: #cccccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

#main_content p.foot {
  color: #cccccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  margin-left: 50px;
}

#main_content li {
  color: #cccccc;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
}

#main_content a {
  color: #af8a25;
}

#main_content a:link {
  text-decoration: none;
}

#main_content a:hover {
  text-decoration: underline;
}

#main_content a:active {
  text-decoration: none;
}

#main_content a:visited {
  text-decoration: none;
}

#main_content a.hehe {
  color: #cccccc;
}

#main_content a.hehe:link {
  text-decoration: none;
}

#main_content a.hehe:hover {
  text-decoration: none;
}

#main_content a.hehe:active {
  text-decoration: none;
}

#main_content a.hehe:visited {
  text-decoration: none;
}

#main_content img {
  float: right;
  border-left: 7px solid #cccccc;
  border-top: 7px solid #cccccc;
  border-right: 7px solid #4c4c4c;
  border-bottom: 7px solid #4c4c4c; 
}

#map {
  border-left: 7px solid #cccccc;
  border-top: 7px solid #cccccc;
  border-right: 7px solid #4c4c4c;
  border-bottom: 7px solid #4c4c4c; 
  width: 400px;
  height: 200px;
  float: right;
}




