* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Helvetica, sans-serif;
	background: #6f6f6f;
}

p {
	line-height: 1.4em;
	margin-bottom: 0.3em;
	font-size: 1.4em;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

img[align="right"] {
margin: 0 0 2px 4px;
display: inline;
}

img[align="left"] {
margin: 0 4px 2px 0;
display: inline;
}

h1 {
	font-size: 2.0em;
	margin-bottom: 0.3em;
	font-style: bold;
	text-align: left;
}
h2 { font-size: 1.6em; margin-bottom: 0.8em; }
h3 {
	font-size: 1.5em;
	color: #000;
	padding: 5px;
	margin-bottom: 0.3em;
	font-family: Helvetica, sans-serif;
}

.clear { clear: both; }

div#page-wrap {
	width: 800px;
	margin: 0 auto;
}

ul#nav {
	height: 214px;
	background: url(images/headandnav.png) no-repeat;
	list-style: none;
	padding-left: 75px;

	}
	ul#nav li {
		display: inline;
		font-size: 1.5em;
	}
	ul#nav li a {
		display: block;
		width: 113px;
		float: left;
		margin-top: 160px;
		color: white;
		padding-top: 2px;
		font-weight: normal;
		text-decoration: none;
		}
		ul#nav li a:hover, ul#nav li a:active {
			color: #f19b21;
		}
		
	div#main-content {
		background: url(images/main-content.png) repeat-y;
		padding: 20px 60px 20px 50px;
		}
		div#main-content a {
			color: #f19b21;
			text-decoration: none;
			font-weight: bold;
		}
		
			div#main-content a:hover, div#main-content a:active {
			color: #f19b21;
			text-decoration: underline;
			}
		
	div#footer {
		height: 107px;
		background: url(images/footer.png) no-repeat;
		color: white;
		padding: 45px 0px 10px 0px;
		text-align: center;
	}
		div#footer a {
			color: white;
		}
		
			div#footer a:hover, div#footer a:active {
			color: #f19b21;
			}
			