* {
	margin: 0;
	padding: 0;
	font-family: Courier New, Verdana;
	text-align: left;
	border: none;
	text-decoration: none;
}
body {
	background-color: #a4bdcd;
	text-align: center;
}
#container {
	width: 628px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 628px;
	height: 50px;
}
#dates h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	float: left;
}
form {
	float: right;
	font-size: 18px;
	margin-top: 15px;
}
form select {
	font-size: 18px;
}
#dates {
	width: 525px;
	float: left;
	height: 10px;
	font-size: 18px;
}
#box {
	width: 628px;
	float: left;
	background: url(imgs/box_strip.gif) no-repeat;
	height: 155px;
}
#box p {
	font-size: 14px;
	margin: 8px 15px;
	line-height: 20px;
	color: #333333;
}
#container .logo {
	margin-top: 10px;
	float: left;
}
#cross {
	position: absolute;
	top: 9px;
	right: 264px;
}
#pandn {
	width: 628px;
	float: left;
	height: 45px;
}
#pandn .pre a {
	color: #FFFFFF;
	font-size: 18px;
	float: left;
	margin-top: 15px;
	text-decoration: none;
}
#pandn .next a {
	color: #FFFFFF;
	font-size: 18px;
	float: right;
	margin-top: 15px;
	text-decoration: none;
}
#pandn a:hover {
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: underline;
}

