body {
	background: #E5E2D9 url(../images/graphics/background.jpg) no-repeat top center;
	margin:  0px; 
	padding: 0px;
	text-align: center;
	color: #666666;
	font: 					12px Lucida Grande, Arial, sans serif;
}

a:link {
	text-decoration: none;
	color: #5E46A5;
}
a:visited {
	text-decoration: none;
	color: #95526A;
}
a:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: #3E2A78;
}
img {
	border-width: 0px;
}
/* Header */
#header {
	position: relative;
	height: 300px;
	width:  800px;
}

#brentandjenn {
	position: absolute;
	top:  45px;
	left: 20px;
	height: 263px;
	width: 272px;
	text-indent:		-9999px;
	overflow:				hidden;
}

#brentandjenn a{
	background: url(../images/graphics/brentandjenn.gif) no-repeat;
	display: block;
	height: 294px;
	width: 281px;
}

#brentandjenn a:hover{
	opacity: 	1.0;
	filter: 	alpha(opacity=100);
}

#star {
	position: absolute;
	top: 180px;
	left: 600px;
	height: 20px;
	width:  20px;
	text-indent:		-9999px;
	overflow:				hidden;
}
#star a{
	background: url(../images/graphics/star1.gif) no-repeat;
	display: block;
	height: 20px;
	width:  20px;
}
#star2 {
	position: absolute;
	top: 0px;
	left: 175px;
	height: 20px;
	width:  20px;
	text-indent:		-9999px;
	overflow:				hidden;
}
#star2 a{
	background: url(../images/graphics/star2.gif) no-repeat;
	display: block;
	height: 20px;
	width:  20px;
}

a.thumb {
	opacity: 					0.75;
	filter: 					alpha(opacity=50);
}
a.thumb:hover, a.thumb:active {
	opacity: 	1.0;
	filter: 	alpha(opacity=100);
}

/* Navigation */

#nav {
	display:			block;
	position:			absolute;
	left:         325px;
}
#nav ul {
	margin:						0px;
	padding:					0px;
	list-style-type:	none;
}
#nav li {
	display:			block;
	margin:				0px;
	padding:			0px;
}
#nav a {
	background:				url(../images/graphics/nav.gif) no-repeat;
	display:					block;
	position:					absolute;
	top:							200px;
	height: 					105px;
	text-indent:			-9999px;
	overflow:					hidden;
	text-decoration:	none;
	opacity: 					0.50;
	filter: 					alpha(opacity=25);
}
#nav a.aboutus { 
	left:					       0px;
	width:				       105px;
	background-position: 0px -160px;
}
#nav a.multimedia {
	top: 80px;
	left:									140px;
	width:								130px;
	height:								120px;
	background-position: 	-190px 0px;
}
#nav a.contact {
	top:                  175px;
	left:									320px;
	width:								100px;
	height: 100px;
	background-position:  -405px -140px;
}

#nav a:hover, #nav a:active {
	opacity: 	1.0;
	filter: 	alpha(opacity=100);
}
/* Content */

#page {
	position:			relative;
	width:				800px;
	margin:				0 auto 0 auto;
	padding:      0px 0px 0px 0px;
	text-align:   left;
}

#wrapper {
	position:     relative;
	margin:			  0 auto 0 auto;
	padding:      0px 0px 0px 0px;
	width:				800px;
}

#side {
	background: url(../images/graphics/sideback.gif) no-repeat;
	position: absolute;
	top: 20px;
	left: 40px;
	width:				160px;
	text-align: right;
}

#content {
	position: absolute;
	top: 20px;
	left: 225px;
	width:				600px;
	padding-bottom: 50px;
}

#content p {
	margin: 10px 20px 10px 20px;
}

p.header{
	font-size: 14px;
	font-weight: bold;
}

img.floatright{
	float: right;
	margin: 0px 10px 0px 20px;
}
img.floatleft {
	float: left;
	margin: 0px 10px 0px 20px;
}

/* Lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
