body {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Arial';
	font-size: 17px;
}

#box {
	border: solid 3px #900E26;
	margin-top: 100px;
	margin-bottom: 20px;
	background: url('images/bg.jpg') no-repeat center top;
	position: relative;
}

#logo {
	text-align: center;
	margin-top: -71px;
}

#subtitle {
	text-align: center;
	color: #900E26;
	font-size: 16pt;
	font-family: 'Times New Roman';
	margin-top: 8px;
}

#nav {
	text-align: center;
}

#nav a:link, #nav a:visited {
	background: #F69EAB;
	border: solid 1px #900E26;
	padding: 3px 5px;
	font-size: 16pt;
	color: #900E26;
	text-decoration: none;
}

#nav a:hover {
	background: #E28A97;
}

#content {
	margin: 20px 100px;
	border-top: solid 1px #900E26;
}

h1 {
	color: #900E26;
	font-size: 16pt;
}

table {
	border-collapse: collapse;
	width: 100%;
}

th, td {
	border: solid 1px #900E26;
	padding: 3px;
}

#footer {
	border-top: solid 2px #900E26;
	background: #F69EAB;
	text-align: right;
	margin-bottom: 0;
	color: #900E26;
	padding: 1px 3px;
	font-size: 10pt;
}

#footer a:link, #footer a:visited {
	color: #900E26;
	text-decoration: underline;
}