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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(ImagesAll/backdrop2.png);
	background-attachment: fixed;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(ImagesAll/Header.png);
	height: 100px;
	width: 750px;
}
#nav {
	height: 25px;
	background-image: url(ImagesAll/nav.png);
	padding-right: 50px;
	padding-left: 50px;
}
#content {
	padding: 10px;
	background-color: #fff;
	color: #444;
}
#stage {
	background-image: url(ImagesAll/backdrop.png);
	background-repeat: repeat-x;
}
#nav a {
	display: block;
	height: 25px;
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	color: #000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	line-height: 24px;
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(ImagesAll/ButtEnd.png);
	background-position: right 0px;
	background-repeat: no-repeat;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
#nav a span {
	height: 25px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(ImagesAll/Butt.png);
	background-position: left 0px;
	padding-left: 10px;
	float: left;
}
p {
	padding: 10px;
	margin: 0px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
	font-style: italic;
}
.rightFloat {
	float: right;
}
.leftFloat {
	float: left;
}
h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: medium;
	margin-bottom: 10px;
	font-style: italic;
	color: #000;
}
.inTextImg {
	padding: 10px;
}
#content a.img {
	height: 75px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content a.button {
	background-image: url(ImagesAll/button.png);
	height: 24px;
	width: 200px;
	display: block;
	color: #FFF;
	text-align: center;
	font-size: medium;
	padding-top: 1px;
}
#content a.button:hover {
	color: #ffffff;
}
#content a.button:active {
	background-position: left -25px;
	height: 23px;
	padding-top: 2px;
	color: #B2B2B2;
}
.wood {
	background-image: url('ImagesAll/backdrop2.png');
	background-attachment: fixed;
}
#content .map {
	text-align: center;
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
#content a {
	text-decoration: none;
	color: #B49F7B;
	border: 0px none #FFF;
}
#content a:hover {
	color: #6E614C;
}
#gallery a  {
	color: #FFF;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFF;
}
#gallery a:hover {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery a:active {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SubGal {
	text-align: center;
}
#gallery img  {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none; 
	outline: none;
}
a {
	border: none; 
	outline: none;
}
#stage #wrapper #content span.h {
	font-family: "Lucida Grande";
	font-weight: bold;
	font-size: 25px;
	color: #820505;
}

