body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #484848;
  margin: 0;
  padding: 0;
  background-color: #F4F2F4;
}

#background-stripe {
  background: url("head-stripe.gif") left top repeat-x;
}

#page {
  width: 830px;
  margin: 0 auto;
  background: url("page-background.gif") center top repeat-y;
}

#head h1 {
	margin: 0;
	padding: 0;
	position: relative;
	width: 570px;
	height: 106px;
	overflow: hidden;
	float: left;
}

#head h1 a {
  color: #ffffff;
  font-size: 50px;
}

#head h1 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 500px;
	height: 106px;
	margin: 0;
	padding: 0;
	background:url("head.gif") top left no-repeat;
	cursor:hand;
	
	font-size: 12px;
	padding-left: 505px;
}

#head .search-form {
  float: right;
  width: 260px;
  height: 106px;
  overflow: hidden;
  background: url("search-form-background.gif") right top no-repeat;
  margin: 0;
  padding: 0;
}

#head form {
  margin: 0;
  padding: 20px 0 10px 15px;
}

#head input {
  width: 120px;
  margin: 0 0 4px 0;
  border: solid 1px #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

#head .search-submit {
  width: 60px;
}

#foot {
  background: #eaeaea url("foot-background.gif") left top no-repeat;
  font-size: 10px;
  padding: 7px 10px 20px 10px;
  text-align: center;
}

#main {
  padding: 10px 40px 20px 40px;
}

#content {
  float: left;
  width: 510px;
}

#right-menu {
  width: 200px;
  float: right;
}




#content h1 {
  color: #46a491;
  font-size: 18px;
  border-bottom: solid 1px #e3e3e3;
  margin: 5px 0 0 0;
  padding: 0 0 5px 0;
}

#content h2 {
  color: #46a491;
  font-size: 13px;
  border-bottom: solid 1px #e3e3e3;
  margin: 5px 0 0 0;
  padding: 0 0 5px 0;
}



a {
  color: #0b483c;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}


#right-menu a {
  display: block;
  color: #595959;
  font-weight: bold;
  background: url("list-image.gif") left center no-repeat;
  border-bottom: solid 1px #e5e5e5;
  padding: 5px 0 5px 20px;
  text-decoration: none;
}
#right-menu a:hover {
  background-color: #eaeaea;
  text-decoration: underline;
}

hr.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden
}
