body {
	background-color: white;
	margin: 0px;
}

#frame {
	width: 573px;
	height: auto;
	min-height: 700px;
	_height: 700px;
	background-image: url('/img/bg-pattern-100.jpg');
	background-repeat: repeat-y;
	background-position: 0px -12px;
	padding-bottom: 265px;
	z-index: 4;
}

#main-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 573px;
	height: 768px;
	background-image: url('/img/main-bg.jpg');
	background-repeat: no-repeat;
	z-index: 5;
}

#map {
	position: absolute;
	left: 600px;
	top: 300px;
	width: 146px;
	height: 401px;
	z-index: 10;
}

#map img {
	position: absolute;
	left: -25px;
	top: -50px;
}

#header {
	position: absolute;
	left: 40px;
	top: 80px;
	width: 255px;
	height: 151px;
	background-image: url('/img/headers/1.jpg');
	background-repeat: no-repeat;
	z-index: 10;
}

#menu {
	position: absolute;
	left: 316px;
	top: 88px;
	width: 197px;
	height: 151px;
	z-index: 10;
}

#menu img {
	margin-bottom: 2px;
}

#submenu-2 {
	position: absolute;
	/*left: 464px;
	top: 134px;*/
	left: 489px;
	top: 58px;
	width: 269px;
	height: 135px;
	background-image: url('/img/submenu.jpg');
	background-repeat: no-repeat;
	text-align: right;
	color: rgb(137,38,41);
	z-index: 60;
	padding-top: 15px;
}

#submenu-2 a {
	text-decoration: none;
	color: rgb(137,38,41);
	font-weight: bold;
	padding-right: 14px;
}

#content {
	position: relative;
	left: 68px;
	top: 255px;
	width: 420px;
	height: auto;
	min-height: 690px;
	_height: 600px;
	z-index: 20;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
}

#content p, td, a {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: black;
}

#content p.copy {
	position: absolute;
	bottom: 0px;
	text-align: left;
	border-top: 1px solid white;
	width: 320px;
	padding-top: 4px;
	z-index: 10;
}

#content a {
	color: rgb(137,38,41);
	text-decoration: none;
}

#content a:hover {
	/*color: rgb(224,210,210);*/
	color: black;
}

#content h1 {
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 400px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

#content h2 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: rgb(137,38,41);
}

#content h2.nice {
	text-indent: -100em;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 400px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#sitemap {
	position: absolute;
	left: 585px;
	width: auto;
	top: 4px;
	z-index: 20;
}

#home-nav {
	position: absolute;
	left: 35px;
	top: 4px;
	width: 200px;
	height: 70px;
	z-index: 40;
	cursor: pointer;
}

table, td, tr, th {
	border: 0px;
}

#infobox {
	position: absolute;
	left: 420px;
	top: -162px;
	width: 226px;
	height: 137px;
	background-image: url('/img/infobox.jpg');
	background-repeat: no-repeat;
	text-align: left;
	padding: 10px;
	color: rgb(137,38,41);
	z-index: 60;
	font-weight: bold;
}

#infobox a {
	text-decoration: none;
	color: rgb(137,38,41);
	font-weight: bold;
	text-decoration: underline;
}
