/* CSS Document */
html {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000000;
	font-size: 12px;
	background-color: #CCCC99;
	}

h1 {font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: .1em;
	}
	
/* Container */

#container {
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	}
	

/* Header */

#header {
	width: 750px;
	height: 119px;
	margin: 0 auto;
	background: url(images/header2.png) no-repeat;
	}
	
/* Navigation */

#nav {
	width: 750px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	}
	
/* Page */

#page {
	width: 750px;
	margin: 0px;
	padding-top: 5px;
	}
	
	
/* Footer */

#footer {
	width: 750px;
	height: 25px;
	margin: 0 auto;
	margin-top: 5px;
	background: url(images/footer.jpg) no-repeat;
	}
	
#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;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	