body {text-align:left; margin:0; position:relative; background:url(../_img/headerback.gif) top left #bba57f;}

container {
  width: 100%;
  background: url(../_img/main-background.gif);
  float: left;
  margin-right: -200px;
}
div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 239px;
	width: 630px;
	background:url(../_img/header.jpg);
}
div#content, a.content:link, a.content:visited, a.content:active, a.content:hover {
	position: relative;
	top: 10px;
	left: 30px;
	width: 580px;
	color: #762123;
	line-height:16px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif  ;
	text-decoration:none;
	letter-spacing:1px;
}

div#menu {
	position: absolute;
	top: 200px;
	left: 30px;
	width: 600px;

}
.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:active, a.menuitem:hover {
	color: #762123;
	line-height:16px;
	font-size: 14px;
	font-weight: 600;
	font-family: Georgia, "Times New Roman", Times, serif  ;
	text-decoration:none;
	letter-spacing:1px;

}
h1{
	color: #762123;
	line-height:22px;
	letter-spacing:2px;
	font-size: 18px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif  ;
	text-decoration:none;

}

div#main {
	position: absolute;
	top: 239px;
	left: -1px;
	width: 630px;
	background:url(../_img/main-background.gif);
}
div#mainbottom {
	position: relative;
	top: 0px;
	left: 1px;
	height: 100px;
	width: 630px;
	background:url(../_img/main-bottom.gif);
	vertical-align:baseline;
}
div#bottom {
	position: relative;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 600px;
	background:url(../_img/headerback.gif);
	vertical-align:baseline;
}


