.content_container#home_content_container {
	margin-bottom: -30px;
}

#splash_image img {
	display:block;
	width: 100%;
}

/*#ie6fix #splash_image img,
#ie7fix #splash_image img  { /* IE cannot do 100% width images unless they are position: absolute; 
	width: 1000px;
	height: 280px;
}*/

#latest_news {
	float: left;
	position: relative;
	overflow: hidden;
	
	top: -80px;
	width: 600px;
	height: 30px;
	background-color: #666666;
	z-index: 1;
}

#latest_news #title {
	float: left;
	text-align: right;
	
	font-size: 20px;
	color: #FFF;
	
	width: 100px;
	height: 24px;
	padding: 3px 10px 3px 10px;
}

#latest_news #content {
	float: right;
	
	background-color: #CCCCCC;
	font-size: 14px;
	color: #444;
	width: 460px;
	height: 18px;
	padding: 7px 10px 5px 10px;
}

#updates_container {
	float: left;
	position: relative;
	background: url(../img/home/boxesBG.jpg) repeat-x #e9e9e9;
	
	width: 100%;
	height: 160px;
}

#updates {
	float: left;
	text-align: center;
	position: absolute;

	top: -50px;
	left:0; right:0;
	width: 996px;
	margin: 0 auto;
}

#ie6fix #updates,
#ie7fix #updates {
	left: 50%;
	margin-left: -498px;
}

#updates #left_col {
	float: left;
	/*position: relative;*/
	
	width: 312px;
	height: 176px;
	margin: 0px 10px 0px 10px;
}
#ie6fix  #updates #left_col {
	margin: 0px 10px 0px 6px;
}

#updates #mid_col {
	float: left;
	/*position: relative;*/
	
	width: 312px;
	height: 176px;
	margin: 0px 10px 0px 10px;
}
/*#ie6fix  #updates #mid_col {
	margin: 0px 10px 0px 10px;
}*/

#updates #right_col {
	float: left;
	/*position: relative;*/
	
	width: 312px;
	height: 176px;
	margin: 0px 10px 0px 10px;
}
#ie6fix  #updates #right_col {
	margin: 0px 6px 0px 10px;
}