html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family: "Verdana";
	font-size: 12px;
	background: url(../images/bg.jpg) repeat-x;
	color: #2D2C17;
	overflow: hidden;
}

p { 
	padding:0; 
	margin:0;
}

a {
	text-decoration: underline;
	color: #2D2C17;
}


.menuitem a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.menuitem {
	color: #FFFFFF;
	font-size: 13px;
}

h1 {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-size: 20px;
}

h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
	font-style: italic;
	line-height: 30px;
	text-align: right;
}

#container {
	position: absolute;
	width: 998px;
	height: 588px;
	left: 50%;
	top: 50%;
	margin-left: -499px;
	margin-top: -294px;
	border: 1px solid #2D2C17;
	background: #FFFFFF;
}

#top {
	position: absolute;
	width: 998px;
	height: 127px;
	background: url(../images/top.jpg) no-repeat;
	border-bottom: 1px solid #2D2C17;
}

#content {
	position: absolute;
	width: 687px;
	height: 460px;
	margin-top: 128px;
	margin-left: 311px;
	background: url(../images/content-bg.jpg) no-repeat;
}

#innercontent {
	width: 607px;
	height: 400px;
	padding: 30px 50px 30px 30px;
	overflow: auto;
	font-weight: normal;
	line-height: 20px;
}

#sitepicture {
	position: absolute;
	width: 310px;
	height: 460px;
	margin-top: 128px;
	margin-left: 0;
	border-right: 1px solid #2D2C17;
}

#content a {color: #7c7b4d;}
#content a:hover {color: #525132;}
span {font-weight: bold; }

div.split div {margin-right:5%; float: left;}
div.split
.clear { clear: both;}


h2.bottom {position: absolute; bottom: 0px; width: 90%; margin-bottom: 0px; padding-bottom: 10px; padding-top: 40px;  background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);}
	em {font-style: normal; float: right;}