* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#304030;
	background:url(block-castle.png);
	background-position:top center;	
}
.header {
	height:96px;
	width:100%;
	background:url(block-castle.png);
}
.header2 {
	height:64px;
	width:100%;
	background:url(block-castle.png);
}
.logo {
	padding-top:6px;
}
.logo2 {
	background-color:#304030;
}
.menu {
	padding-bottom:8px;
	background-color:#304030;
}
.wrapper {
}
.wrapper2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px;
	background:url(block-castle.png);
	background-position:top center;
}
.push {
	height: 32px;
}
.footer {
	height: 32px;
	color:#ffffff;
}
.border-l {
	background:url(block-castle.png);
	background-position:top right;
}
.border-r {
	background:url(block-castle.png);
	background-position:top left;
}
.content {
	color: #000000;
	background-color:#304030;
}
.content a {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
}
.content a:hover {
	color: #e7d65a;
}
.content a img {
	border-color: #000000;
}
.content a:hover img {
	border-color: #e7d65a;
}
.block-outer {
	background:url(block-castle.png);
}
.block-inner {
	background-color:#000000;
}
.footer-l {
	font-size:11px;
	border-top:solid #000000 2px;
	border-right:solid #000000 2px;
	background-color:#000000;
	position:absolute;
	left:0%;

}
.footer-l a {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
.footer-l a:hover {
	color: #e7d65a;
}
.footer-r {
	font-size:11px;
	border-top:solid #000000 2px;
	border-left:solid #000000 2px;
	background-color:#000000;
	position:absolute;
	right:0%;	
}
.footer-r a {
	text-decoration:none;
	color: #ffffff;
	font-weight:bold;
}
.footer-r a:hover {
	color: #e7d65a;
}
.bottom {
	height:32px;
	width:100%;
	background:url(block-castle.png);
	background-position:center;
	color: #ffffff;
}
.lava {
	height:32px;
	width:864px;
	background:url(lava.gif);
	color: #ffffff;	
}
.notlava {
	height:32px;
	width:864px;
	color: #ffffff;	
}
.spacer {
height:16px;
}
.spacer2 {
height:96px;
}