		html{
		margin: 0;
		}
		body {
		font: 1.25em Calibri, Arial, Helvetica, sans-serif;
		background-color: #5C81A0;
		background-image: url(_images/bg_texture.png);
		background-repeat: repeat;
		line-height: 1.5em;
		margin: 0;
		}
		#header {
		width: auto;
		height: 123px;
		background-image: url(../_images/header_bg.png);
		padding: 0;
		margin: 0;
		}
		#header img {
		width: 905px;
		position: relative;
		left: 50%;
		margin: 0 0 0 -452px;
		}
		#all{
		width: 905px;
		margin: 0 auto;
		}
		li {
		list-style-type: none;
		font-weight: bold;
		margin: 0 auto;
		text-indent: 1.5em;
		}
		nav {
		position: relative;
		background-color: #59AD38;
		overflow: hidden;
		top: -35px;
		z-index: 3;
		width: 100%;
		box-shadow: 0 .1em .15em #22313D;
		}
		nav ul {
		padding: 0;
		margin: 0 auto;
		width: 848px;
		}
		nav ul li {
		float: left;
		text-indent: 0;
		}
		nav ul li a {
		display: block;
		margin: 0 .65em 0 .65em;
		padding: 0 .75em 0 .75em;
		text-decoration: none;
		color: #fff;
		}
		nav ul li a:hover {
		color: #3D7828;
		}
		nav ul li a:active {
		background-color: #3D7828;
		color: #fff;
		}
		h1 {
		font: 2.5em bold Arial,Helvetica,"sans-serif";
		color: #fff;
		text-shadow: .1em .1em .1em #282828;
		display: block;
		position: relative;
		top: 275px;
		left: 550px;
		z-index: 2;
		}
		h3 {
		font: 1.4em bold Calibri,Arial,Helvetica,"sans-serif";
		color: #3D7827;
		text-align: center;
		line-height: .8em;
		}
		#white {
		width: 848px;
		position: relative;
		background-color: white;
		margin: 0 auto; 
		border: 1px solid #506E88;
		top: -120px;
		z-index: 0;
		}
		#white p {
		padding: 0 2em;
		font: Ariel, Helvetica, "sans-serif";
		}
		hr {
		border: 3px dotted #59AD38;
		border-style: none none dotted;
		width: 790px;
		padding: .25em;
		}
		p strong {
		color: #3D7827;
		}
		blockquote {
		font-style: italic;
		}
		.quote {
		text-indent: 2em;
		line-height: .5em;
		font-size: .9em;
		}
		.contact a {
		text-decoration: none;
		color: #5C81A0;
		}	
		.email {
		font-size: 1.5em;
		}
		.email a {
		text-decoration: none;
		color: #5c81a0;
		}