/*Styling for clinics and camps header*/
div#events
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	background: #212121;
}

div#events h1
{
	position: absolute;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 25px;
	left: 44px;
	font-family: sans-serif;
	text-shadow: 3px 3px 5px #333333;
	color: #e1e1e1;
	font-size: 2.7em;
}

/*Styling for calendar and other sections*/
div#eventssection
{
	position: relative;
	clear: left;
	width: 1000px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	background: #ffffff;
}

div#calendar
{
	width: 650px;
	padding-top: 50px;
	margin-left: 44px;
}

div#images 
{
	position: relative;
	clear: left;
	width: 812px;
	margin: 0px auto;
	padding-top: 50px;
}

/*Styling for sponsors section*/
div#sponsors
{
	position: relative;
	width: 1000px;
	height: 380px;
	margin: 0 auto;
	text-align: center;
	background: #333333;
}

div#sponsors table
{
	margin-left: 50px;
	padding-top: 10px;
}

div#sponsors table h2
{
	font-family: sans-serif;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 30px;
}

div#sponsors table tr td
{
	width: 300px;
}

#year
{
	position: absolute;	
	top: 170px;
	right: 294px;
	width: 102px;
}

#year h2
{
	font-size: 30pt;
	font-family: sans-serif;
	color: white;
	font-weight: lighter;
	text-align: center;
	margin: 0;
}