body {
	background-color:  #ffffff;
	color: #abc;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

#container {
	margin: 0 auto 0 auto;
	width: 520px;
}

#header-01 {
	width: 520px;
	height: 30px;
	padding: 30px 0 20px 0px;
	color: #abc;
	font-size: 3.6em;
	text-align: left;
}



#header-02 {
	width: 520px;
	color: #abc;
	height: 30px;
	margin-bottom: 50px;
	font-size: 1.8em;
	text-align: left;
}

#header-03 {
	width: 520px;
	color: #505076;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

#image-01 {
	width: 520px;
	height: 347px;
	margin: 0px 0px 15px 0px;
}

#main-text-01 {
	font-size: 1em;
	width: 520px;
	color: #58585a;
	text-align: justify;
}



#main-text-02 {
	font-size: 1em;
	margin-top: 10px;
	width: 520px;
	color: #58585a;
	text-align: justify;
	border-bottom: dotted 1px #abc;
}

#main-text-03 {
	font-size: 1em;
	margin-top: 10px;
	width: 520px;
	color: #58585a;
	text-align: justify;
	border-bottom: dotted 1px #abc;
}

#main-text-03 span {
	color: #abc;
font-weight: bold;
}

#main-text-04 {
	font-size: .9em;
	margin-top: 10px;
	width: 520px;
	color: #58585a;
	text-align: justify;
}

#address {
	font-size: 1.2em;
	width: 520px;
	color: #505076;
	line-height: 1.5em;
	text-align: left;

}



#navbar {
	margin: 0 auto 0 auto;
	width: 520px;
	color: #abc;
	text-align: right;
	margin-top: 10px;
	font-size: 1.1em;
}



img {
	border-style: none;
	display: inline-block;
	margin: 2px;
	padding: 0px;
}


#nav-selected {
	color: #abc;
	display: inline;
}

a:link {
	color: #abc;
	text-decoration: none;
}

a:visited {
	color: #abc;
	text-decoration: none;
}

a:hover {
	color: #abc;
}

img.floatright {
float: right;
	margin: 0px;
padding-left: 20px;

}

/*lighbox code*/

#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: #60594F; }
#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; }