body { 
		background: #eee;
		padding: 30px;
		padding-top: 10px;
		background: #fff;
		font-family: Verdana, Arial, sans-serif;font-size: small;
} 

h1 { 
		height: 132px; 
		width: 780px; 
		padding: 0; 
		padding-top: 30px; 
		margin: 0 auto; 
		font-family: Georgia, serif; 
		font-weight: normal; 
		font-size: 28px; 
		background-repeat: no-repeat; 
		background-position: right; 
} 

#master { 
		width: 720px; 
		margin: 0 auto; 
		padding: 30px; 
} 

#content { 
		width: 480px; 
		float: left; 
		color: #fff;
} 

#sidebar { 
		width: 210px; 
		float: right; 
		color: #fff; 
} 

.clean { 
		clear: both; 
} 

#nav { 
		width: 780px; 
		margin: 0 auto; 
		list-style-type: none; 
		padding: 6px 0; 
		font-size: 12px; 
} 

#nav li { 
		display: inline; 
} 

#nav a { 
		padding: 6px 10px; 
		text-transform: uppercase; 
		color: #fff; 
		text-decoration: none; } 
		
#footer { 
		width: 740px; 
		margin: 0 auto; 
		padding: 20px; 
		text-align: center; 
} 

.home { 
		background: #97abd3; 
} 

.home:hover { 
		background: #5b80c9; 
}

.about { 
 		background: #9c9; 
} 

.about:hover { 
		background: #696; 
} 

.news { 
		background: #fc4; 
} 

.news:hover { 
		background: #c93; 
} 

.facilities { 
		background: #99f;
} 

.facilities:hover { 
		background: #66f; 
}

.donate { 
		background: #dea2ca; 
} 

.donate:hover { 
		background: #d373b3; 
} 

h2 { 
		font-family: Georgia, serif; 
		font-weight: normal; 
		font-size: 28px; 
		margin: 0; 
		padding-bottom: 20px; 
} 

h3 { 
		font-size: 14px; 
		margin: 0; 
		padding-bottom: 20px; 
}

p { 
		line-height: 170%; 
		margin: 0; 
		padding-bottom: 20px; 
} 

.last { 
		padding-bottom: 0; 
} 

.newsbox { 
		padding-bottom: 20px; 
		margin-bottom: 20px; 
		border-bottom: 1px solid #fff; 
} 

table { 
		width: 100%; 
		border-collapse: collapse; 
} 
		
td { 
		padding: 4px; 
		border: 1px solid #fff; 
} 

td.c { 
		text-align: center;
} 

.picture { 
		border: 1px solid #fff; 
		display: block; 
		margin-bottom: 20px; 
} 

ul { 
		padding-bottom: 20px;
} 

li { 
		padding-bottom: 10px; 
}