#blog #column {
	width:190px; 
	float:right; 
	position:relative; 
	margin-right:-190px; 
	margin-left:1px;
	border-left: #777777 1px dashed;
}

#blog #outer { 
	border:solid #ffffff 0px; 
	border-right-width: 190px ;
	border-right-style: solid; 
	width: auto; 
} 
 
#blog #content { 
	float: left; 
	width: 100%; 
	position: relative; 
	margin: 0 -8px 0 -2px; 
	text-align: center;
}