@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	font-size: 11px;
}


.container {
	height: 600px;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
.masthead {
	position: relative;
	height: 75px;
	width: 800px;
	top: 0px;
}
.content {
	background-color: #FFFFFF;
	height: 470px;
	width: 800px;
	font-size: 1em;
	color: #4c4c4c;
}
#footer_index {
	color: #e3bd93;
	text-decoration: none;
	text-align: center;
}

.mainbar#nophoto  {
	height: 460px;
	width: 485px;
	float: right;
	overflow: auto;
	padding-bottom: 20px;
	padding-right: 135px;
}
.mainbar#photo   {
	height: 300px;
	width: 590px;
	float: right;
	overflow: auto;
	padding-bottom: 20px;
	padding-right: 10px;
	margin-right: 0px;
}
.photobar {
	margin: 0px;
	padding: 0px;
	width: 800px;
	position: relative;
	top: 0px;
	height: 160px;
}




.footer {
	text-align: center;
	color: 97233F;
	text-decoration: none;
	width: 800px;
	background-color: #FFFFFF;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 20px;
	bottom: 0px;
}
.flash_intro {
	margin-top: -10px;
}



.footer img {
	margin-right: 39px;
	margin-bottom: 15px;
	margin-left: 39px;
	bottom: 0px;
	position: absolute;
}
.sidebar {
	float: left;
	height: auto;
	width: 120px;
	padding-left: 40px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
a:active {
	font-weight: bold;
	text-decoration: underline;
}
.photo {
	float: right;
	margin-top: -10px;
	margin-right: -60px;
	margin-bottom: 20px;
	margin-left: 20px;
}
h1 {
	color: #97233F;
}

