body { background-color: #E8E9DF; }
div { position: relative; }
img { border: none;}
p { font-size: 9pt; }
a { color: #6B8431; }
#prime{
	margin: 40px auto 0 auto;
	width: 1000px;
	left: 0; right: 0;
	font-family: Arial;
	background-color: white;
	border: 1px solid #6B8431;
}
#center{
	width: 940px;
	margin: 15px auto 0 auto;
	padding: 5px;
	left: 0; right: 0;
	/*min-height: 300px;*/
	border: 1px solid #6B8431;
}
#navigation{
	font-size: 9pt;
	text-decoration: none;
	padding: 15px 2px 20px 2px;
}
#navigation>div{
	width: 100%;
}
#navright{
	position: absolute;
	top: 0; right: 0;
}
#navigation a{
	text-decoration: none;
}
#content{
	width: 100%;
	overflow: hidden;
}
#footer{
	color:#6B8431;
	font-size: 7pt;
	text-align: center;
}
