

body {
		padding-top: 20px;
		background-image: url(../images/greenfade.png);
		background-repeat: repeat-x;
	}

	#wrapper {
		
		padding-bottom: 10px;
		
		width: 792px;
		margin-right: auto;
		margin-left: auto;
	}

	#header {
		padding-bottom: 10px;
		height: 202px;
		background-repeat: no-repeat;
		background-image: url(../images/headerbg.png);
	}

	#nav {
		
		
		top: 152px;
		position: absolute;
}

	#nav ul {
	
		list-style-type: none;
	
	}

	#nav li {
		
		display: inline;
		
	}

	#nav a {
			width: 80px;
			height: 27px;
			padding-left: 10px;
			padding-right: 17px;
			padding-bottom: 0px;
			padding-top: 35px;
			margin-left:0px;
			margin-right:10px;
			background-position: 0px 20px;
			background-repeat: no-repeat;
			background-image: url(../images/greenbutt.png);
			color: #cccccc;
			font-size: 12px;
			font-family: "Lucida Grande", Verdana, Arial, sans-serif;
			text-decoration: none;
			overflow:hidden;
			float:left;
			text-align:center;
			
			
	}

	#nav a:hover {
			text-decoration: underline;
			background-position: 0 0px;
			background-repeat: no-repeat;
			background-image: url(../images/pinkbutt.png);
	
	}

	#contentcontainer {
		min-height: 500px;
		height: auto;
		border-color: #cccccc;
		border-width: 2px;
		border-style: solid;
		width: 757px;
		font-size: 14px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		background-color: white;
	color: #666;
	padding: 15px;
}

	#contentcontainer_res {
		min-height: 650px;
		border-color: #cccccc;
		border-width: 2px;
		border-style: solid;
		width: 757px;
		font-size: 14px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		background-color: white;
	color: #666;
	padding: 15px;
}

	#contentcontainer_wide {
		min-height: 500px;
		height: auto;
		border-color: #cccccc;
		border-width: 2px;
		border-style: solid;
		width: 830px;
		font-size: 14px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		background-color: white;
	color: #666;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;

}

	#footer {
		text-align: center;
		color: #666666;
		font-size: 10px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		height: 184px;
		background-repeat: repeat-x;
		background-image: url(../images/grassfooter.png);
	}

	#credits {
		bottom: 20px;
		position: relative;
		padding-right: 70px;
		text-align: right;
		color: #333333;
		font-size: 14px;
		font-family: fantasy;
	}

	#credits a {
		text-decoration: none;
		
		color: white;
		
		
	
	}

	#credits a:hover {
		
		color: #333333;
		
		
	
	}

	#contentleft {
		padding-right: 20px;
		clear: right;
		float: left;
		width: 500px;
	}

	#contentright {
		text-align: center;
		float: right;
		padding-left: 20px;
	}

	h1 {
		font-size: 22px;
		color: #666666;
	}

	h2 {
		padding: 7px;
		background-color: #666666;
		color: white;
		font-size: 16px;
	}

	h3 {
		padding-bottom: 5px;
		padding-top: 5px;
		border-color: #666666;
		border-width: 1px;
		border-style: dotted;
		text-align: center;
		font-size: 14px;
		color: #3a8d31;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	}

	h4 {
		color: fuchsia;
		font-size: 16px;
		font-family: cursive;
	}

	h5 {
		text-decoration: underline;
		font-size: 16px;
		font-family: monospace;
		font-weight: bold;
	}

	#secondarynav {
	}

	#secondarynav ul {
		list-style-type: none;
	}

	#secondarynav li {
		list-style-type: disc;
		text-align: left;
		padding-bottom: 10px;
	}

	#secondarynav a {
		width: 50px;
		padding: 10px;
		color: fuchsia;
		font-size: 12px;
		font-family: "Lucida Grande", Verdana, Arial, sans-serif;
		text-decoration: none;
	}

	#secondarynav a:hover {
		color: #009900;
		text-decoration: underline;
	}

	#contentcontainer a {
		color: fuchsia;
		text-decoration: none;
	}

	#contentcontainer a:hover {
		color: #009900;
		text-decoration: underline;
	}

	#date {
		padding: 5px;
		background-color: #333333;
		color: white;
		font-size: 12px;
		text-align: center;
		font-family: monospace;
	}

	