#container {
	width: 720px;
	margin: 0 auto;
}

#head {
	height: 65px;
	border-bottom: 2px solid #A50021;
	padding: 5px;
}

#content {
	padding:30px;
	height: 400px;

	font: 12pt Arial;
}

#footer {
	height: 30px;
	border-top: 1px solid #A50021;
	padding: 5px;

	font: 10pt Arial;
}

#footer a {
	text-decoration: none;
	color: #A50021;
}
