body { 
	background-image: url(images/page_bg.png);
	font-family: Book Antiqua; font-size: small;
}

P {
	line-height: 110%
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background: #ab9b7d;
}

a:visited {
	color: #6f685a;
}

a:active {
	color: #000000;
}

.img {
	border-style: double;
	border-width: 3px;
	border-color: #ab9c7d;
}

h1 {
	font-size: 1.4em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 1.3em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}

h3 {
	font-size: 1.2em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}

h4 {
	font-size: 1.1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-size: 1em;
	font-family: Times, "Times New Roman", serif;
	font-weight: bold;
	text-align: left;
}

div.head {
	position: absolute;
	width: 99%;
	height:100px;
	background-image: url(images/head_bg.png);
	border: thin solid #93866b;
	z-index: 1;
}

div.navbg {
	position: absolute;
	height: 35px;
	top: 114px;
	background-image: url(images/nav_bg.png);
	background-color: #e7dfcd;
	border: thin solid #93866b;
	width: 99%;
	z-index: 2;
}

div.left {
	position: absolute;
	padding: 5px;
	width: 9%;
	top: 155px;
	text-align: left;
	height: auto;
	background-color: #e7dfcd;
	border: thin solid #93866b;
	z-index: 3;
}

div.content {
	position: absolute;
	text-align: center;
	width: 88%;
	height: auto;
	top: 162px;
	right: -3px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #e7dfcd;
	border: thin solid #93866b;
	z-index: 4;	
	
	}
	
	div.Layert {
	position:absolute;
	width:160px;
	height:60px;
	z-index:5;
	left: 4;
	top: 4;
	visibility: hidden;
	z-index: 5;
