@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
img,a{
	border-width:0px;
	text-decoration:none;
}
body {
	background-color: #000000;
	background-image: url(../img/bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	font-size:12px;
}
.currentlyat {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.prevnext {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
}
		.button:hover {
	background-color:#330000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
	}
.bodytxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right: 25px;
	color: #000000;
	margin-left: 30px;
	width: 90%;
}
	a.bodytxt:link, a.bodytxt:visited {
	color: #4E261C;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	}
	a.bodytxt:hover, a.bodytxt:active {
	color: #B05F28;
	text-decoration: underline;
	}
.pagetitles {
	font-size: 18px;
	font-weight: bold;
}
.copyright {
	color: #333333;
	font-size: 10px;
	font-family: Tahoma;
}
.go, a.go:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
}
	a.go:hover, a.go:active {
	color: #FFFFFF;
	}
.int_titles {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 22px;
	vertical-align: top;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.int_titles a:link, .int_titles a:visited {
	color: #975027;
	text-decoration:none;
}
.int_titles a:hover, .int_titles a:active {
	color: #DE9550;
	text-decoration:none;
}
.photo {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.prev {
	color: #FFFFCC;
	font-size:12px;
}
a.prev:link, a.prev:visited {
	color: #FFFFCC;
}
a.prev:hover, a.prev:active {
	color: #FFFFFF;
}
.next {
	color: #FFFFCC;
	font-size:12px;
}
a.next:link, a.next:visited {
	color: #FFFFCC;
}
a.next:hover, a.next:active {
	color: #FFFFFF;
}