body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7E512E;
	line-height: 18px;
	margin: 0px;
	background-color: #E5DEBE;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #CF7E0D;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7E512E;
	font-size: 18px;
}
p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a {
	text-decoration: underline;
	color: #7E512E;
}
a:visited {
	color: #7E512E;
	text-decoration: underline;
}
a:hover {
	color: #CF7E0D;
	text-decoration: none;
}
#top {
	background-image: url(images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 52px;
}
#contentContainer {
	margin-top: 25px;
}
#content {
	text-align: center;
	width: 950px;
	padding: 0px;
	background-color: #FDFCFA;
	margin: auto;
}
#content_interior {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 38px;
}
#interiorContainer {
	overflow: auto;
	padding-right: 30px;
	padding-left: 30px;
	text-align: left;
}
#galleryContainer {
	overflow: auto;
}
#nav {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 10px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
}
#textBox {
	width: 550px;
	padding-left: 60px;
}
.rightColumn {
	float: right;
	width: 340px;
	padding-top: 10px;
}
.leftColumn {
	float: left;
	width: 425px;
	padding-top: 10px;
}
#footer {
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 12px;
}
.galleryTable {
	text-align: center;
}
.printCell {
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.photoThumb {
	float: left;
	padding-right: 20px;
	padding-top: 15px;
	width: 150px;
	padding-left: 20px;
}
.pageNav {
	text-transform: lowercase;
	font-style: italic;
	padding-top: 10px;
	color: #7E512E;
}
.pageNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.pageNav ul li {
	display: inline;
}
.pageNav ul li a {
	text-decoration: underline;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-style: normal;
}
.pageNavCurrent {
	color: #CF7E0D;
	font-size: 16px;
	font-style: normal;
	padding-right: 5px;
	padding-left: 5px;
}
.pageHeader {
	text-transform: none;
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-style: italic;
}
.smallText {
	font-size: 13px;
	font-style: italic;
	color: #999999;
}
.buyBox {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.buyBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.storeItem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: auto;
	padding-bottom: 15px;
}
.storePrice {
	font-style: italic;
	color: #7E512E;
}
.arrowLeft {
	padding-left: 15px;
	background-image: url(images/arrowLeft.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.eventDate {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-transform: uppercase;
	color: #B97220;
}
/* The following code is for the Photo Gallery Lightbox effect */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.islandfamilymagazine.com/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.islandfamilymagazine.com/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7E512E;
}

#imageData{	padding:0 10px; color: #7E512E; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
