*
{
  margin: 0px;
  padding: 0px;
}
body {
  background-image: url("../images/background.gif");
  background-color: #d8d8d8;
  background-position: top left;
  background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #595959;
	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;

}

#logo a:link {
  text-decoration: underline;
  color: black;  
}
#logo a:visited {
  text-decoration: underline;
  color: black;
}
#logo a:hover {
  font-weight: bold;
  color: #cdd6dc;
}
#logo a:active {
  text-decoration: none;
  font-weight: bold;
}

#photo_offset, #menu_offset{
	height: 10px;
}
#title, #photo, #menu {
	width: 730px;
	float: left;
}
#title {
	font: 40px Times New Roman, serif;
	color: #e5e5e5;
	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 #595959;
  border-right: solid 1px #595959;
  padding: 4px 5px 0 5px;
  margin: 4px 2px 0 2px;
  color: #595959;
}
.menu_button a:link {
  text-decoration: none;
  color: #595959;  
}
.menu_button a:visited {
  text-decoration: none;
  color: #595959;
}
.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 #595959;
  padding: 4px 5px 0 5px;
  margin: 4px 2px 0 2px;
  color: #595959;
}
#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 #595959;
  margin: 4px 2px 0 2px;
  cursor: pointer;
}
/*#logos{
  text-align: center;
  float: left; 
}*/

