@charset "UTF-8";
body {
	background: #1D1D1D url(../images/bodybg.gif) repeat-y center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #33BB66;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
}
a {
	outline: none;
	color: #77FFA0;
	text-decoration:none;
	font-weight:bold;
}
a:active { 
	outline: none;
	color: #FFFFFF;
}
a:visited { 
	outline: none;
	color: #77FFA0;
}
a:hover { 
	outline: none;
	color: #FFFFFF;
}
#wherecontainer {
	width: 681px;
	font: 11px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	line-height:1.4;
	background: #004B29 url(../images/babg.jpg);
	background-attachment: fixed;
	margin: 0 auto;
	height: 421px;
}
#wherecontainer h3 {
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight:bold;
	color: #EEEEEE;
}
#googlemapcontainer {
	width:425px;
	height:350px;
	border: .5em solid #00371E;
	background: #001E10;
	padding: 10px;
	margin: 0 auto;
	float: left;
}
#wherebox {
	margin-right: 80px;
	margin-left: 80px;
}
#whereleft {
	float: left;
	margin-left: 20px;
	width: 160px;
	text-align: left;
	margin-right: 20px;
}
#whereright {
	float: right;
	margin-right: 20px;
	width: 160px;
	text-align: left;
	margin-left: 20px;
}
.fade {
	height: 1em;
	width: 50em;
}
.fade2 {
	position: relative;
	height: 1em;
	width: 50em;
	clear: both;
}
.clearfloat {
	clear: both;
	height: 1em;
}
.bottomspace {
	height: 1em;
}
.relshift {
	height: 1px;
}
