html {
	background: url(images/bg.jpg) #faf8e1 repeat-x;
}

body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	width: 100%;
	display: table;
}

a:link, a:visited {	color: #f26521; text-decoration:none; }
a:active, a:hover { color: #f26521; text-decoration: underline; }

#container {
	width: 755px;
	margin: auto;
}

#header {
	width: 810px;
	height: 410px;
	background: url(images/header.jpg) no-repeat;
}

#menu {
	float: left;
	width: 152px;
	margin: 260px 0 0 0;
	padding: 0;
}

#menu ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li a {
	display: block;
	width: 80px;
	height: 21px;
	color: #aba000;
	font-family: Tahoma;
	border-bottom: dotted 1px #000;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 2px 0 0 15px;
}

#menu li a:hover, #menu li .current {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}

.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none;
	border: 1px dotted #999999;
	background-color: #FFFFFF;
}

#content_area {
	margin: 0;
	padding: 0;
}

#left_col {
	float: left;
	margin: 0;
	padding: 0;
	width: 180px;
}

#left_col .section {
	margin: 10px 0 0 0;
	padding: 0 10px;
	width: 160px;
}

.section h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #f7941c;
	font-family: Arial;
	font-size: 14px;	
}

.section h2 {
	margin: 10px 0 0 0;
	padding: 0;
	color: #8dc63f;
	font-family: Arial;
	font-size: 12px;	
}

.section p {
	margin: 5px 0 0 0;
	padding: 0 0 5px 0;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	border-bottom: dotted 1px #000;
}


#right_col {
	float: right;
	margin: 0;
	padding: 0;
	width: 565px;
}

#right_col .post_area {
	width:565px;
	margin: 10px 0 0 0;
	padding: 0;
}

.post_area h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #588526;
	font-family: Arial;
	font-size: 14px;
}

.post_area p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #588526;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;	
}

.post_area img {
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
}

#right_col .gallery {
	width: 565px;
	margin: 10px 0 0 0;
	padding: 0;
}

#content_area #footer {

	color: #333333;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	margin: 10px 0;
	padding: 5px 0;
}

#footer a {
	color: #333333;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

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