#content{
	color: #000000;
	display: inline;
	margin-top: 0px;
	margin-bottom: 16px;
	width: 100%;
	background: #ffffff;
}

#blogPreview {
     width: 645px;
	display: inline;
	float: left;
	background: #ffffff;



}
#blogSidebar {
    margin-right: 5px;
    width: 100px;
	display: inline;
	float: right;
	background: #ffffff;
}

.post p{
	font-family: Verdana, sans-serif;
	font-size: 95%;
	text-align: left;
	line-height: 1.6em;
	letter-spacing: 0px;
}

.post img, code{
 	display: block; 
	margin-left: auto; 
	margin-right: auto;
 	text-align: center;
}

.post a{
 	font-size: 80%;
}