.contentRow p {width: 481px;}

hr {width: 481px;}

.contentRow img {
	padding:0; 
	margin:0; 
	position:relative; 
    top:-10px; 
}

.contentRow img {
left: 0;     works in all 
}
* html .contentRow img {left: -8px; }
html>body .contentRow img { *left: -8px; }

