#ind_link {
	height: 43px;
	width: 100%;
}
#ind_link a {
	background-image: url(../images/ind_link_bg.gif);
	background-repeat: repeat-x;
	height: 39px;
	width: 240px;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #8F001E;
	border-left-color: #8F001E;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 5px;
}
#ind_link a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#ind_link a:hover {
	color: #FC0;
	
}
