/* CSS Document for the home page*/
#homeContainer {
	width:760px;
	margin:auto;
	background-image:url(images/home_bg_stripe.gif);
	background-repeat:repeat-y;
	background-position: 180px 0px;
	/*border: 1px solid #000;*/
}
#news {
	float:left;
	width:160px;
	padding: 0 10px 0 10px;
}
#homeContent {
	width:auto;
	margin: 0 165px 0 180px;
	padding: 0 20px 0 20px;
}