body {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  
  background: #FEFEFE url(/images/splash_bg.png) repeat-x;
  margin: 0; 
  padding: 0;
}

img { display: block; border: 0;}

a:active { outline: none; }

a:focus { -moz-outline-style: none; }

#footer {
	background: url(/images/splash_bottom_bg.png) repeat-x;
	padding-top: 115px;
	padding-bottom: 30px;
	margin: auto;
	
	color: #9B9B9B;
	text-align: center;
}

#main{
	width: 720px;
	margin: auto;
}

.sites {
	margin: 30px 0 40px 0px;
	overflow: auto;
	
	color: #334653;
}

.sites > div {
	text-align: center;
	width: 242px;
}

.sites #house {
	float: right;
	margin-right: 65px;
	
}

.sites #centre {
	float: left;
	margin-left: 65px;
}

.splash_title {
	width: 331px;
	margin: 60px 0 30px 220px;
}

.splash_text {
	overflow: auto;
	
}

.splash_text .info {
	width: 420px;
	float: left;
	padding: 15px 0 15px 15px;
	border-left: 1px solid #000000;
	
	font-weight: bold;
	color: #9B9B9B;
}

.splash_text .donors {
	float: left;
	margin: 0 15px 0 35px;
}

.splash_text strong {
	color: #000000;
}

.schools {
	height: 95px;
}

.contact {
	background: url(/images/splash_box.gif) no-repeat;
	width: 200px;
	height: 75px;
	margin: auto;
	padding-top: 24px;
	
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
}