* { padding: 0; margin: 0; }
img{ border: none; }
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	background: #e5efd4 url(../images/background_grass.jpg) repeat-x;
	color: #6d5b40;
	}
#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 924px;
	}
#header{
	width: 924px;
	height: 335px;
	background: url(../images/header.jpg) no-repeat;
	}
#navigation{
	height: 38px;
	width: 924px;
	background: url(../images/navigation.jpg) no-repeat;
	font-size: 1.5em;
	line-height: 38px;
	text-align: center;
	}
	#navigation ul{
		list-style: none;
		padding: 0 10px;
		}
	#navigation ul li{
		display: inline;
		}
	#navigation ul li a:link, #navigation ul li a:visited{
		text-decoration: none;
		padding: 0 20px;
		color: #6d5b40;
		}
#content{
	background: url(../images/backg_strip.jpg) repeat-y;
	overflow: auto;
	width: 924px;
	}
	#content h1{
		background: url(../images/backg_undernavitagtion.jpg) no-repeat;
		padding: 32px 40px 0 70px;
		font-size: 2.2em;
		color: #006b33;
		height: 104px;
		}
#leftcolumn{ 
	width: 575px;
	float: left;
	margin: -60px 0 0 0;
	padding: 0 50px
	}
	#leftcolumn p{
		padding: 0;
		font-size: 1.5em;
		line-height: 130%;
		margin-bottom: 8px;
		}
	#leftcolumn p.title{
		font-weight: bold;
		font-size: 1.7em;
		background-image: url(../images/singlegrass.jpg);
		background-repeat: no-repeat;
		background-position: top left; 
		padding-left: 23px;
		padding-top: 9px;
		margin-bottom: 8px;
		}
	
	#leftcolumn p.xtrapadding{
		padding-left: 23px;
		}
	#leftcolumn ol{
		padding: 0 40px;
		font-size: 1.5em;
		line-height: 130%;
		margin-bottom: 8px;
		}
	/*----------------*/
	#leftcolumn p.insideol{
		margin-top: 8px;
		margin-left: -35px;
		font-weight: bold;
		font-size: 1.1em;
		background-image: url(../images/singlegrass.jpg);
		background-repeat: no-repeat;
		background-position: top left; 
		height: 25px;
		padding-left: 23px;
		padding-top: 9px;
		}
	/*----------------*/
	#leftcolumn ul{
		padding: 0 40px;
		font-size: 1.5em;
		line-height: 130%;
		margin-bottom: 8px;
		}
	#leftcolumn a:link, #leftcolumn a:visited{
		color: #6d5b40;
		text-decoration: none;
		}
	#leftcolumn a:hover{
		text-decoration: underline;
		color: #5B0000;
		}
#rightcolumn{ 
	float: right;
	width: 248px;
	display: inline;
	margin: -100px 0 0 0;
	border-left: 1px solid #000;
	}
	.first-box{
		margin-top: -17px;
		}
	.last-box{
		width: 215px;
		padding: 17px 7px 2px 11px;
		}
	.box{
		width: 215px;
		border-bottom: 1px dotted #000;
		padding: 17px 7px 17px 11px;
		}
#footer{ 
	width: 924px;
	clear: both;
	margin-bottom: 20px;
	}
	#footer p{
		padding: 0 25px;
		}
	#footer a:link, #footer a:visited{
		color: #6d5b40;
		text-decoration: none;
		}
	#footer a:hover{
		text-decoration: underline;
		color: #5B0000;
		} 
.clear { clear: both; background: none; }