body {
		margin:0px;
		font-family: Helvetica, Arial, sans-serif;
	}

	h1 {
		font-size: 18px;
		margin:0px;
	}


	#container {
		width: 850px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#header {
		padding-top:50px;
		padding-bottom:30px;
	}
	#side {
	height:  400px;;
	width: 10px;
	float:  left;
	}


	#main {
		height:500px;
		width: 800px;
		padding-left: 0px;
		float: right;
	}



div.project {
	margin-bottom: 10px;
}

#splash_description {
	width: 750px;
}

img.splash {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


a:active {
text-decoration: none;
}

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

a:link {
color: #666666;
text-decoration: none;
}

a:hover {
color: #CCCCCC;
text-decoration: none;
}

.style7 {
font-family: Helvetica, Arial, sans-serif;
font-size: 24px;
font-weight: bold;
color: #333333;
text-decoration: none;
}

.style8 {
color: #333333;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}

.medium_title {
color: #333333;
font-size: 18px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
font-weight: bold;
}

.style16 {color: #333333}
.regulartext { color: #333333;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
}

.style18 { color: #333333;
font-size: 14px;
font-family: Helvetica, Arial, sans-serif;
text-decoration: none;
font-weight: normal;
}


ul#main_navigation {
		display:block;
		padding-left: 0px;
		list-style: none;
		margin-bottom:0px;
	}
	
	ul#main_navigation li{
		float: left;
	}
	
	ul#main_navigation li a{
		font-size: 11px;
		margin-right:7px;
		padding-top:3px;
		color: black;
		text-decoration: none;
		border-top: 5px solid silver;
	}
	
	ul#main_navigation li a:hover{
		margin-right:7px;
		color: #009600;
		text-decoration: underline;
		border-top: 5px solid #009600;
	}

ul.side_menu {
	padding-left: 0px;
	list-style: none;
	margin:0px;
}

ul.side_menu li {
	margin-bottom: 10px;
}

ul.side_menu li a {
	font-size: 13px;
	margin-right:7px;
	padding-top:3px;
	color: black;
	text-decoration: none;	
	height:100px;
	border: 0px solid #ccc;
	text-indent: -9999em;
}

ul.side_menu li#poster a{
	font-size: 14px;
	margin-right: 7px;
	padding-top: 20px;
	padding-left: 50px;
	color: black;
	text-decoration: none;	
	height:100px;
	border: 1px solid #ccc;
	text-indent: -9999em;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: none; /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#footer {
		height:50px;
	}	


	

