/*html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}*/
html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ddcfcc;
	text-decoration: none;
}
a:hover {
	color: #ddcfcc;
	text-decoration: underline;
}
.more {
	text-align: right;
	margin-top: 0;
	font-size: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: #ddcfcc url(images/bg.jpg) repeat-x;
	font: 12px tahoma, verdana, sans-serif;
	color: #ddcfcc;
	padding: 20px;
	text-align: center;
}
h2 {
	color: #b15610;
}
h3 {
	font-size: 11px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
    background: url(images/body_bg.jpg);
}
#nav {
	float: left;
	width: 246px;
}
#nav img {
	display: block;
}
#body {
	float: right;
	width: 479px;
	padding-right: 5px;
}
.drk {
	background: left url(images/drk_bg.gif) repeat-y;
}
.drk .top {
	background: top left url(images/drk_top.gif) no-repeat;
}
.drk .bot {
	background: bottom left url(images/drk_top-17.gif) no-repeat;
	padding: 10px;
}
.lit {
	background: left url(images/lit_bg.gif) repeat-y;
}
.lit .top {
	background: top left url(images/lit_top.gif) no-repeat;
}
.lit .bot {
	background: bottom left url(images/lit_bot.gif) no-repeat;
}
.pad {
	padding: 11px 16px;
}
.diamond {
	padding-left: 12px;
	background: 0px 4px url(images/bullet_drk_diamond.gif) no-repeat;
}
.lit .diamond {
	background: 0px 4px url(images/bullet_lit_diamond.gif) no-repeat;	
}
h3 {
	color: #fff;
}
#welcome p {
	margin-bottom: 0;
}
#welcome .more {
	margin: 0;
	padding: 0;
}
#welcome .pad {
	padding-bottom: 0px;
}
#news .more {
	margin-bottom: 0;
}
#news .more a {
	color: #fff;
}
#news .right {
	margin-top: -4px;
	margin-bottom: 0;
	position: relative;
}
#news .pad {
	padding-top: 0px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#news .bot {
	position: relative;
	padding-bottom: 2px;
}
#news h2 {
	padding-bottom: 12px;
}
#news h3 {
	padding-bottom: 0px;
	margin-bottom: 0;
}
#news p {
	padding-left: 12px;
	padding-top: 0;
	margin: 0.8em 0 1em 0;
	position: relative;
}
.drk h3 {
	padding-left: 12px;
}
.lit h3 {
	padding-left: 12px;
	background: 0px 4px url(images/bullet_lit_arr.gif) no-repeat;
}
.event {
	float: left;
	width: 125px;
	margin-top: 4px;
	margin-right: 31px;
	padding-bottom: 3px;
}
.event h3 {
	margin-bottom: 0;
}
.event .more {
	padding-bottom: 8px;
}
#features h3 {
	margin-bottom: 0;
}
#features p {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 12px;
}
#features .more {
	margin-top: 0;
	margin-bottom: 5px;
}
#features .pad {
	padding-left: 28px;
}
#foot {
	background: url(images/foot_bg.jpg) repeat-x;
	color: #362E2B;
	width: 778px;
	text-align: left;
	margin: auto;
	text-indent: 4px;
	position: relative;
}
#foot-left {
	background: top left url(images/foot_left.jpg) no-repeat;
	padding: 15px 0;
}
#man {
	//background: bottom left url(images/pic_1.jpg) no-repeat;
	padding-bottom: 1px;
}
/*Foto's via Lightbox 2*/
#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; }
