html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, div, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a:link { color: White;}
a:hover { color: White; }
a:active { color: #6f8b94; }
a:visited { color: White; } 
a:link, a:hover, a:active, a:visited { text-decoration: none; }

body{
	background-image: url(../images/background2.png);
}

#wrapper{
	margin: 0 auto;	/*centers the web-page*/
	padding: 0;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../images/background1.png);
}

#banner{
	padding: 0px;
	margin: 0px;
}

#nav {
	background-color: #7c9553;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#nav li{ 
	display: inline;
	margin-left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font: bold;
	font-size: .8em;
	letter-spacing: 2px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	margin-top: 10px;
	font-size: 1.8em;
	text-align: center;
	color: white;
}

p{
	font-family: "serif", "Times New Roman", "Times";
	font-size: 1.02em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	margin-left: 20px;
	margin-right: 20px;
	color: white;
	letter-spacing: 1.7px;
}

hr{ 
	margin: 20px; 
	color: #e6eba9;
	clear: both;
}

#copyright{
	font-size: .7em;
	float: right;
	margin-top: -2em;
}
