bunu bi deneyebilirmisin
orta kısım genişliği css de bulunan (width:700px; yazan satır)
.post-content {
	 color:#444;
         margin:15px 0 0 0;
	 width:700px;
	 overflow:hidden;
	 padding:0 !important;
	 padding:0 0 15px 0;
	 }
sağ ve sol bloklar ise (width:150px; yazan satır)
.left-sidebar {
	 width:150px;
	 left:5px;
	 }
.right-sidebar {
	 width:150px;
	 right:5px;
	 }