* {
	margin:0px;
	padding:0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #4e9fd7;
	background-image: url(../images/bkgd_sandbar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
	padding-right: 10px;
}
h2 {
	color: #F9AD44;
	font-size: 18px;
}
h3 {
	color: #F9AD44;
	font-size: 12px;
}
#container  {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 775px;
}
.sandbar {
	background-image: url(../images/bkgd_sandbar.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}

.chill  {
	background-image: url(../images/bkgd_chill.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
.parties {
	background-image: url(../images/bkgd_parties.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 142px;
	margin-top: 170px;
	}
#sidebar ul li {
	list-style-type: none;
	display: inline;
}
#mainContent  {
	margin-left: 180px;
	width: 750px;
	padding-top: 200px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#stacker {
	float: right;
	width: 320px;
}
.googleMap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #182130;
	text-decoration: none;
	border: 1px solid #F9B43E;
}
#footer {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
}
.menuTime {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.menuScroll {
	height: 775px;
	overflow: auto;
}
.menuScroll2 {
	height: 380px;
	overflow: auto;
}
