body, td, p, input, textarea, select {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 20px;
}
body {
  margin:0;
  padding:0;
  background-color:#b98d6a;
  background-image:url(/images/tile.jpg);
}
h1 {
  font-weight: normal;
  font-size: 22px;
  color: #4d2514;
}
h2 {
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4d2514;
}
h3 {
  font-weight: normal;
  font-size: 16px;
  color: #4d2514;
}
p {
  color: #4d2514;  
}
td {
  color: #4d2514; 
}
a {
  color: #4d2514;
}
a:hover {
  color: #e4d2c5;
}
.textbox {
  background-color: #b98d6a;
  border: 1px solid #4d2514;
}
.submitbtn {
  background-color: #b98d6a;
  border: 1px solid #4d2514;  
}
.chbox {
  background-color: #b98d6a;
}
#content {
  margin: 0px 20px 0px 78px;
  max-width: 500px;
  min-width: 200px;
  float:left;
}
#container {
  position:absolute;
  top:150px;
  width:100%;
}
#menu {
	float: right;
	width: 140px;
	margin: 20px 50px 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#logo {
  position:absolute;
  top: 0px;
  left: 0px;
}
#address {
  display: block;
  margin-top: 30px;
}
#facebook_like {
  margin-top: 30px;
}
