#date {
	font-size: 10pt;
	color: #333;
	margin-bottom: 10px;
}

#text_wide h3.otherCities {
	margin: -4px 0 10px;
	padding: 0;
	color: #555;
	font-size: 10pt;
	font-family: "arial narrow";
	letter-spacing: 1px;

}
.oneCity {
	float: left;
	width: 250px;
	height: 450px;
	margin: 10px 0 30px 10px;
	text-align: center;  
}

.oneCityMain {
	float: left;
	width: 250px;
	height: 420px;
	margin: 10px 20px 10px 90px;
	text-align: center;
	font-size: 9pt;
}

#text_wide .oneCity h1, #text_wide .oneCityMain h1 {
	font-size: 11pt;
	font-weight: normal;
	font-family: verdana;
	text-align: left;
	padding: 0;
	margin: 0;
}
#text_wide .oneCity img, #text_wide .oneCityMain img {
	text-align: center;
	clear: both;
	float: none;
	margin: 5px auto;
}

#text_wide .oneCity p, #text_wide .oneCityMain p {
	text-align: left;
	clear: both;
	margin-left: 0;
}

#text_wide .oneCity table, #text_wide .oneCityMain table {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    line-height: 180%;
}

td {
    width: 125px;
}

th.centered, td.centered {
    text-align: center;
}

#citySelect {
    text-align: center; 
    margin: 20px 0px 50px; 
    background-color: #efefef;
}
