/* This sets the dimensions and such for the news box */
/* You can tweak these numbers if you like, but see the comment at the bottom */
#news {
	font-size: 10px;
	width: 500px;
	border: 1px solid #F49A25;
	padding: 20px;
	margin: 0 26px 0 80px;
	float: left;
}

/* This code is for the ad image */

#reproad {
	width: 150px;
	height: 150px;
	float: left;
	padding: 45px 0 0 0;
}

/* The below code is in place to make various versions of IE play nice */
/* If you change the margin settings in the above news area rules, you need to put in half values here, since IE doubles margins on floated objects */
/* Hides from IE5-mac \*/
* html #news {margin: 0 13px 0 40px;}
/* End hide from IE5-mac */