body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 12px;
	background: url('../images/frontpagebg.jpg') no-repeat top center #000000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #8eaac6;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;
	color: #c6c6c6;
	margin-bottom: 15px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

.title {
	font-weight: bold;
	color: #8eaac6;
	font-size: 13px;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#widthSetter {
	width: 960px;
	margin: 0 auto;
}

#clickCity {
	width: 100%;
	height: 10px;
	margin: 0 10px;
	margin-top: 163px;
	text-align: center;
	float: left;
	display: inline;
}

#citySelect {
	width: 100%;
	margin: 0 10px;
	margin-top: 34px;
	float: left;
	display: inline;
}

.cityHolder {
	width: 220px;
	height: 213px;
	text-align: center;
	line-height: 16px;
	float: left;
	display: inline;
}

.cityDivider {
	width: 20px;
	height: 213px;
	background: url('../images/locationfront-divider.png') no-repeat;
	float: left;
	display: inline;
}

#upcomingFront {
	width: 100%;
	float: left;
	display: inline;
}

.upcomingItem {
	width: 300px;
	margin: 20px 10px;
	line-height: 16px;
	float: left;
	display: inline;
}

.upcomingItem img {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
}

#footerHolder {
	width: 100%;
	background: url('../images/blackchalk_tile.jpg') repeat;
	margin-top: 35px;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	float: left;
	display: inline;
}