@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: center;
	padding-top: 50px;
}

#headline {
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #333333;
	border-bottom-color: #333333;
}

#copybox {
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 20px;
}
