/* CSS Document */

body {
	 background-color: #819162; 
	 background-image: url(imagesdw/bgGreenStripe.jpg);
	 background-repeat: repeat-x;
	 margin: 22px 10px;
	 font-family: Georgia, "Times New Roman", Times, serif;
}

#divWrapper {
	width: 850px;
	margin: 0px auto;	
}

#tableWrapper {
	width: 850px;
}

/* This is the background image for the home page content zone. */
#homeContentZone {
	width: 850px;
	height: 561px;
	background-image:url(imagesdw/picHome.jpg);
	background-repeat: none;
}

/* This is a content box for the home page content */
#contentHome {
	position: relative;
	left: 100px;
	top: 150px;
	width: 350px;
	height: 300px;
	border: 0px solid #000000;
}

/* This is the content markup for the home page content */
.contentNormalBold {
	font-weight: bold;
}

/* This is non home page content for the sub pages */
#generalContentZone {
	width: 850px;
	height: 250px;
	background-image:url(imagesdw/bgContent.jpg);
	background-repeat: none;	
}

/* This is a content box for the general (non home page) content */
#generalContentBox {
	margin-top: 15px;
	margin-left: 70px;
	margin-bottom: 10px;
	width: 710px;
	border: 0px solid #000000;
}

/* ***** Begin Navigation Styling Footer Nav */
a.menuNavFooter, a.menuNavFooter:link, a.menuNavFooter:visited, a.menuNavFooter:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 10px;
}
a.menuNavFooter:hover {
	color: #F0DBB0;
}

/* This is non home page content for the termsandconditions page */
#generalContentTermsandConditionsZone {
	width: 710px;
	height: 500px;
	background-image:url(imagesdw/bgContent.jpg);
	background-repeat: none;	
}

/* Begin styling for the Gallery */
#gallerySliderZone {
	width: 720px; 
	height: 176px; 
	overflow: auto; 
	border: 1px solid #000000;
	background-color: white;
	margin: 10px auto;
}

.gallerySmallPic {
	float: left;
	border: 1px solid #000000;
	margin: 3px;
}

#galleryLargePicZone {
	width: 710px; 
	height: 850px; 
	border: 0px solid #000000;
	text-align: center;
}
.galleryLargePic {
	margin: 5px auto;
	border: 1px solid #000000;	
}

#galleryInstructionSmall {
	font-size: 12px;
	color: #000000;
	margin: 3px auto;
	border: 0px solid #000000;
	font-family: georgia, Arial, Helvetica, sans-serif;
	text-align: center;
}





