body {
	background-image: url(assets/bg_plaster.gif);
}


h1 {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align:left;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 55px;
	margin-right: 35px;
	margin-left: 35px;
}

h2 {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	margin-bottom: 12px;
	margin-top: 20px;
	margin-right: 35px;
	margin-left: 35px;
}

.textMain {
	font-size: 12px;
	color: #000000;
	margin-left: 35px;
	margin-right: 35px;
	font-family: Arial, sans-serif, "MS Sans Serif";
	margin-bottom: 12px;
}	
	
.footnote {
	font-size: 10px;
	color: #000000;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	/*margin-left: 10px;
	margin-right: 10px;*/
	font-family: Arial, sans-serif, "MS Sans Serif";
}

.img_Default {
	border-width:  1px;
	border-color:  #000000;
	border-style: solid;
	float: right;
	clear: both;
	margin: 13px 13px 0px;
}
#main .contentMain li {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 12px;
	margin-right: 35px;
	margin-left: 15px;
	margin-bottom: 3px;
}

	
.bannerStyle {
	border: 1px solid #000000;
}
#menu {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(assets/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.contentBottom {
	background-image: url(assets/bg_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.contentMain {
	background-color: #FFFFFF;
	background-image: url(assets/bg_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
}
.textFooter {
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-size: 9px;
	text-align: center;
	margin: 5px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}


#main .contentMain #large {
	margin-top: 15px;
	margin-right: auto;
}
#main .contentMain #large img {
	border: 1px solid #000000;
}



/* Everything from here on down is pasted in from css/lightbox.css */
#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;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	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; } */
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

