/* CSS Document */
html body {
	height: 100%;
	background-color: #b0ccd0;
	margin-left: -1%;
	margin-top: -1%;
}
#container {
	height: 900px;
	width: 100%;
	background-color: #b0ccd0;
}
#billboard {
	background-color: #f5dab7;
	position: absolute;
	height: 169px;
	width: 101%;
	border-bottom:#999999 1px solid;
}
.thumb {
	background-color: #660000;
	width: 130px;
	padding: 5px;
	border: #000033 solid 2px;
	margin-top: 2px;
	color: #FFFFFF;
}
#logo {
	position: absolute;
	margin-left: 15px;
	margin-top: 70px;
}
#links {
	position: absolute;
	margin-left: 300px;
	margin-top: 125px;
}
#links-text {
	position: absolute;
	margin-left: 294px;
	margin-top: 125px;
	color: #000033;
	font-size: 28px;
}
#ContentPane {
	color: #000000;
	position: absolute;
	margin-top: 180px;
	margin-left: 275px;
	width: 560px;
}
#SecondPane {
	color: #000000;
	position: absolute;
	margin-top: 260px;
	margin-left: 500px;
}
p {
	padding-left: 20px;
}
a.bobber {
	text-decoration: none;
	font-size: 24px;
	color:#000033;
}
#menu {
	position: absolute;
	margin-top: 185px;
	margin-left: 40px;
	width: 220px;
	top: 1px;
}
#banner {
	position: absolute;
	margin-top: -10px;
	margin-left: 365px;
}
#pop {
	position: absolute;
	margin-top: 165px;
	margin-left: 250px;
	width: 500px;
	height: 20px;
	background-color: #FFFFFF;
}
#popupmap {
	position: absolute;
	margin-top: 185px;
	margin-left: 250px;
	width: 500px;
	height: 550px;
	background-color: #FFFFFF;
}
#map {
	width: 500px;
	height: 500px;
}
#top_images {
	position: absolute;
	margin-left: 200px;
	margin-top: -150px;
}
#top_images2 {
	position: absolute;
	margin-left: 650px;
	margin-top: -150px;
}
#SecondPane a { color: #000099; text-decoration: underline; cursor: pointer; }
#ContentPane a { color: #000099; text-decoration: underline; cursor: pointer; }