@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #222615;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	line-height: 25px;
}
#maintext a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#maintext a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#maintext a:hover {
	font-weight: bold;
	color: #D8BF5F;
	text-decoration: none;
}
#maintext a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}


#outer {
	position: absolute;
	height: 486px;
	width: 960px;
	top: 50%;
	margin-top: -243px;
	margin-left: -480px;
	left: 50%;
	padding: 0px;
	background-color: #004723;
	border: 1px solid #CCCCCC;
}
#navigationouter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 31px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-color: #A86713;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222615;
	font-size: medium;
	font-style: italic;
	text-align: center;
	letter-spacing: -1px;
}
#navigationouter a:link {
	color: #222615;
	text-decoration: none;
}
#navigationouter a:visited {
	color: #222615;
	text-decoration: none;
}
#navigationouter a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#navigationouter a:active {
	color: #222615;
	text-decoration: none;
}
#smallimages {
	position: absolute;
	left: 15px;
	bottom: 50px;
	height: 52px;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#smallimages img {
	border: 1px solid #333333;
}

#bigimage {
	position: absolute;
	width: 502px;
	top: 15px;
	left: 15px;
	height: 357px;
	text-align: center;
}
#bigpic {
	border: 1px solid #333333;
}


#logo {
	position: absolute;
	top: 0px;
	right: 15px;
	margin: 0px;
	padding: 0px;
	height: 133px;
	width: 410px;
}
#maintext {
	position: absolute;
	width: 360px;
	top: 150px;
	right: 15px;
	height: 280px;
	overflow: auto;
	padding-right: 10px;
}
#credits {
	position: absolute;
	bottom: -30px;
	height: 25px;
	width: 942px;
	right: -1px;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(creditsbg.png);
	background-repeat: repeat-x;
}
#credits a:link {
	color: #CCCCCC;
	text-decoration: none;
}
#credits a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#credits a:hover {
	color: #E3BA2B;
	text-decoration: none;
}
#credits a:active {
	color: #CCCCCC;
	text-decoration: none;
}
