*
{
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url("../images/background.gif");
  background-color: #eee9c6;
  background-position: top left;
  background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9f9b74;
	font: 12px verdana, sans-serif;
}
img {
  margin: 0px;
  padding: 0px;
  display: block;
  float:left;
  border-style: none;
}
a {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
}
#all {
	width: 983px;
	margin: 0px auto;
}
.bordered {
	border: 1px solid #FF0000;
}
#header {
	width: 983px;
	height: 86px;
}
#photo_offset, #menu_offset {
	float: left;
	width: 247px;
}

#logo{
	float: left;
	width: 247px;
	text-align: right;
	color: black;
	font: 12px verdana, sans-serif;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;

}
#photo_offset, #menu_offset{
	height: 10px;
}
#title, #photo, #menu {
	width: 730px;
	float: left;
}
#title {
	font: 50px Times New Roman, serif;
	color: #004400;
	text-align: center;
}
#title_top {
	font: 10px Times New Roman, serif;
	height: 20px;
}
#menu
{
  height: 29px;
  vertical-align: middle;
}
.menu_button{
  height: 17px;
  float: left;
  display: block;
  border-left: solid 1px #a3786a;
  border-right: solid 1px #a3786a;
  padding: 4px 5px 0 5px;
  margin: 4px 2px 0 2px;
  color: #713629;
}
.menu_button a:link {
  text-decoration: none;
  color: #713629;  
}
.menu_button a:visited {
  text-decoration: none;
  color: #713629;
}
.menu_button a:hover {
  font-weight: bold;
}
.menu_button a:active {
  text-decoration: none;
  font-weight: bold;
}
#search_button{
  height: 17px;
  float: right;
  display: block;
  border-left: solid 1px #a3786a;
  padding: 4px 5px 0 5px;
  margin: 4px 2px 0 2px;
  color: #713629;
}
#search_input{
  height: 22px;
  float: right;
  padding: 0px;
  margin: 4px 2px 0 2px;
}
#menu_img{
  height: 22px;
  width: 22px;
  float: right;
  padding: 0px 2px 0px 0px;
  border-right: solid 1px #a3786a;
  margin: 4px 2px 0 2px;
  cursor: pointer;
}
