* {margin: 0; padding: 0;}

body {
  padding: 0 auto;
  background-color: #9A6500;
  font-size: 1em;
  }

html { height: 100%; font-size: 100.01%;}

#wrapper {
  width: 900px;
  height: 98%;
  margin: 0 auto
  }

#header {
  background: url(images/header.png) no-repeat;
  width: 900px;
  height: 199px;
  }

#content {
  background: url(images/light_brown.png) repeat-y;
  width: 900px;
  height: 75%;
  padding: 5px;
  font: normal 1.1em arial;
  line-height: 1.35em;
  }

#menu {
  background: url(images/menu.png) no-repeat;
  width: 163px;
  height: 464px;
  float: left;
  display: block;
  position: relative;
  left: 20px;
  }

#text {
  width: 318px;
  float: left;
  display: block;
  position: relative;
  left: 20px;
  padding-right: 15px;
  }

#right_info {
  background: url(images/right_info.jpg) no-repeat;
  width: 384px;
  height: 424px;
  /* height: 85%; */
  float: left;
  display: block;
  position: relative;
  left: 15px;
  }

#foot {
  background: url(images/foot.jpg) no-repeat;
  background-color: #9A6500;
  width: 900px;
  height: 35px;
  display: block;
  clear: both;
  position: relative;
  right: 5px;
  top: 35px;
  bottom: -35px;
  text-align: center;
}

#foot p {
  color: white;
  font-size: 11px;
  letter-spacing: 0.05em;
  margin: 5px auto;
  position: relative;
  top: 15px;
}

#foot a {
	color: white;
  font-weight: bold;
  text-decoration: none;
}

#foot a:hover {
  text-decoration: underline;
}

#right_info a#map {
  background: url(images/google_map.gif) no-repeat;
  width: 322px;
  height: 177px;
  position: relative;
  top: 175px;
  margin: 0 auto;
  display: block;
  clear: both;
  }
 
#right_info a#map span,
#right_info a#link span,
#text a.support span,
#header span {
  display: none;
  }

#right_info a#link {
  background: url(images/google_map_off.gif) no-repeat;
  width: 115px;
  height: 25px;
  position: relative;
  top: 180px;
  margin: 0 auto;
  display: block;
  clear: both;
  }

#right_info p {
  position: relative;
  font-family: Arial;
  color: white;
  top: 220px; 
  left: 25px;
  }


#right_info a:hover#link {
  background: url(images/google_map_on.gif) no-repeat;
  }
  
#text a.support {
  background: url(images/support_us_off.gif) no-repeat;
  display: block;
  width: 185px;
  height: 45px;
  position: relative;
  bottom: 0px;
  margin: 0 auto;
  }
  
#content #text a:hover.support {
  background: url(images/support_us_on.gif) no-repeat;
  }

#menu ul {
  list-style: none;
  color: white;
font-family: Arial;
position: relative;
left: 10px;
top: 25px;
width: 140px;
}

#menu ul a {
  text-decoration: none;
  color: white;
font-size: 14px;
display: block;
width: 140px;
margin-bottom: 1px;
}

#menu ul a:hover {
  color: black;
  border-bottom: 1px solid black;
margin-bottom: 0px;
font-weight: bold;
}


#menu ul li {
  margin-bottom: 10px;
  line-height: 0.9em;
  }

