body {
	background-image: url(images/bkg.gif);
}

#Layer1 {
	position:absolute;
	left:12px;
	top:12px;
	width:774px;
	height:61px;
	z-index:1;
	border: 1px solid #FFFFFF;
}
#Layer2 {
	position:absolute;
	left:12px;
	top:82px;
	width:774px;
	height:497px;
	z-index:2;
	border: 1px solid #FFFFFF;
	background-image: url(images/bkg2.gif);
}
#Layer3 {
	position:absolute;
	left:12px;
	top:590px;
	width:774px;
	height:20px;
	z-index:3;
}
.contentable {
	background-image: url(images/bkg3.gif);
	background-repeat: repeat-x;
	background-color: #8c580d;
	border: 1px solid #FFFFFF;
}
.contentable td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px;
	text-align: justify;
}
.contentable td a {
	color: #FFFFFF;
}
.footer, .footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7b4d0c;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

