html {
	height: 100%;
}
body {
	position: relative;
	min-width: 1000px;
	min-height: 100%;
}
#lb, #rb, #t, #lt, #rt {
  position: absolute;
  top: 0px; right: 0px; bottom: 0px; left: 0px;
}
#lb {
  background-image: url(/images/main_lb.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 40;
}
#rb {
  background-image: url(/images/main_rb.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 50;
}
#t {
  background-image: url(/images/main_t.gif);
  background-position: left top;
  background-repeat: repeat-x;
  z-index: 60;
}
#lt {
  background-image: url(/images/main_lt.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 70;
}
#rt {
  background-image: url(/images/main_rt.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 80;
}
#header {
	position: relative;
	height: 165px;
	z-index: 110;
}
#header_title, #header_subtitle {
	display: block;
	position: absolute;
	right: 26.5%; left: 26.5%;
	text-align: center;
	text-transform: lowercase;
}
#header_title {
	top: 20px;
	color: #6f5d00;
	font-size: 17px;
}
#header_subtitle {
	top: 39px;
}
#formnav {
	padding: 19px 30px 0px 265px;
	overflow: hidden;
}
#formnav fieldset {
	float: right;
	width: 30%;
	white-space: nowrap;
}
#formnav img, #formnav input {
	vertical-align: middle;
}
#formnav img {
	margin-right: 4px;
}
#searchfield {
	width: 50%;
	margin-left: 22px;
	margin-right: 1px;
}
#left {
	position: absolute;
	left: 30px;
	width: 205px;
	padding-top: 160px;
	z-index: 140;
}
#menu {
	padding: 0px 0px 26px 26px;
}
#content {
	position: relative;
	padding: 0px 30px 120px 265px;
	overflow: hidden;
	z-index: 120;
}
#footer {
	position: absolute;
	right: 0px; bottom: 0px; left: 0px;
	vertical-align: bottom;
	z-index: 150;
}
#footertext {
	position: absolute;
	right: 40%; bottom: 13px; left: 91px;
}
#banners {
	position: absolute;
	right: 95px; bottom: 7px;
}
#banners > * {
	float: left;
	margin: 7px 0px 0px 7px;
}
