	
body {
	background: #fff;
	text-align: center;
	font: 70% Verdana;
	background-image: url(img/back2.jpg);
	background-repeat: repeat-x;
}
	
#frame {
	width: 772px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid #11b7e1;
	background-color: #11b7e1;
}

#header {
	float: left;
	width: 772px;
	height: 150px;
	background-image:url(img/banner.jpg);
	background-repeat: no-repeat;
	border-bottom: 10px solid #E7E7E8;
}

#logo {
}

.logoText {
	font-size: 270%;
	color: #000066;
}

.strapline {
	font-size: 125%;
	color: #000066;
}

#SideNavMenu {
	float: left;
	width: 150px;
	height: 550px;
	background-image: url(img/side.jpg);
	background-repeat: no-repeat;
}

#SideNav {
	margin-top: 175px;
}

#SideNav a {
	display: block;
	color: #f1f1f2;
	font-weight: bold;
	padding: 5px;
	background-image: url(img/button.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 0.85em;
	margin-bottom: 3px;
}

#SideNav a:hover {
	background-image: url(img/hover.jpg);
	background-repeat: no-repeat;
	color: #11b7e1;
}

#submenuColumn {
	float: left;
	width: 150px;
}

#submenu a {
	display: block;
	color: #11b7e1;
	font-weight: normal;
	padding-top: 3px;
	background-image: none;
	padding-left: 5px;
}

#submenu a:hover {
	text-decoration: underline;
	background-image: none;
}

#contentColumn {
	float: left;
	width: 612px;
	height: 550px;
	background-image: url(img/content.jpg);
	background-repeat: no-repeat;
	background-position: bottom ;
	padding-left: 10px;
}

#content {
	margin-top: 50px;
	margin-left: 15px;
	margin-right: 80px;
	overflow: auto;
	height: 485px;
}

#bottom {
	height:280px;
	padding-top: 20px;
	position:relative;
	text-align:left;
}

#bottominside {
	color: #666666;
	margin: auto;
	padding-top: 18px;
	position: relative;
	width: 935px;
}

.bottombox {
	float: left;
	font-size: 0.9em;
	line-height: 150%;
	padding-right: 10px;
	position: relative;
	width: 145px;
}

ul {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

ul a{
	color: #666666;
}

ul a:hover{
	color: #999999;
}

li {
}

/*gallery*/
	#img {
		align:center;
		text-align:center;
	}
	
	#imageNav {
		display:inline;
		margin-left:10px;
		margin-right:10px
	}
	
	.thumbFrame {
		height:140px;
		width:120px;
		align:center;
		text-align:center;
		float: left;
	}
	
	.album {
		height:180px;
		margin-left:20px;
	}
	
	.thumb {
		text-align:center;
		margin:0 auto;
		padding:3px;
	}

	.thumbCaption {
		text-align:center;
		width:120px;
	}
	
/*lightbox*/

#lightbox{
	position: absolute;
	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;
	z-index: 100;
	}

#imageContainer{
	padding: 10px;
	z-index: 100;
	}

#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;
	overflow: auto;
	width: 100%;	
	}

#imageData{	padding:0 10px; color: #666; z-index: 100; }
#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: #cccccc;
	}
