body {
	margin: 0;
	padding: 0;
	background: #00feff url(images/img01.jpg) repeat-x left top;
	font-size: 13px;
	text-align: justify;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
	color: #61492D;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #80614D;
}

h1 {
	letter-spacing: 0px;
	font-size: 50px;
}

h2 {
	letter-spacing: -1px;
	font-size: 3em;
}

h3 {
	font-size: 18px;
	line-height: 90%;
}

h5 {
	font-family: arial;
	letter-spacing: -1px;
}

p, ul, ol {
	line-height: 200%;
}

a {
	color: #85612E;
}

a:hover {
	color: #85612E;
}

hr {
	display: none;
}

#center {
	text-align: center;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img03.jpg) repeat-y left top;
}

#wrapper-top {
	padding-top: 22px;
	background: url(images/img02.jpg) no-repeat left top;

}

#wrapper-btm {
	background: url(images/img04.jpg) no-repeat left bottom;
	padding-bottom: 30px;
}

/* Header */

#header {
	width: 780px;
	height: 150px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	font-size: 120px;
	padding: 0 0 0 15px;
	color: #fff;
	text-align: center;
	font-family: "Bickham Script Pro Regular", "Segoe Script";;
	letter-spacing: -2px;
}

#header p {
	float: left;
	padding: 70px 0 0 10px;
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C4AC8D;
	text-transform: lowercase;
}

#header a {
	text-decoration: none;
	color: #F79F1A;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	padding-top: 110px;
}

/* Content */

#content {

	width: 760px;
	margin: 0;
	color: #666666;
	font-family: Plantagenet Cherokee;

	line-height: 200%;
}


.thinborderfloat {

	  border:solid 1px silver;

	  padding:5px;

	  margin-right:10px;

} 

.space1 {
	
	padding: 10px;
}


.firstletter {	float: left;

	font-size: 55px;

	line-height: 1;	font-weight: bold;

	margin-right: 0.2em;


}

.firstletters {

	float: left;

	font-size: 35px;	line-height: 1;

	font-weight: bold;

	margin-right: 0.2em;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	padding: 0 20px 5px 0px;
	font-size: 26px;
	border-bottom: 2px #CFBAA1 solid;
	margin-right: 20px;
}

.title a {
	text-decoration: none;
	color: #B29269;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 0px;
	color: #B29269;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.last {
	border: none;
}

img { border: none; }

img.left {
	float: left;
	margin: 3px 20px 30px 0px;
}

img.right {
	float: right;
	margin: 3px 0px 10px 30px;
}

/* Light Box Image Gallery*/

#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(images/prevlabel.gif) left 15% no-repeat;
}


#nextLink:hover, #nextLink:visited:hover {
 	background: url(images/nextlabel.gif) right 15% no-repeat;
}



#imageDataContainer{
 	font: 10px Verdana, Helvetica, sans-serif;
 	background-color: #fff;
 	margin: 0 auto;
 	line-height: 1.4em;
 	overflow: auto;
 	width: 100%	; 
}



#imageData{	padding:0 10px;
 	color: #666;
}


#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; 
}
