body, html {
  margin: 0;
  padding: 0;
}
#dateSelection, #dateSelection p {
  margin: 0;
  padding: 0;
}
#dateSelection {
  height: 30px;
  text-align: center;
  font-family: sans-serif;
  font-size: small;
  padding-top: 3px;
}
.btn {
  background: #FFFFFF;
  color: #333333;
  font-family: sans-serif;
  font-size: small;
  font-weight: bold;
  border-color: #F3F3F3;
}
#weekendText {
  color: #EA0029;
  font-size: 10px;
  display: none;
}
#wdayText {
  width: 8em;
  font-style: italic;
  border: none;
  text-align: center;
  cursor: default;
}
.minibutton {
  background: #F8F4D8;
  color: #EA0029;
  border-color: #F8F4D8;
  border-width: 1px;
  padding: 1px;
  font-weight: bold;
  cursor: pointer;
}

#pageflip {
	margin: 0px auto;
	text-align: center;
}

#container {
	float: left;
}

#citylogo {
	float: left;
	width: 100px;
}

#citypageflip {
	float: left;
	width: auto;
}

#header {
	width: 600px;
	height: 50px;
	background: #000000;
}