html, body {
	height: 100%;	
}

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

a {
	color: #fff;
}

#page-wrap {
	height: 100%;
	min-height: 100%;
	width: 812px;
	margin: 0 auto;
	background: #000000 url("images/bg.png") center repeat-y;	
}

body > #page-wrap {
	height: auto;
}


#page {
	width: 812px;
	background: url("images/pageBg.jpg") bottom center no-repeat;
}

#header {
	width: 812px;
	height: 243px;
	padding-left: 1px;
}

#content-wrap {
	width: 737px;
	overflow: hidden;
	margin-left: 38px;
	margin-right: 37px;
}


#menu {
	list-style: none;
	text-align: right;
	width: 200px;
	float: left;
	margin-top: 20px;
	background: url("images/menuBg.jpg") center bottom no-repeat;
	min-height: 250px;
}

#menu li a {
	color: #FFC;
	text-decoration: none;
	padding-right: 10px;
	background: none;
	font-weight: bold;
}

#menu li a:hover, #menu li a:active, #menu li a.active {
	background: url("images/bullet1.png") center right no-repeat;
}

#menu li ul li a {
	font-size: 90%;
	font-weight: normal;
}

#menu li ul li a:hover {
	background: url("images/bullet2.png") center right no-repeat;
}

#menu ul {
	padding-right: 25px;
}

#menu li {
	clear: both;
}


#contentFrameTop {
	background: #54791a url("images/cTop.png") no-repeat center bottom;
	height: 20px;
}

#contentFrame {
	width: 482px;
	text-align: justify;
	margin-left: 31px;
	padding-bottom: 40px;
	float: left;
	background: #1c3d03 url("images/cBottom.jpg") no-repeat center bottom;
	min-height: 400px;
}

#content {
	padding: 0 15px;
}

.flash-replaced .alt {
	display: none;
}


#photoThumbs {
	padding-right:0px !important;
	margin-left: 5px;
	list-style: none;
	width: 180px;
	margin-top: 10px;
}

#photoThumbs li a{
	padding-right:0px;
	background: none !important;
}

#photoThumbs li a:hover{
	background: none !important;
}

#photoThumbs li {
	float:left;
	margin-left: 10px;
	text-align: center;
	clear: none !important;
	margin-bottom: 7px;	
}


strong {
	font-weight: bold;
	font-size: 120%;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 2em;
	font-family: "Trebuchet MS";
}

#content .small {
	font-size: .8em;
}

#content ul {
	margin-bottom: 2em;
	font-family: "Trebuchet MS";
}

#content ul.nobullet li {
	list-style: none;
}

#content ul li {
	display: list-item;
	list-style: disc;
	list-style-position: outside;
	margin-left: 15px;
}

#content h1, #content strong {
	font-size: 16px;
	font-variant:small-caps;
	font-weight: normal;
	letter-spacing: 4px;
	margin-bottom: 2em;
}

#content img {
	background: #FFF;
	padding: 3px;
	border: 1px solid #04679B;
	padding-bottom: 7px;
	border-bottom: 5px solid #04679B;
}

.galleryImage {
	width: 460px;
	height: 350px;
	margin-left: -10px;
}
