body { background: url('../images/bg_splash_2.jpg') no-repeat top center; background-color: #000; }
.clear { clear: both; }
#header, #content, #footer { margin: 0 auto; width: 800px; }

#header {
	height: 240px;
	text-align: center;
}

#content {
	position: relative;
	top: -80px;
}

#registration {
	background: url('../images/form_bg.png');
	border: 1px solid #600;
	float: left;
	padding: 10px 10px 0;
	width: 360px;
}

#itinerary {
	float: right;
	width: 380px;
	padding: 10px;
}

#footer {
	border-top: 1px solid #600;
	padding-top: 5px;
	position: relative;
	margin-top: 10px;
	text-align: right;
	top: -80px;
}

h1 {
	border-bottom: 1px solid #888;
	color: #888;
	font-family: Arial Black, Verdana, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #ddd;
	font-family: Georgia, Arial, sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	margin-left: 10px;
}

p {
	color: #aaa;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	margin: 0 10px;
}

#registration p {
	text-align: justify;
}

ol {
	color: #aaa;
	font-family: Georgia, Arial, sans-serif;
	font-size: 14px;
	margin-left: 30px;
}

label {
	display: block;
	float: left;
	margin-left: 10px;
	width: 120px;
}

form {
	text-align: center;
}

.red {
	color: #a00;
}

.left {
	float: left;
}

.button {
	text-align: center;
	width: 100%;
}
