body
{
	font-family: Calibri;
	margin: 0;
	background-color: #EEE;
}

#header
{
	width: 60%;
	padding: 10px 20%;
	background-color: #EEE;
	border-bottom: 1px solid #999;
}

#container
{
	padding: 50px 20% 50px;
	background-color: #DDD;
}

#navbar
{
	height: 80px;
}
#logo
{
	width: 50px;
	height: 80px;
}
div#menu
{
	min-height: 80px;
	width: calc(100% - 120px);
	float: right;
	text-align: right;
	background-color: #FFF;
	border: 1px solid #999;
}
ul#menu
{
	margin-top: 20px;
	float: right;
	list-style-type: none;
}
ul#menu li
{
	float: left;
	padding: 10px;
}
ul#menu li:nth-child(n+2)
{
	border-left: 1px solid #999;
}

a
{
	text-decoration: none;
	color: #06F;
}
a:hover
{
	text-decoration: none;
	color: #03A;
}

.content
{
	padding: 20px;
	background-color: #FFF;
	margin: 20px 0 0;
	border: 1px solid #999;
}
.content p
{
	font-size: 1.2em;
	margin: 0.5em 0;
}

div#footer
{
	padding: 20px 20%;
	background-color: #EEE;
	border-top: 1px solid #999;
}
table#footer
{
	width: 100%;
}
table#footer td:nth-child(2)
{
	text-align: right;
	border-left: 1px solid #999;
}

#header, table#footer
{
	color: #666;
}