body {
	background-color:#fff;
	font-family:verdana, sans-serif;
	margin:0;
}

h1 {
	font-size:110%;
	text-align:center;
	font-weight:normal;
	display:block;
	background-color:#00ADEF;
	color:#fff;
	
	margin:0;
	margin-bottom:1em;
	
	padding:.5em 1ex;
}

h1 a {
	color:#fff;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}

#PlaceFinderWidget {
	font-size:80%;
	margin:0 2%;
	height:480px;
}
#PlaceFinderWidget #SaveFrame {
	height:100px;
}
#PlaceFinderWidget #CityLabeler h3 {
	margin:0 10%;
	color:#f90;
}

#PlaceFinderWidget #PleaseUse {
	text-align:center;
}
#PlaceFinderWidget #NavButtons {
	position:relative;
	top:-1em;
}
#PlaceFinderWidget #NavButtons .startOver {
	position:relative;
	top:-3em;
}

#BottomLink {
	text-align:center;
	position:absolute;
	width:100%;
	bottom:2.3em;
	line-height:1.3em;
	
	font-size:80%;
	}
	#BottomLink p {
		margin:0;
	}
	#BottomLink a {
		color:#f90;
		text-decoration:none;
		}
		#BottomLink a:hover {
			text-decoration:underline;
		}
	/**/
	#BottomLink .copy {
		color:#999;
		font-size:90%;
	}
	#BottomLink p.piston {
		font-family: tahoma, verdana, sans-serif;
		font-size:85%;
		background-color:#3B5998;
		margin:2em 5ex;
		color:#fff;
		padding:.5em 2ex;
	}
	#BottomLink p.piston a {
		color:#fff;
	}
/**/

#FacebookShare {
	position:relative;
	top:-10em; left:0px;
}

