body {
	background-attachment: scroll;
	background-image: url(images/537.gif);
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#header {
	background-attachment: scroll;
	background-color: #DED3AE;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 230px;
	width: 960px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #330000;
	border-right-color: #330000;
	border-left-color: #330000;
	position: relative;
}
#navBox {
	margin-top: 200px;
	padding: 0px;
	float: right;
	height: 25px;
	width: 450px;
	margin-right: 185px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#wrapper {
	background-attachment: scroll;
	background-image: url(images/bg-main960.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #DED3AE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-left-color: #330000;
}
#footer {
	background-attachment: scroll;
	background-image: url(images/bg-footer960.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	height: 128px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	background-color: #DED3AE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #330000;
	border-bottom-color: #330000;
	border-left-color: #330000;
	text-align: center;
}

/*text*/

.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #203B67;
}
.nav a {
	color: #7D1331;
	text-decoration: underline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.3em;
	font-weight: normal;
	color: #473726;
}
.text a{
	color: #203867;
	text-decoration: underline;
}
.text a:hover {
	color: #813130;
	text-decoration: underline;
}
.credits {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: bold;
	color: #40587f;
}
.credits a {
	color: #203867;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #473726;
	padding: 3px 3px 3px 25px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #813130;
	text-align: center;
	padding-top: 5px;
}
/*borders*/
.borderGrey {
	border: 1px solid #666666;
}
.borderBrown {
	border: 1px solid #372F13;
}
/*floats*/
.floatRightNB {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeftNB {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #666666;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #666666;
}
.thumbnail {
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
