		html {
			
		}
		body {
			font-family: Arial, Garamond, Verdana, Serif;
			font-size: 105%;
			margin: 0px;
			padding: 0px;
			background: url("bg_top-x.gif") top left repeat-x;
			text-align: left;
		}
		
		#container {
			width: 760px;
			margin: 0px auto;
		}
		#content {
			float: left;
			width: 510px;
			margin-top: 0px;
			margin-bottom: 20px;
			padding: 0px 10px 0px 10px;
			background: url("bg_main-y.gif") top right repeat-y;
			text-align: left;
		}
#container #content img {
	margin: 5px;
	padding: 5px;
	border: 1px solid #85B140;
}

		#navi {
			float: right;
			width: 210px;
			margin-top: 0px;
			padding: 0px 10px 0px 10px;
			text-align: right;
		}
		#navi ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
			font-size: 80%;
		}
		#navi a:link,
		#navi a:visited,
		#navi a:active {
			font-weight: bold;
			line-height: 1.5;
		}
		#header {
	width: 760px;
	height: 200px;
	background: url("header4.jpg") top center no-repeat;
	margin-top: 40px;
	text-align: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #2f5719;
		}
		#header img {
			position: relative;
			top: -70px;
			left: 100px;
		}
		#header h1 {
	position: relative;
	font-size: 250%;
	left: 400px;
	top: 140px;
	color: #FFFFFF;
	letter-spacing: 0.25em;
		}
		#header a:link,
		#header a:visited,
		#header a:active {
			color: #FFF;
		}
		#header a:hover {
			color: #BB031D;
			border-bottom: 1px #FFF dotted;
		}
		#footer {
			width: 760px;
			clear: both;
			background: url("bg_main-y.gif") top left repeat-x;
			padding-top: 10px;
		}
		
		a:link,
		a:visited,
		a:active {
			color: #85B140;
			text-decoration: underline;
		}
		a:hover {
			text-decoration: none;
			color: #000;
		}
		h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B140;
		}
