@charset "utf-8";
/* CSS Document */


body {
	background: url(img/woodvert.jpg) repeat;
	color: #e2e2ac;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 16px;
}

p {
	color: #684538;
	font-size: 16px;
	text-shadow: #666666 5px 5px 5px;
}

#logo {
	position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/img/hollow_header_rusty_shadow2.png);
	background-repeat: no-repeat;
	width: 600px;
	height: 120px;
	text-indent: -1000px;
}

#logoimg {
	vertical-align: middle;
}


#content {
	width: 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#wayback {
	width: 900px;
	height: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url('img/TreeTransparency_final2.gif'); 
	background-repeat: no-repeat;
	opacity: .05;*/
}

#info {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	bottom: 20px;
	height: auto;
	width: 100%;
	text-align: center;
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
