body {
	background: #E3E3E3 top right no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #5175b1;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	display: none;
}
h2 {
	color: #00539b;
	font-size: 14px;
}

/* --- */

#top {
	height: 300px;
	border-bottom: 1px solid #FFFFFF;
	background: url(/i/splash_graphic.jpg) center no-repeat;
}

#center {
	width: 100%;
	height: 500px;
	background: #e3e3e3 url(/i/splash_border.jpg) top repeat-x;
	text-align: center;
}

#content {
	width: 760px;
	margin: 0px auto 0px auto;
}

#lCol {
	width: 300px;
	float: left;
	text-align: left;
	padding: 65px 25px 0px 55px;
}
#rCol {
	padding-top: 19px;
	width: 50%;
	float: left;
}
#rCol div {
	text-align: left;
	width: 272px;
	height: 80px;
	margin: 0px auto 13px auto;
}
#rCol #visitors {
	background: url(i/home_icon_visitors.gif) no-repeat;
}
#rCol #volunteers {
	background: url(i/home_icon_volunteers.gif) no-repeat;
}
#rCol #supporters {
	background: url(i/home_icon_supporters.gif) no-repeat;
}
#rCol div a {
	display: block;
	width: 245px;
	height: 45px;
	padding: 28px 20px 0px 22px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	font-size: 13px;
}

