
body {
	margin-top: 20px;
	padding: 0;
	background: #1e0060;
	font-size: 13px;
	text-align: justify;
	color: #5C5116;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #1e0060;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}

a:hover {
}

hr {
	display: none;
}

/* Header */

#header {
	width: 950px;
	height: 350px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

#header h1, #header p {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header h1 {
	color: #FFFFFF;
	font-size: 55px;
	padding:50px 0 0 35px;
}

#header span {
	color: #58382F;
}

#header p {
	margin-top: -5px;
	padding-left: 45px;
	font-size: 13px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFB71C;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(images/img02.jpg) no-repeat left top;
}

#page-bgbtm {
	padding: 20px 30px;
	background: url(images/img04.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 700px;
	padding-right: 0px;
	margin-bottom: 30px;
}

#contentlt {
	float: left;
	width: 350px;
}

#contentrt {
	float: right;
	width: 350px;	
}

#content p {
	margin: 0;
	padding: 10px 0px;
	line-height: 100%;
}

#content .imgrt {
	float: right;
	width: 350px;
	padding-left: 10px;
}

#content .imglt {
	float: left;
	width: 350px;
	padding-right: 10px;
}

#content .imageright {
	float: right;
	padding-left: 10px;
	width: 220px;
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

#content .imageright2 {
	float: right;
	padding-left: 10px;
	width: 288px;
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

#content .poem {
	font-size: 18px;
}

#content .imageleft {
	float: left;
	padding-right: 10px;
	width: 160px;
	font-size: 10px;
	text-align: left;
	font-style: italic;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 148px;
	margin-top: -80px;
	padding-top: 100px;
	color: #B57969;
}

#sidebar li {
	border-bottom: 1px solid #FFFFFF;
	padding: 5px 15px;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 18px;
	color: #FFE7E0;
}

#sidebar a {
	text-decoration: none;
	color: #E5DDAD;
	font-size: 14px;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #B57969;
}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}

#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; }

#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; }



#prevLink { left: 0; float: left;background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right;background: url(images/nextlabel.gif) right 15% no-repeat;}
#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; }