in the beginning before I saw the image that is what I was going to do.

try this tell me what you think, will have to make logo image or prod image a little smaller tho.

in your stylesheet file:
find this:
Code:
/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}
change to:
Code:
/*.content,*/ .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

and add this:
Code:
#productDescription {
padding: 9.0em 0.0em 0.0em 0.0em;
background-image:url(../zencart/includes/templates/custom/images/thespecs.jpg);
background-repeat:no-repeat;
background-position:right top;
height:300px;
}