html {
	height: 100%;
}

body {
	background: #fff url('images/bg.gif') repeat;
	text-align: center;
	margin-top: 0px;
	height: 100%;
}

#header {
	background: url('images/header.jpg') no-repeat;
	margin: 0 auto;
	width: 580px;
	height: 320px;
}

#container {
	margin: 0 auto;
	width: 580px;
	background: #fff url('images/contentbg.jpg') repeat-y;
	margin-bottom: 0px;
	display: table;
}

#navi {
	float: right;
	width: 170px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	padding-top: 10px;
}

#main {
	float: left;
	width: 407px;
	text-align: justify;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	color: #2f617a;
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 3px;
}

#footer {
	margin: 0 auto;
	width: 580px;
	height: 46px;	
	background: url('images/footerbg.jpg') no-repeat;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 1px;
	color: #ffffff;
	line-height: 76px;
	text-align: right;
}

p {padding-left: 10px; padding-right: 10px;}

#menu a, #menu a:visited {
  letter-spacing: 2px;
  text-decoration:none;
  text-align:left;
  background-color:#ffffff; 
  color:#384408;
  display:block; 
  width:12.8em; 
  padding:0.0em;
  padding-left: 0.5em;
  margin:0.5em auto;
  border-left:5px solid #697b2f;
  border-bottom: 1px solid #697b2f;
  }
#menu a:hover {
  font-style: italic;
  letter-spacing: 4px;
  border-left:5px solid #2f617a;
  background-color: #ffffff;
  }

.title {
	margin: 0 auto;
	width: 370px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	margin-top: 0px;
	margin-left: 10px;
	letter-spacing: 0.5em;
	color: #697b2f;
	text-align: left;
	border-bottom: 1px dotted #697b2f;
	word-spacing: 0.3em;
	line-height: 13px;
}

.title2 {
	background-color: #e1e0d2;
	margin: 0 auto;
	width: 145px;
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	padding-right: 0px;
	padding-left: 8px;
	padding-top: 2px;
	margin-top: 16px;
	margin-right: 8px;
	margin-left: 8px;
	letter-spacing: 0.5em;
	color: #697b2f;
	text-align: left;
	border-bottom: 1px solid #CCCAAD;
	word-spacing: 0.3em;
	line-height: 13px;
}

a:link {  color: #2f617a; text-decoration: none; border-bottom: 1px dotted #2f617a;}
a:visited {  color: #2f617a; text-decoration: none; border-bottom: 1px dotted #2f617a;}
a:active {  color: #2f617a; text-decoration: none; border-bottom: 1px dotted #2f617a;}
a:hover {  color: #2f617a; text-decoration: none; border-bottom: 2px solid #2f617a;}

.enth3_email, .enth3_name, .enth3_url, .enth3_country, .enth3_password, .enth3_vpassword, .enth3_comments, .enth3_submit, .enth3_reset, .noborder {background: #fff url('images/bg.gif') repeat; border: 1px solid #697b2f; 	font-family: arial, georgia, times; font-size: 10px; letter-spacing: 0.1em; color: #697b2f; line-height: 16px; letter-spacing: 1px;}

table, tr, td {
	font-family: arial, georgia, times;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #2f617a;
	line-height: 10px;
	padding-bottom: 8px;
}

.noindent2 {
	font-family: arial, georgia, times;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

blockquote.withquote {
	width: 300px;
	background:url('images/quote.gif') no-repeat;
	background-position:top left;
	padding-left:15px;
	text-align:justify;
	font-size:10px;
	font-style:italic;
	font-family:georgia;
	font-weight:bold;
} 

p.withunquote {
	background: url('images/unquote.gif') no-repeat;
	background-position:bottom right;
	padding-right:0px;
}

blockquote.withquote2 {
	width: 205px;
	background:url('images/quote.gif') no-repeat;
	background-position:top left;
	padding-left:18px;
	margin-left: 10px;
	text-align:justify;
	font-size:10px;
	font-style:italic;
	font-family:georgia;
	font-weight:bold;
	line-height: 16px;
} 

p.withunquote2 {
	background: url('images/unquote.gif') no-repeat;
	background-position:bottom right;
	padding-right:0px;
}



#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	

