body {
    background-color: #ffffff;
	text-align:center;
	margin: 0px;
	font-family: Georgia; 
	}

#header{
	width: 100%; 
	height: 100px; 
	background: url(bg.jpg) repeat-x; 
	text-align: center;
	}

#content{
	width: 600px;
	text-align:left;
	margin: 5 auto;
	position: relative;
	font-family: Georgia; 
	font-size: 16px; 
	line-height: 125%;
	}

.imgtext{
	text-align: left;
	margin: 0px 0px 15px 0px;
	position: relative;
	font-family: Georgia; 
	font-size: 16px; 
	padding: 5px;
	line-height: 125%;
	background: #e4e4e4;
	}

h1 {
	margin-top: 60px;
	font-size: 36px;
	font-family: Georgia; 
	line-height: 120%;
	}

img {border: 0;}

a img {border: 0; margin: 15px 0px 0px 0px;}

a:link, a:visited, a:active, a:hover{
	color: #333333;
	text-decoration: underline;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	}
#lightboxDetails{
	font-size: 14px;
	padding: 5px;
	text-align: left;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ display: hide; }

#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");
	}

#lightbox a:link, a:visited, a:active, a:hover{
	color: #000000;
	text-decoration: none;
	}
