body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #1A180D;
}
a {
	color: #C3BC93;
	font-size: 18px;
	text-align: center;
}



.bodybox {
	text-align: center;
	float: none;
	width: 868px;
	text-align: justify;
	background-color: #fff9e9;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: inherit;
	}
	
.nav {
	float: left;
	width: 185px; /* top and bottom padding create visual space within this div  */
	height: auto;
	background-color: #999;
	color: #3A3834;
	padding: 0px;
	left: 123em;
	margin-left: 20px;
	margin-top: 15px;
	background-image: url(img/nav_back.png);
	background-repeat: no-repeat;
	border: thin solid #000000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.headimg {
	border: thin solid #000;
}


.content {
	font-size: 12px;
	z-index: 5;
	margin-top: 30px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-bottom: 5px;
	margin-right: 50px;
	text-align: justify;
	height: auto;
} 

.Entercontent {
	font-size: 12px;
	z-index: 5;
	margin-top: 300px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 200;
	margin-bottom: 0;
	margin-left: 200;
	text-align: justify;
	color: #C3BC98;
}


.enterbodybox {
	text-align: center;
	float: none;
	width: 868px;
	border: 1px solid #000000;
	text-align: justify;
	background-color: #1a180d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	}
.headline {
	font-size: 24px;
	text-align: center;
}
.italic_center_text {
	text-align: center;
}
.frontpagelink {
	color: #C3BC98;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

