body
{
	background: #666;
	font:15px arial, sans-serif;
	margin: 0;
	padding: 0;
}

a
{
	color: #660000;
	text-decoration: none;
}

a:hover
{	
	text-decoration: underline;
}

#container
{
	margin: 0 auto;
	width: 900px;
	height: 90vh;
	background: #666;
	display: flex;
	flex-direction: column;
}

#header
{
	text-align: center;
	padding: 20px;
	background: #ddd;
}

#header h1 { margin: 0; }

#navigation
{
	float: left;
	width: 900px;
	background: #ccc;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #660000;
	text-decoration: none;
	border-right: 1px solid #666;
}

#navigation li a:hover
{ 
	color: #ccc;
	background: #660000;
}

#content
{
	clear: left;
	padding: 20px;
	background: #ddd;
	height: 50vh;
}

#content h2 
{ 
	text-align: center;
	margin: 0;
	padding: 2px 10px;
	color: #fff;
	background: #660000;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

#footer
{
	clear: left;
	background: #666;
	text-align: right;
	padding: 20px;
	height: 1%;
}
*/
