	body {
	background: #009C00 url(images/gradient.png) top;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	}
	
	#page{
	
	border-left: 0px solid #ddd;
	border-right: 0px solid #ddd;
	
	}
	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #006D00;
		}

	#header {
		padding: 0;
		margin: 0;
		position: relative;
		height: 236px;
		color: black;
		background: transparent url(images/header.png) 0px 0px;
		text-indent: -10000px;
		}
		
		a, h2 a:hover, h3 a:hover {
			color: #009C00;
			text-decoration: none;
			}

		a:hover {
			color: #006D00;
			text-decoration: underline;
			}
