/*
	AUTHOR: Bianca Boyle
*/

/* BROWSER RESETS & PAGE SETUP */
* {margin: 0; padding: 0;}
html {overflow-y: scroll;}
body {
	background-color:#228739;
}
object {
	outline: none;
}
a {
	outline: none;
	color: #FFF;
}
a img {
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #0F4D2A;
}
/*END RESETS & PAGE SETUP*/
/*CONTENT SETUP*/
#pagewrap {
	width:980px;
	margin: 0 auto;
}
#contentheader {
	margin: 0px;
	padding: 0px;
	height: 276px;
}
#content {
	background:url(../images/web_introbg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
#noflash {
	width: 760px;
	height: 261px;
	margin-left: 135px;
	background:url(../images/map.jpg) no-repeat;
}
#intro {
	width: 795px;
	height: 310px;
	margin-left: 123px;
}
p {
	clear: both;
	margin-left: 135px;
	margin-right: 60px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-top: 0px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
}
.footertext {
    margin-left: 360px;
	margin-right: 0px;
	padding-top: 3px;
	margin-bottom: 3px;
	font-family: Arial;
	font-size: 12px;
}
#footer {
	background:url(../images/footer_bg2.gif);
	height: 31px;
}
/*END CONTENT SETUP*/

