@charset "UTF-8";
html, body { margin: 0; padding: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #DEDAAD;
	background-attachment: fixed;
	background-image: url(../images/black_and_white_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #000;
	margin-bottom: 30px;
}
a {
	color: #DEDAAD;
	text-decoration: underline;
}
a:hover { text-decoration: none; }
a img { border: none; }
img[align="left"] { margin: 0 10px 5px 15px; }
h1 {
	color: #BC241B;
	margin: 10px 0 10px 7px;
	padding: 0;
	font-size: 21px;
	line-height: 23px;
	text-shadow: 1px 1px 1px #000;
}
h1.img_title {
	text-align: center;
	line-height: 33px;
	margin: 0;
	margin-bottom: -33px;
	position: absolute;
	overflow: visible;
	left: 50%;
	margin-left: -500px;
	width: 100%;
	background-image: url(../images/transparent_bg.png);
}
h2 {
	color: #BC241B;
	margin: 10px 0 20px 7px;
	padding: 0;
	font-size: 18px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
}
h3 {
	color: #DEDAAD;
	margin: 10px 0 10px 15px;
	padding: 0;
	font-size: 16px;
	line-height: 18px;
	text-shadow: 1px 1px 1px #000;
}

.body-wrapper { width: 100%; text-align: center; position: relative; }
.body-container {
	width: 1100px;
	min-height: 400px;
	margin: auto;
	position: relative;
	text-align: center;
}
.body-header {
	width: 1000px;
	height: 115px;
	margin: auto;
	margin-top: 5px;
	text-align: left;
	position: relative;
	background: url(../images/banner.jpg) no-repeat;
}
.facebook {
	float: right;
	width: 75px;
	height: 75px;
}
.main-menu-wrapper {
	width: 1000px;
	height: 45px;
	margin: auto;
	text-align: left;
	position: relative;
	background-image: url(../images/transparent_bg.png);
	background-repeat: repeat;
}

#main-menu {
   float: left;
   width: 100%;
   overflow: hidden;
   position: relative;
}
#main-menu ul {
   clear: left;
   float: left;
   list-style: none;
   margin :0;
   padding: 0;
   position: relative;
   left: 50%;
   text-align: center;
}
#main-menu ul li {
   display: block;
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
   right: 50%;
}
#main-menu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 16px 25px 13px 25px;
	color: #DEDAAD;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
#main-menu ul li a:hover {
   color: #BC241B;
}
#main-menu ul li a.active,
#main-menu ul li a.active:hover {
   color: #BC241B;
   font-weight: bold;
}

.content_area {
	width: 1000px;
	margin: auto;
	text-align: left;
	position: relative;
	background-image: url(../images/transparent_bg_content.png);
	background-repeat: repeat;
}
.content_area p {
	margin: 5px 10px 0px 15px;
	padding: 0 0 10px 0;
}
.content_area p, .content_area img { padding-right: 15px; }
.content_area .photo_gallery img { padding-right: 0; }
.indent {
	margin: 5px 10px 0px 25px;
	padding: 0 0 10px 0;
}

.footer-wrapper {
	width: 1000px;
	height: 55px;
	color: #bbb;
	margin: auto;
	padding: 20px 0 0 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
}
.footer-wrapper a { color: #bbb; }
.copyright {
	width: 100%;
	text-align: center;
	position: relative;
	color: #ddd;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
}