body {
  margin: 0;
  padding: 0;
  background: #191A18 url(images/bg.gif) top left no-repeat;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
}
form {
  margin:0;
  padding:0;
}
#quote {
  position: absolute;
  top: 90px;
  left: 47px;
  color: #5C6955;
  font-size: 1.3em;
}
#quote em {
	font-style: normal;
	font-weight: bold;
	color: #D30E0E;
	text-transform: uppercase;
}
#trash {
  position: absolute;
  top: 50px;
  left: 470px;
}
#mission {
  position: absolute;
  top: 164px;
  left: 44px;
  width: 391px;
  border-top: 1px solid #191A18;
  border-bottom: 1px solid #191A18;
  background-color: #eee;
  padding: 8px;
}
#mission p {
  margin: 0;
  padding: 0;
  font-size: .8em;
  line-height: 1.2;
}
#menu {
  position: absolute;
  top: 460px;
  left: 11px;
  color: #fff;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
#menu p {
  font-size: 1.1em;
  border-bottom: 1px solid #fff;
  margin: 0;
  padding: 0;
  padding-bottom: 3px;
  width: 115px;
  float: left;
}
#menu ul {
  clear:left;
  padding:0;
  padding-top: 5px;
  margin:0;
  color: #fff;
}
#menu ul li {
  padding: 3px 0;
  margin:0;
  list-style:none;
  background: url(images/dot.gif) no-repeat right ;
}
#menu li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2px 0;
  padding-right: 20px;
}
#menu li a:hover {
  background-image: url(images/menu_overBG.gif);
  color: #191A18;
}
#switcher {
  position: absolute;
  top: 0;
  left: 680px;
  font-size: .8em;
}
#switcher label {
  color: #fff;
}
#switcher form select {
  font-weight: bold;
  color: #5A5C2C;
}
#contactform {
  position: absolute;
  top:375px;
  left:400px;
  width: 250px;
}
#contactform p {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #8B8668;
}
#contactform label {
  display: block;
  margin-top: 7px;
  font-weight: bold;
  font-size: .8em;
  color: #5A5C2C;
}
#contactform input {
  border: 1px solid #8B8668;
  width: 250px;
}
#contactform textarea {
  border: 1px solid #8B8668;
  width: 250px;
}
#contactform input.button {
  float:right;
  width: 100px;
  margin-top: 5px;
  color: #fff;
  background-color: #8B8668;
}



