body {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	color: #333;
}
p {	
	margin: 1em;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	font: 110% Georgia, "Times New Roman", Times, serif;
}
#content {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30em;
	height:18em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
}
#main_content {
	float: left;
	width: 80%;
}
#sidebar {
	float: right;
	display: inline-block;
}
ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
li {
	padding: 5px;
	text-align: right;
}

li:hover {
	background-color: #000000;
}
a, a:hover {
	text-decoration: none;
	color: #aaa;
}
p a:hover {
	background-color: #000000;

}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

#footer {
	width: 30em;
	float: left;
	
}
#footer p {
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}