	body {
		background : #6c6347;
		margin: 0; 
		padding: 0;

	}
	body,td{
		font: 10px vernanda;
		color:#7C7765;
	}
	td{
		vertical-align: top;
	}
	.bold{
		font-weight:bold;
	}
	#search{
		padding-top:0px;
	}
	#content{
		background : #6c6347;
		padding:0px 0px 0px 0px;
		margin-top:0px;
	}
	a:link {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	a:visited {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	a:hover {
		color: #C4C3B6;
		text-decoration: none;
		font-weight: bold;
	}
	a:active {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	.style3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 235%;
		margin-top: 58px;
		margin-left: 32px;
		text-indent: 62px;
	}
	div.popup p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color:#f1f3e9;
		line-height: 125%;
		margin-top: 16px;
		margin-bottom: 0px;
		margin-left: 32px;
		margin-right: 32px;
		text-indent: 0px;
		padding: 0px;
	}
	.popup a:link {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	.popup a:visited {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	.popup a:hover {
		color: #C4C3B6;
		text-decoration: none;
		font-weight: bold;
	}
	.popup a:active {
		color: #F1F3E9;
		text-decoration: none;
		font-weight: bold;
	}
	div.navigation p {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #7C7765;
		text-indent: 0em;
		margin-bottom: 17px;
		margin-top: 0px;
	}
	.navigation a:link {
		color: #7C7765;
		text-decoration: none;
	}
	.navigation a:visited {
		color: #7C7765;
		text-decoration: none;
	}
	.navigation a:hover {
		color: #F1F3E9;
		text-decoration: none;
	}
	.navigation a:active {
		color: #7C7765;
		text-decoration: none;
	}
	div.rightimage {
		position: absolute; 
		left: 610px; 
		top: 80px; 
		height: 258px; 
		width: 356px; 
		padding: 1em;
	}
	div.bottom p {
	 	font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		text-align: center;
		text-decoration: none;
		color: #7C7765;
		margin-top: 8px;
		margin-bottom: 0px;
		}
	.floatLeft {
		float: left;
		margin-top: -5px;
		
	}
    .floatRight {
		float: right;
		margin-top: -5px;
	}
    .image-left {
		position: relative; 
		right: 0px; 
		top: 0px; 
		height: 115px; 
		width: 97px; 
		padding: 0em;
	}
    .image-right {
		position: relative; 
		left: 342px; 
		top: -116px; 
		height: 258px; 
		width: 356px; 
		padding: 0em;
	}
    div.wrapContainer {
		width:100%; 
		float:left;
		background-image: url(images/dropcap_L.gif);
		background-repeat: no-repeat;
	}
	.text1 {
		position: fixed;
		left: 33px
		top: 28px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
<!--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 */
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
<!--END LIGHTBOX CSS-->
