@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333333;
	background-image: url(images/background.jpg);
	margin: 0px;
	padding: 0px;
}
#main {
	margin-top: 30px;
	margin-right: 71px;
	margin-bottom: 30px;
	min-height: 400px;
}
a {
	color: #1E7BC0;
}
#main .heading {
	font-size: 22px;
	line-height: 30px;
	color: #1E7BC0;
}
.sponsors {
	padding-bottom: 71px;
}
#main .subheading {
	font-size: 16px;
	line-height: 22px;
	color: #1E7BC0;
}
.imgLeft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
