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

div#title 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 camps section*/
div#main
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
}

div#main h2
{
	text-align: center;
	padding: 50px;
	margin: 0px;
	font-family: sans-serif;
}

div#clinics2014
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d1d1d1;
}

div#clinics2014 h2
{
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	font-family: sans-serif;
}

.kidstri2014
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d1d1d1;
}

.kidstri2014 h2
{
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	font-family: sans-serif;
}

div#clinics2014 h3
{
	text-align: center;
	margin-top: 0px;
	font-family: sans-serif;
	color: #222222;
}

div#clinics2015
{
	position: relative;
	clear: left;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background: #ffffff;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d1d1d1;
}

div#clinics2015 h2
{
	text-align: center;
	padding-top: 20px;
	margin-top: 0px;
	font-family: sans-serif;
}

div#clinics2015 h3
{
	text-align: center;
	margin-top: 0px;
	font-family: sans-serif;
	color: #222222;
}