/* ------------------------------------------------------- */
/* STYLES SPECIFIC TO 'ABOUT / SPONSORSHIP' PAGE           */
/* ------------------------------------------------------- */
/* Arranged alphabetically by tag */

/* <h3> */
ul#sponsor_list li h3 {
	font-size: 130%;
	margin-top: 0;	
}

/* <img> */
ul#sponsor_list li img {
	float: left;
	margin: 3px 15px 0 0;	
}

/* <ul> */
ul#sponsor_list {
	margin: 1em 0;
}
ul#sponsor_list li {
	background: #26492F;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 15px 15px 5px 15px;
}
