@charset "utf-8";
/* CSS Document */
body {
	padding:auto;
	margin:auto;
	background: url('images/bg.gif') repeat-y #f2efeb;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width:782px;
	background: url('images/crumbs_01.gif') no-repeat top center #fff;
	padding:233px 20px 0 20px;
	margin:0;
}
#content {
	float:left;
	width:600px;
	text-align:justify;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content img {
	border:5px solid #f4eade;
}
.imgnoborder img {
	border:0px;
}
#nav {
	float:right;
	width:112px;
}
#nav a {
	display:block;
	border-bottom:1px dashed #fff;
	height:19px;
	font-style:normal;
	text-decoration:none;
}
#nav a:hover {
	display:block;
	border-bottom:1px solid #f78a36;
	height:19px;
	font-style:normal;
	text-decoration:none;
}

#foot {
	clear:both;
	width:782px;
	height:80px;
	background: url('images/crumbs_15.gif') no-repeat bottom center;
	text-align:right;

}
h1 {
	color:#1b0a34;
	font-weight:normal;
}
h2 {
	color:#f68633;
	padding-left:40px;
	background:url('images/h1.gif') left no-repeat;
	font-weight:normal;
}
a {
	color:#40280e;
	border-bottom:1px dashed #f78934;
	font-style:normal;
	text-decoration:none;
}
a:hover {
	color:#f78934;
	border-bottom:1px solid #f78934;
}


/* LIGHTBOX */ 
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 1em;
	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");
	}
	