a:link, a:visited, a:active {
	color: #FFFFFF;
}

body {
	background: #3AB54A;
	margin: 0px;
	padding: auto;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#topbar {
	width: 100%;
	background: #000000;
	color: #FFFFFF;
	padding: 6px 0px;
}

#bottombar {
	width: 170px;
	background: #000000;
	color: #FFFFFF;
	padding: 6px 0px;
	float: left;
	margin-top: 223px;
	text-align: left;
}

#logo {
	position: absolute;
	top: 80px;
	left: 20px;
}

#citybanner {
	width: 100%;
	height: 650px;
	background: #3AB54A;
	background-image: url('../images/citybanner.gif');
	background-repeat: repeat-x;
	padding-top: 0px;
}

#tourdates {
	position: relative;
	top: 500px;
	padding-bottom: 50px;
	z-index: 1;
}

#tourdates img {
	border: 1px solid #000000;
}

#checkerbox {
	position: relative;
	top: 0px;
	width: 100%;
	height: 250px;
	background-image: url('../images/checker.gif');
}
