body {
	margin: 0;
	height: 100%;
}

#bgHold {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 558;
	z-index: 0;
}

img {
	border: 0;
}

#wrapper {
	position: absolute;
	width: 818;
	left: 50%;
	top: 0;
	z-index: 1;
	margin-left: -414;
}

#hdr {
	background-image: url("img/hdr.png");
	.background-image: url("img/hdr2.png");
	width: 818; height: 20;
}

#foot {
	background-image: url("img/footer.png");
	.background-image: url("img/footer2.png");
	width: 818; height: 68;
}

#repeatBg {
	width: 740;
	padding-left: 80;
	.width: 818;
	background-image: url("img/midbg.png");
	.background-image: url("img/midbg2.png");
}

#content {
	margin-left: 100;
	width: 690;
	font-family: "Arial";
}

a {
	font-weight: bold;
	font-size: 12;
	text-decoration: none;
	color: #e0dacc;
}

a:hover {
	color: #fff;
}

h1 {
	font-weight: bold;
	font-size: 17px;
	color: #564f3f;
	line-height: 7px;
}

h2 {
	font-size: 16px;
	color: #efeade;
	line-height: 7px;
}

h3 {
	font-size: 12px;
	color: #fff;
	line-height: 7px;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #efeade;
	line-height: 7px;
}

h5 {
	font-weight: bold;
	font-size: 13px;
	color: #564f3f;
	line-height: 0px;
}

h6 {
	font-weight: normal;
	font-size: 12px;
	color: #efeade;
	width: 650;
	margin-top: -2;
}

ul {
	font-size: 12px;
	list-style: none;
	margin-top: -7px;
}

li {
	color: #efeade;
	margin-left: -25px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






#lightbox{
	background-color:#000;
	padding: 5px;
	border: 0px;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; color :#ccc; font: bold 10px Verdana;}
#closeButton{ top: 3px; right: 3px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(img/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/overlay.png", sizingMethod="scale");
	}
	