body {
	position : absolute;
	background : #ffffff url(pix/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #877368;
	line-height: 18px;
	margin: 0; padding: 0;
}

a:link,  a:visited {
	color: #007BB7;
	font-weight : normal;
	text-decoration : none;
	padding-right: 10px;
}
a:hover {
	color : #877368;
	text-decoration : underline;
}

html, body {
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	min-height : 100%;
	margin : 0;
	padding : 0;
	width : 100%;
}
ul {
margin: 0;
}

li {
padding-bottom:12px;
font-size:11px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007BB7;
	font-size : 11px;
	font-weight : normal;
	margin : 0;
	padding-top : 8px;
	margin-top : 10px;
}

#site {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	height: 470px;
	margin-top: -235px;
	margin-left: -390px;
	border: 1px solid #877368;
	background-color: #FFFFFF;
}
#site_slogan {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 780px;
	margin-top: 240px;
	margin-left: -390px;
}
#set_container {
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	margin : 0;
	height : 430px;
	z-index : 3;
	/* border: 1px solid red; */
}
#set_top {
	position : absolute;
	top : 0;
	left : 0;
	right : 0;
	bottom : 0;
	width: 780px;
	height : 85px;
	z-index : 3;
	margin : 0;
	border-bottom: 1px solid #877368;
}
#set_cl {
	position : absolute;
	top : 85px;
	left : 0;
	width: 390px;
	height : 300px;
	z-index : 3;
	margin : 0;
	border-bottom: 1px solid #877368;
	border-right: 1px solid #877368;
}
#set_cr {
	position : absolute;
	top : 85px;
	left : 390px;
	width: 360px;
	height : 270px;
	vertical-align: middle;
	z-index : 3;
	margin : 0;
	border-bottom: 1px solid #877368;
	padding: 15px;
}
#set_ml {
	position : absolute;
	top : 385px;
	left : 0;
	width: 360px;
	height : 55px;
	z-index : 3;
	margin : 0;
	padding: 15px;
}
#set_mr {
	position : absolute;
	top : 420px;
	left : 390px;
	width: 360px;
	z-index : 3;
	margin : 0;
	padding: 15px;
	text-align:right;
}

.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007BB7;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	padding-right: 20px;
}
a:link.menu, a:visited.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #877368;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	padding-right: 20px;
}
a:hover.menu {
	color : #007BB7;
	text-decoration : none;
}

.smenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : normal;
	padding-right: 20px;
}
a:link.smenu, a:visited.smenu {
	color: #007BB7;
	text-decoration : none;
	padding-right: 20px;
}
a:hover.smenu {
	color : #877368;
	text-decoration : none;
}

.submenu {
	color : #007BB7;
	text-decoration : none;
	padding-right: 10px;
}
a:link.submenu,  a:visited.submenu {
	color: #877368;
	font-weight : normal;
	text-decoration : none;
	padding-right: 10px;
}
a:hover.submenu {
	color : #007BB7;
	text-decoration : none;
}

a:link.ssubmenu,  a:visited.ssubmenu {
	color: #007BB7;
	font-weight : normal;
	text-decoration : none;
	padding-right: 10px;
}
a:hover.ssubmenu {
	color : #877368;
	text-decoration : none;
}

/*LIGHTBOX*/
#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(../lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../lightbox/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; }
#nextLink {padding:0}
#prevLink {padding:0}
/* /LIGHTBOX */