body {
  margin:0;
  padding:0;
  font-family: Arial, sans-serif;
  color: #333;
}
form {
  margin: 0;
  padding: 0;
}
#menu {
  background-color: #ccc;
  border-bottom: 1px solid #666;
}
#menu p {
  font-family: Georgia, serif;
  font-style: italic;
  font-variant: small-caps;
  font-size: 2.3em;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  background-color: #fff;
  border-bottom: 1px solid #666;
}
#menu ul {
  margin: 0;
  padding: 3px;
  list-style-type: none;
  background-color: #ccc;
}
#menu ul li {
  display:inline;
}
#menu ul li a {
  padding: .2em;
  margin-right: 1em;
  text-decoration: none;
  font-size: .8em;
  font-weight: bold;
  color: #000;
  border: 1px solid #ccc;
}
#menu ul li a:hover {
  background-color: #eee;
  border: 1px solid #666;
}
#menu form {
  font-size: .8em;
  padding: 10px;
  float: right;
}
#quote {
	clear:both;
	font-family: Georgia, serif;
	font-size: 1.4em;
	font-variant: small-caps;
	color: #666;
	padding-left: 5px;
	padding-top: 20px;
	border-bottom: 1px dotted #ccc;
	width: 55%;
	margin-bottom: 20px;
}
#quote em {
   font-style: normal;
   color: #333;
}
#trash {
  width: 255px;
  float:left;
}
#mission {
  margin-top: 100px;
  margin-right: 50px;
}
#mission p{
  border-left: 1px solid #666;
  text-align: justify;
}
#contactform {
  clear:left;
  padding-top: 10px;
}
#contactform p{
  font-family: Georgia, serif;
  font-size: 1.4em;
  font-variant: small-caps;
  color: #666;
  border-bottom: 1px dotted #ccc;
  padding-left: 5px;
  width: 55%;
}
#contactform form {
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}
#contactform label {
  display:block;
}
#contactform .button {
  display: block;
  background-color: #666;
  color: #fff;
  border: 1px solid #ccc;
}
#switcher {
  position: absolute;
  top: 0;
  left: 680px;
  width: 100%;
  font-size: .8em;
}
#switcher label {
  color: #333;
}
#switcher form select {
  font-size: .9em;
  font-weight: bold;
  color: #666;
}


