body {
	margin: 0px;
	padding: 0px;
	background-color: #031834;
}
h1 {
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}
span {
	display: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
a {
	color: #D80D0D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border-style: none;
	cursor: hand;
}
.city_bgd {
	background-image: url(../images/city_bgd.gif);
	background-repeat: repeat-x;
	height: 150px;
	width: 100%;
}
.city_btn {
	height: 150px;
	width: 600px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 0px;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0px;
	height: 85px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header h1 {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 600px;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 30px;
	width: 600px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF33B;
}

