body,
body {
	background:#DCE4EA;
	color:#9C7597;
	font-family:monospace, Arial, Helvetica, sans-serif;
	margin-top:18px;
	}
div {
	font-size:13px;
	}
.main_title {
	margin-top:0px;
	margin-bottom:15px;
	}
.main_subtitle {
	margin-top:14px;
	margin-bottom:10px;
	margin-left:30px;
	}
.main_text {
	background:#F8FAFB;
	text-align:justify;
	line-height:165%;
	padding:13px;
	margin-bottom:14px;
	width:570px;
	}

#about_a {
	background:#F8FAFB;
	text-align:justify;
	line-height:165%;
	padding:13px;
	margin-bottom:11px;
	margin-left:45px;
	width:450px;
	}

#about_b {
	background:#F8FAFB;
	text-align:justify;
	line-height:165%;
	padding:13px;
	margin-bottom:11px;
	margin-left:10px;
	width:600px;
	}

#about_c {
	background:#F8FAFB;
	text-align:justify;
	line-height:165%;
	padding:13px;
	margin-bottom:11px;
	margin-left:65px;
	width:525px;
	}

#contact_wrap {
	width:653px;
	margin:0 auto;
	}

#contact_a {
	background:#F8FAFB;
	text-align:left;
	line-height:175%;
	padding:13px;
	margin-bottom:11px;
	margin-top: 10px;
	margin-left:30px;
	margin-right:0px;
	width:180px;
	float:left;
	}

#contact_b {
	margin-top:-25px;
	margin-left:60px;
	width:350px;
	float:right;
	}

.main_gallery {
	margin-left:0px;
	text-align:center;
	}

.gallery {
	border-width:9px;
	border-color:#f8fafb;
	vertical-align:middle;
	margin-left:12px;
	margin-right:12px;
	margin-top:8px;
	margin-bottom:8px;
	}

a:link {
	color: #D196C7;
	text-decoration: none;

}

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

a:active {
	color: #D196C7;
	text-decoration: none;
}

a:hover {
	color: #D196C7;
	text-decoration: underline;
}




#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 monospace, Arial, Helvetica, sans-serif;
	background-color: #fff;

	margin: 0 auto;

	line-height: 125%;

	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: #222222;

	}

