.footer {
	background-image: url(footer.gif);
	height: 95px;
	width: 780px;
}
.nav_bg_lines {
	background-image: url(nav/bg_lines.gif);
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.border {
	border: 1px solid #999999;
}
.copyright {
	font-size: x-small;
	color: #000000;
}
hr {
	color: #CCCCCC;
}
.float_image_left {
	padding: 0px;
	float: left;
	border: 1px solid #CCCCCC;
	margin: 5px;
}
.quote {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
