#index_topright {
    width: 577px;
	height: 207px;
	background: #FFF url(images/home_topright.jpg) no-repeat;
	vertical-align: top;
	float: right;
	color: #31041B;
	font-size: 12px;
}
#index_topright a {
	text-decoration: none;
	color: #31041B;
}
#index_topright a:hover {
	text-decoration: underline;
	color: #31041B;
}

#index_botright {
    width: 577px;
	height: 207px;
	float: right;
	background: #FFF url(images/home_botright.jpg) no-repeat;
	vertical-align: top;
	color: #5C7751;
	font-size: 12px;
}

#inner-tube-right {
    padding-top: 50px;
	padding-right: 160px;
	padding-left: 20px;
}

#index_topleft {
    width: 351px;
	height: 207px;
	background: #FFF url(images/home_topleft.jpg) no-repeat;
	vertical-align: top;
	float: left;
	color: #D3AFC2;
	font-size: 12px;
}
#index_topleft a {
	text-decoration: none;
	color: #FFF;
}
#index_topleft a:hover {
	text-decoration: underline;
	color: #D3AFC2;
}

#index_botleft {
    width: 351px;
	height: 207px;
	background: #FFF url(images/home_botleft.jpg) no-repeat;
	vertical-align: top;
	float: left;
}
#inner-tube-left {
    padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
}

