@charset "utf-8";
body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	color: #aa9d96;
	font-size: 12px;
	background-color: #1c1816;
	background-repeat: repeat;
	background-attachment: fixed;
}
#container #foot {
	position: fixed;
	width: 100%;
	left: 0px;
	background-color: #27221F;
	text-align: left;
	right: 0px;
	bottom: 0px;
	z-index: 2000;
	padding-top: 5px;
	padding-bottom: 5px;
}

#container #navigation {
	position: absolute;
	width: 280px;
	height: 345px;
	left: 0px;
	top: 51px;
	padding: 5px;
	margin-left: 50px;
	z-index: 2;
}
#container #content1 {
	position: absolute;
	width: 550px;
	left: 0px;
	top: 0px;
	height: 641px;
	padding: 5px;
	z-index: 3;
	margin-top: 50px;
	margin-left: 350px;
	overflow: visible;
	visibility: visible;
}
#container #upper {
	position: absolute;
	width: 186px;
	top: 32px;
	height: 48px;
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	z-index: 50;
	padding-right: 15px;
}
#container #content2 {
	position: absolute;
	width: 206px;
	height: 196px;
	left: -5px;
	top: 420px;
	padding: 15px;
	margin-left: 50px;
	overflow: hidden;
	z-index: 4;
}




#container #header {
	width: 644px;
	height: 210px;
	padding: 5px;
	z-index: 1;
	right: 0px;
	clip: rect(auto,auto,auto,auto);
	background-repeat: no-repeat;
	position: absolute;
	margin-right: 40px;
	top: 400px;
	visibility: hidden;
}
#title {
	height: 25px;
	width: 100%;
	left: 0px;
	right: 0px;
	position: absolute;
	background-color: #27221f;
	padding-top: 10px;
	background-image: url(../images/title.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



#container {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
a:link {
	color: #685440;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}


.italic {
	color: #2E2725
}
a:active {
	color: #685440;
	text-decoration: none;
	background-color: #27221F;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}


a:visited {
	color: #846A51;
	text-decoration: none;
}

