body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 5px 0px;
	text-align:center;
	font-size: 11px;
	background-color: #5c601a;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 770px;
	margin: 0px auto;
}
#nav {
	width: 770px;
	height: 23px;
	line-height: 23px;
	text-align: right;
	background-image: url(../images/nav_bk.jpg);
	background-repeat: repeat-x;
	border-bottom: solid 1px #8e933f;
	border-top: solid 1px #8e933f;
	margin: 0px auto;
}
#nav a {
	float:right;
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	line-height: 23px;
	color: #5c601a;
	border-left: solid 1px #5c601a;
	font-weight: bold;
}
#nav a.navend {
	margin-right: 20px;
	border-right: solid 1px #5c601a;
}
#nav a:hover {
	background-color: #5c601a;
	color: #FFFFCC;
}
#content {
	background-image: url(../images/pg_bk.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 710px;
	padding: 30px;
	text-align:left;
	margin: 0px auto;
}
#footer {
	color: #fff;
	background-color: #8e933f;
	height: auto;
	width: 770px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px auto;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
/*elements*/
h1 {
	font-size: 150%;
	color: #5c601a;
}
h2 {
	color: #5c601a;
	font-size: 125%;
	border-bottom: solid 1px #999;
}
#content a {
	display:block;
	padding: 4px 4px 4px 34px;
	background-image: url(../images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	margin: 4px 4px 4px 20px;
	border: dotted 1px #999;
	line-height: 24px;
	font-weight: bold;
	color: #5c601a;
	text-decoration: none;
}
#content a:hover {
	background-color:  #8e933f;
	color: #FFFFCC;
}
