html, body {
	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
	height: 100%;
}

div#header {
	height: 75px;
	width: 99%;
	padding: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	background-image: url('../pics/d7-small.png');
	background-repeat: no-repeat;
	clear: both;
}

ul#menu {
	list-style: none;
	float: left;
	margin: 5px 0 0 250px;
	padding: 10px 5px 5px 15px;
	border-left: 2px solid #222222;
}


ul#menu li {
	display: block;
	float: left;
	margin: 1px;
}

ul#menu li a {
	float: left;
	text-decoration: none;
	text-align: justify;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 1.3em;
	padding: 10px 15px;
	color: #222222;
}

ul#menu li a:hover {
	background-color: #EEEEFF;
	color: #333333;
}

ul#menu li a.selected {
	
	color: #666666;
}

div#sidebar {
	float: left;
	width: 200px;
	margin: 110px 75px 0 auto;
}

div#sidebar p {
	font-size: .8em;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	margin: 20px 50px;
	text-align: left;
	color: #666666;
	width: inherit;
	padding: 10px 0;
}

div#sidebar p strong {
	font-variant: small-caps;
	font-size: 2em;
	color: #121212;
	line-height: 1.25em;
	white-space: pre-wrap;
}

img#QR {
	margin: 0 50px;
}

div#container {
	width: 55%;
	color: #121212;
	margin: 110px auto;
	float: left;
	padding-bottom: 3em;
}
