#mainarea {
	min-height: 850px;
}

#actualcontent {
	position: relative;
	width: 560px;
	height: 100%;
	left: 94px;
	top: 35px;
	buffer-top: 10px;
}
hr {
	border: none;
	background-color: #B4CBDF;
	color: #B4CBDF;
	height: 1px;
	margin-left: 0px;
	margin-right: 5px;
}
#welcome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding:10px;
}
#welcome h1 {
	font-size: 20px;
	padding-top: 10px;
}
#welcome img.floatLeft {
	float:left;
	width: 60px;
	buffer-top:140px;
}
#history {
	background-color:#d3e5fd;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding:10px;
}
#history img.floatRight {
	float:right;
}
#fundraising {
	background-color:#e6f8e0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	padding:10px;
}
#fundraising h1 {
	font-variant: small-caps;
}
#fundraising a:visited {
	color: #e6f8e0;
	text-decoration: none;
}
#fundraising a:link {
	color: #e6f8e0;
	text-decoration: none;
}
#fundraising a:hover {
	color: #e6f8e0;
	text-decoration: none;
}

