/* Layout CSS */
div#Main{
	background-color: black;
	width:  775px;
	margin: 0;
	position:  absolute;
	left:  74px;
	top: 110px;
}

div#blog {
	padding: 0;
	color:  white;
}

div#blog .blogentry {
	margin-bottom: 70px;
	float:  none;
	display:  block;
}

div#blog .blogentry a, div#blog .blogentry a:visited, div#blog .blogentry a:hover{
	color:  white;
	text-decoration: none;
}

/*div#blog .blogentry img.left {
	float:  left;
	margin: 8px 8px 8px 0px;
}*/