body {
	text-align: center; 
	background-color: #ab212b; 
	font-family: Verdana, sans-serif; 
	font-size: 13px;
}

.wrap {
	background-color: #FFFFFF; 
	width: 800px; 
	position: absolute; 
	border: 1px solid #000067; 
	border-radius: 8px; 
	box-shadow: 3px 3px 5px #333333; 
	top: 10px; 
	left: 50%; 
	margin-left: -400px; 
	padding: 10px;
}

.logo {
	box-shadow: 3px 3px 5px #999999; 
	border: 1px solid #670000; 
	border-radius: 5px;
}

.inner {
	text-align: justify;
	width: 700px;
	margin-left: 50px;
}

.sidenav {
	border: 2px solid #ab212b; 
	border-top-right-radius: 8px; 
	border-bottom-right-radius: 8px; 
	padding: 0px; 
	margin-left: -10px; 
	line-height: 24px; 
	float: left; 
	width: 150px;
	margin-right: 20px;
	margin-bottom: 10px;
	background-color: #EEEEEE;
}

.sidenav a {
	text-decoration: none;
	font-weight: bold;
	color: #ab212b;
}

.sidenav a:hover {
	color: #000000;
}

.footer {
	width: 600px;
	margin-left: 100px;
	border-top: 1px dotted #000000;
	text-align: center;
	padding-top: 10px;
	margin-top: 0px;
}