html, body {
	background: transparent url('../images/background.png') top left;
	margin: 0pt;
	padding: 0pt;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	font-family: Verdana; 
	font-size: 11px;
	color: #384430;
}

img { border: 0px none; }

.clr { clear: both; height: 0px; width: 1px; }
.spacer { display: none; }

#wrap {
	margin: 60px auto 0px auto;
}

#header {
	background: transparent url('../images/header.png') top left no-repeat;
	width: 913px;
	height: 50px;
	margin: 0px auto;
}

#navigation {
	margin-left: 356px;
}
#navigation a {
	float: left;
}
#navigation a img {
	margin: 10px 0px 0px 0px;
	padding-left: 1px;
}

#outer {
	background: transparent url('../images/content.png') top left repeat-y;
	width: 913px;
	margin: 0px auto;
}

#inner {
	background: transparent url('../images/outer.png') top left no-repeat;
	width: 913px;
	min-height: 342px;
	margin: 0px auto;
}

#content_wrap {
	width: 913px;
	height: 731px;
	margin: 0px auto;
}

#content_inner {
	padding: 190px 0px 0px 60px;
	float: left;
}

#content {
	width: 270px;
	float: left;
}

#footer {
	background: transparent url('../images/footer.png') top left no-repeat;
	width: 913px;
	height: 93px;
	margin: 0px auto;
}

#image {
	width: 528px;	
	height: 336px;
	float: right;
	margin: 6px 18px 0px 0px;
}

	#image img {
		visibility: hidden;
		position: absolute;
	}

#site-credits {
	width: 100%;
	color: #ffffff;
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	height: 40px;
	margin-top: 30px;
}

	#site-credits a {
		color: #ffffff;
	|

