body {
	background-color: white;
	margin: 0;
	padding: 0;
	}


#topper {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	left: 0px;
	background: url(topper.jpg) no-repeat;	
	background-color: #bdbbbc;
	}

#logo {
	position: absolute;
	width: 100%;
	height: 340px;
	top: 50px;
	left: 0px;
	background: url(logo.jpg) no-repeat;
	background-color: #d1cfd0;
	}
	
#navigation {
	position: absolute;
	height: 30px;
	width: 100%;
	top: 390px;
	left: 0px;
	background: url(nav.jpg) no-repeat;
	background-color: #8f7868;
	}

#nav span a{
	position: relative;
	top: 5px;
	color: white;
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 150;
	}

#nav span a:hover {
	position: relative;
	top: 5px;
	color: yellow;
	font-family: "Verdana";
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 150;
	}


#whiteout {
	position: absolute;
	top: 320px;
	left: 0px;
	height: 1200px;
	width: 1200px;
	background: white;
	}


#googlemap {
	position: absolute;
	top: 450px;
	left: 30px;
	width: 400px;
	height: 300px;
	border: 1px solid gray;
	}
	
#maplink {
	font-family: "Verdana";
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	top: 750px;
	left: 30px;
	width: 400px;
	height: 300px;

	}
	
#bodycopy1 {
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	top: 430px;
	left: 460px;
	width: 400px;
	height: 300px;
	}
	
#bodycopy2 {
	color: gray;
	font-family: "Verdana";
	font-size: 24px;
	line-height: 36px;
	position: absolute;
	top: 430px;
	left: 30px;
	width: 800px;
	height: 300px;
	}
	
	
#red{
	position: absolute;
	top: 780px;
	left: 30px;
	}

#redcopy{
	position: absolute;
	top: 780px;
	left: 360px;
	width: 500px;
	}
	
#redcopy h1{
	color: gray;
	font-family: "Verdana";
	font-size: 24px;
	}

#redcopy p{
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	}

#blue{
	position: absolute;
	top: 980px;
	left: 30px;
	}

#bluecopy{
	position: absolute;
	top: 980px;
	left: 360px;
	width: 500px;
	}
	
#bluecopy h1{
color: gray;
font-family: "Verdana";
font-size: 24px;
}

#bluecopy p{
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	}

#yellow{
	position: absolute;
	top: 1380px;
	left: 30px;
	}

#yellowcopy{
	position: absolute;
	top: 1380px;
	left: 360px;
	width: 500px;
	}
	
#yellowcopy h1{
	color: gray;
	font-family: "Verdana";
	font-size: 24px;
	}

#yellowcopy p{
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	}

#green1{
	position: absolute;
	top: 1180px;
	left: 30px;
	}

#green1copy{
	position: absolute;
	top: 1180px;
	left: 360px;
	width: 500px;
	}
	
#green1copy h1{
	color: gray;
	font-family: "Verdana";
	font-size: 24px;
	}

#green1copy p{
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	}

#green2{
	position: absolute;
	top: 1580px;
	left: 30px;
	}

#green2copy{
	position: absolute;
	top: 1580px;
	left: 360px;
	width: 500px;
	}
	
#green2copy h1{
	color: gray;
	font-family: "Verdana";
	font-size: 24px;
	}

#green2copy p{
	color: gray;
	font-family: "Verdana";
	font-size: 14px;
	line-height: 24px;
	}


#footer{
	position: absolute;
	top: 1800px;
	background-color: black;
	height: 60px;
	width: 100%;
	margin-bottom: 0px;
	}

#footer p{
	padding-left: 30px;
	color: white;
	font-family: "Verdana";
	font-style: italic;
	}

#footer2{
	position: absolute;
	top: 1000px;
	background-color: black;
	height: 60px;
	width: 100%;
	margin-bottom: 0px;
	}

#footer2 p{
	padding-left: 30px;
	color: white;
	font-family: "Verdana";
	font-style: italic;
	}