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

div#stampWrap {
	width:100%;
	background-image:url(../../images/stamp.png);
}
div#navWrap {
	width:955px;
	height:618px;
	margin:0 auto;
	position:relative;
	}
div#navContent {
	position:absolute;
	width:955px;
	height:618px;
	z-index:200;
	}
div#topPic {
	position:absolute;
	z-index:1;
	width:955px;
	height:623px;
	background-color:#000;
	}

div#homeBlurb {
	width:283px;
	position:absolute;
	z-index:201;
	left:37px;
	top:214px;
	text-shadow:#000 1px 1px;
	}
div#homeBlurb p, div#homeBlurb h2 {
	color:#fff;
	}

div#homeBlurb h2 {
	font-family: "GFYJosieRegular", "GFY Josie", serif;
	font-size:250%;
	line-height:0.8em;
	padding:0;
	margin:0;
}
div#homeBlurb p {
	font-family: "CenturyGothic", sans-serif;
	text-transform:uppercase;
	font-size:112%;
	line-height:1.3em;
}

div#content {
	padding:0;
}
div#content div#homeBanner {
	background-color:#761e05;
	position:absolute;
	z-index:200;
	bottom:0px;
	width:955px;
	}
	
div#content div.top {
	background-color:#8b763b;
	}

div#social {
	margin-top:130px;
}

