/* CSS Document */

body {
	background-image: url(../imgs/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-repeat: repeat-x;
	background-color: #000000;
}
hr {
	color: #BD7028;
	border: 1px dotted #BD7028;
}
h2 {
	font-size: 1.5em;
	color: #583A32;
}

h1 {
	font-family: "Arial Narrow", Verdana, Arial;
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #A61E20;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BD7028;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BD7028;
}
h3 {
	font-size: 1.2em;
	color: #000000;
}
.subheaders {
	font-size: 1.2em;
	color: #000000;
	font-weight: bold;
}

#footerbg {
	background-image: url(../imgs/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9F7342;
}
a:link {
	font-weight: bold;
	color: #1F2C70;
	padding: 0px;
	text-decoration: none;
}
#bgmain {
	background-image: url(../imgs/bgmain.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
a:visited {
	font-weight: bold;
	color: #1D317A;
	text-decoration: none;
}
a:hover {
	color: #AB1F22;
}
.captions {
	font-size: 11px;
	color: #333333;
	text-align: left;
}
.photoborders {
	border: 1px dotted #AA1F22;
	padding: 3px;
	background-color: #EDC894;
}
.mainheadersmall {
	font-size: 0.75em;
	color: #000000;
	font-weight: bold;
}

