#copyright {
	position	: absolute;
	top			: 405px;
	left		: 10px;
	width		: 100px;
	height		: 20px;
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
}

#container {
	position	: absolute;
	top			: 100px;
	left		: 10px;
	width		: 300px;
	height		: 243px;
	background	: #666600;
	overflow	: hidden;
	border		: 1px solid #ffffcc;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#content {
	position	: relative;
	width		: 275px;
	height      : 500px;
	left		: 5px;
}

p {
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
}

#scrollArea {
	position	: absolute;
	left		: 325px;
	top			: 100px;
	height		: 243px;
	width		: 10px;
	border		: 1px solid #ffffcc;
	overflow	: hidden;
}

#scroller {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #666600;
	border-top	: 1px solid #ffffcc;
	border-bottom	: 1px solid #ffffcc;
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#container2 {
	position	: absolute;
	top			: 190px;
	left		: 590px;
	width		: 160px;
	height		: 190px;
	background	: #666600;
	overflow	: hidden;
	border		: 1px solid #ffffcc;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#content2 {
	position	: relative;
	width		: 160px;
	left		: 5px;
}

#scrollArea2 {
	position	: absolute;
	left		: 400px;
	top			: 190px;
	height		: 290px;
	width		: 10px;
	border		: 1px solid #ffffcc;
	overflow	: hidden;
}

#scroller2 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #666600;
	border-top	: 1px solid #ffffcc;
	border-bottom	: 1px solid #ffffcc;
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#container3 {
	position	: absolute;
	top			: 110px;
	left		: 10px;
	width		: 235px;
	height		: 150px;
	background	: #666600;
	overflow	: hidden;
	border		: 1px solid #ffffcc;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#content3 {
	position	: relative;
	width		: 225px;
	left		: 5px;
}

#scrollArea3 {
	position	: absolute;
	left		: 260px;
	top			: 110px;
	height		: 150px;
	width		: 10px;
	border		: 1px solid #ffffcc;
	overflow	: hidden;
}

#scroller3 {
	position	: absolute;
	top			: -1px;
	width		: 15px;
	background	: #666600;
	border-top	: 1px solid #ffffcc;
	border-bottom	: 1px solid #ffffcc;
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#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: 5px;
	}

#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(media/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(media/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(media/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 5px; 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;
	}
.bodyprojects {
	background-color:#666600
	}
.boldpara {
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
	font-weight: bold;
	text-decoration: underline;
}
.link {
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
	font-weight: bold;
	text-decoration: underline;
}
input.box {	
	background	: #666600;
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
	font-weight: bold;
	}
textarea.messagebox {	
	background	: #666600;
	font		: normal 10px/14px arial,helevetica,san-serif;
	color: #ffff99;
	font-weight: bold;
	}

