body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #dddddd;
	color: black;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
#header {
	background-color: black;
	margin: 0 0 0 0;
	padding: 0;
	height: 200px;
	width: 100%;
	}
#header a 
{
color: white;
}
#title 	{
	position: absolute;
	left: 50%;
	margin-left: -500px;
	font-family: georgia;
	color: white;
	font-size: 40px;
	top: 70px;
	}
#title a
{
color: white;
}

#header .contactinfo
{
left: 50%;
margin-left: 330px;
top: 155px;
text-align: right;
position: absolute;
font-family: georgia;
font-size: 14px;
color: white;
}

#page {
border: 0px black solid;
	margin: 20px auto;
	padding: 0;
	width: 900px;
	text-align: left;
	}
.post .title 
{
margin-left: -50px;
font-size: 18px;
padding-top: 5px;
padding-right: 10px;
font-family: georgia;
width: 220px;
text-align: right;

height: 50px;
}
.post .title .date
{

font-family: georgia;
font-size: 10px;

}
.post .entry
{
position: relative;
margin-left: 200px;
margin-top: -48px;
font-family: georgia;
text-align: justify;
width: 500px;
}
#sidebar
{
display: none;
}
#footer
{
display: none;
}
a, h2 a:hover, h3 a:hover {
	color: #a00;
	text-decoration: none;
	}
a:hover {
	
	text-decoration: underline;
	}
