#slider {
	height:312px;
	width:950px;
	float:left;
	margin-top:7px;
}

#main_content_bottom {
	width:950px;
	height:166px;
	float:left;
	margin-top:3px;
}

#main_content_bottom #bottom_left {
	width:700px;
	height:163px;
	float:left;
	padding:0;
	background:none;
	overflow:hidden;
}

#main_content_bottom #bottom_left p {
	margin-top:0;
	margin-bottom:0;
}

#main_content_bottom #bottom_left #home_module1,
#main_content_bottom #bottom_left #home_module2,
#main_content_bottom #bottom_left #home_module3 {
	width:230px;
	height:163px;
	float:left;
	margin-right:5px;
	background-color:#333;
}

#main_content_bottom #bottom_left #home_module3 {
	margin-right:0;
}

#main_content_bottom #bottom_left #home_module1 a,
#main_content_bottom #bottom_left #home_module2 a,
#main_content_bottom #bottom_left #home_module3 a {
	width:230px;
	height:163px;
	display:block;
	text-indent:-9999px;
}

#main_content_bottom #bottom_left #home_module1 a {
	background:url(../images/home_module1_a_bg.jpg) no-repeat top;
}

#main_content_bottom #bottom_left #home_module2 a {
	background:url(../images/home_module2_a_bg.jpg) no-repeat top;
}

#main_content_bottom #bottom_left #home_module3 a {
	background:url(../images/home_module3_a_bg.jpg) no-repeat top;
}

#main_content_bottom #bottom_left #home_module1 a:hover,
#main_content_bottom #bottom_left #home_module2 a:hover,
#main_content_bottom #bottom_left #home_module3 a:hover {
	background-position:bottom;
}

#main_content_bottom #bottom_right {
	width:225px;
	height:141px;
	float:left;
	margin-left:5px;
	background-color:#FFDE00;
	color:#000000;
	padding:12px 10px 10px 10px;
	position:relative;
}

#main_content_bottom #bottom_right h3 {
	font-size:22px;
	color:#000000;
	text-shadow: 0px 1px 1px #FFFFFF;
	line-height:24px;
	margin:0;
	padding:0;
}

#main_content_bottom #bottom_right a.more {
	width:222px;
	height:21px;
	line-height:21px;
	display:block;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	background:url(../images/more_a_bg.jpg) no-repeat top right;
	position:absolute;
	bottom:8px;
}

#main_content_bottom #bottom_right a:hover.more {
	background-position:bottom right;
	text-decoration:none;
}