body{
	background-image: url("../images/backgroundC.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 0px;
	font-family: "Verdana";
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}
#container{
	width: 900px;
	border: 2px solid #6A8342;
	border-radius:  5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 auto;
	background-image: url("../images/innerBG.png");
	padding: 5px;
}
#indexContainer{
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
#footer{
	height: 20px;
	vertical-align: middle;
	background-image: url("../images/footerBG.jpg");
	background-repeat: no-repeat;
	width: 840px;
	margin: 0 auto;
	color: #ffffff;
	margin-top: 10px;
}
#pageHolder{
	margin-top: 10px;
	padding: 20px;
}
#dividerBlock{
	height: 10px;
}
#header{
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
#headerLarge{
	font-size: 24px;
	width: 70%;
	font-weight: bold;
	font-style: italic;
	color: #6A8342;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
#headerSmall{
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}
#logo{
	float: right;
}
#footerTextLeft{
	z-index: 4;
	display: inline;
	float: left;
	text-align: left;
	vertical-align: middle;
	width: 49%;
	font-size: 12px;
	padding-left: 5px;
	padding-top: 3px;
}
#footerTextRight{
	padding-right: 5px;
	padding-top: 3px;
	position: relative;
	text-align: right;
	z-index: 4;
	display: inline;
	float: left;
	font-size: 12px;
	width: 49%;
	vertical-align: middle;
}
#footer a{
	color: #FFFFCC;
	text-decoration: underline;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
#navBar{
	margin: 0 auto;
	width: 80%;
	clear: both;
	margin-top: 20px;
}
#navBar td{
	width: 20%;
}
.navBox{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color: #BAD9F6;
	cursor: pointer;
	text-align: center;
}
.navBoxHover{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px;
	background-color: #6A8342;
	color: #ffffff;
	cursor: pointer;
	text-align: center;
}
.navBoxImg img{
	border: 1px solid #BAD9F6;
}
.navBoxText{
	font-weight: bold;
}
h2{
	font-size: 18px;
	color: #6A8342;
	font-weight: bold;
}
#prevImageDiv{
	clear:both;
	float: left;
	padding-left: 10px;
	min-width: 90px;
	margin-top: 100px;
	margin-left: 0px;
	border-top: #BAD9F6 5px solid;
	border-bottom: #BAD9F6 5px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/shadowLeft.png);
	background-repeat: repeat-y;
	background-position: right;
}
#nextImageDiv{
	float: left;
	padding-right: 10px;
	min-width: 90px;
	margin-top: 100px;
	border-top: #BAD9F6 5px solid;
	border-bottom: #BAD9F6 5px solid;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/shadowRight.png);
	background-repeat: repeat-y;
}
#currentImageDiv{
	float: left;
	min-width: 400px;
	border: #6A8342 5px solid;
}
#nextImage, #prevImage{
	border: #6A8342 2px solid;
	cursor: pointer;
}
#prevIMGHolder img, #nextIMGHolder img{
	max-width: 0px;
	max-height: 0px;
	visibility: hidden;
}
.pointer{
	cursor: pointer;
}
#galleryDiv{
	width: 100%;
	margin: 10px 5% 20px;
	padding-bottom: 20px;
	clear:both;
}
#pageText{
	margin-top: 10px;
	padding: 20px;
}
#galleryIntro{
	text-align: center;
	padding-bottom: 5px;
	width: 80%;
}