	body,div,form,h1,h2,h3 {
		margin:0;
		padding:0;
	}
	body {
		font-family:Arial, Helvetica, sans-serif;
		background:url(/images/site-bg.png) center repeat-y;
	}
	h1 {
		color:white;
		font-size:27px;
		text-align:center;
		font-weight:normal;
	}
	img {
		border:0;
	}
	#main h1 {
		text-align:left;
		font-size:18px;
		color:#006600;
	}	
	#main {
		color:#006600;
		font-size:12px;
		font-weight:normal;
		padding-right:20px;
		padding-left:20px;
		float:right;
		width:750px;	
	}
	#grass {
		width:954px;
		margin:auto;
		background:url(/images/grass.jpg) bottom center no-repeat;	
		min-height:768px;
	}
	#content {
		background:url(/images/body-bg.png) no-repeat top center;
		width:954px;
		margin:auto;
		min-height:300px;
	}
	#header {
		width:930px;
		margin:auto;
		height:90px;
		padding-top:55px;
		overflow:visible;
	}
	#strap {
		float:left;padding-left:30px;
	}	
	#logo {
		float:right;
	}
	#menu {	
		text-align:center;
		float:left;
		width:145px;
		padding-left:10px;
		padding-bottom:100px;
	}
	#leftsearch {
		margin-left:2px;
		width:95px;
		border:1px solid #006600;
		color:#006600;
	}
	#leftsearch-button {
		width:20px;
		background:#006600;
		border:0;
		color:yellow
	}
	.accordion-title {
		cursor:pointer;
		text-decoration:none;
		text-align:center;
		padding:2px;
		margin:1px;
		font-size:13px;
		display:block;
		width:145px;
		background:#006600;
		color:yellow;
	}
	.accordion-link {
		text-decoration:none;
		text-align:center;
		padding:2px;
		margin:1px;
		font-size:13px;
		display:block;
		width:145px;
		background:#7FB27F;
		color:white;
	}
	.clear {
	clear:both;height:0;overflow:hidden;	
	}

