.sponsor_list {
	display: inline-block;
	width: 700px;
	position: absolute;
	height: 0px;
	margin: 0px;
	margin-top: -25px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
}
.sponsor_row_category h1 {
	width: 700px;
	font-weight: bold;
	font-size: 25px;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FAB0B0; /*#e6e7e8*/
	margin-top: 35px;
}
.sponsor_list h1 {
	margin-bottom: 0px;
}
.sponsor_row {
	width:700px;
	margin-top: 25px;
	margin-left: 10px;
}

.sponsor_text {
	display: block;
	width: 390px;
	position: absolute;
	height: 0px;
	margin: 0px;
	margin-left: 720px;
	margin-top: 0px;
	font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
	color: black;
}
.sponsor_text p {
	font-size: 14px;
	text-align: justify;
}
.sponsor_text a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.sponsor_text a:hover {
	font-size: 16px;
	font-weight: normal;
}
