@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
	text-align: center;
	font-size: .75em;
	line-height: 1.25em;
}
.headers {
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1.85em;
	font-size: 1.3em;
}

#wrapper {
	background-color: #000000;
	width: 1050px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #8A2102;*/
	text-align: left;
}
.navTxt {
	font-size: 12px;
	font-variant: small-caps;
}

#copy {
	float: left;
	width: 350px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #E13703;
	height: 100%;
}
#photos {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.copyright {
	font-size: 10px;
}

a {color: #FFFFFF;
	text-decoration: none;}
a:visited {color: #FFFFFF;
	text-decoration: none;}
a:hover {color: #E13703;
	text-decoration: none;}

