@charset "UTF-8";
/* CSS Document */

#divHeader {
	background-image: url(../images/header-welcome.jpg);
}
.text {
	width: 370px;
	padding-right: 15px;
}
.headshot {
	text-align: center;
	float: left;
	width: 200px;
}
.features {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.feature1  {
	float: left;
	clear: both;
	width: 370px;
	border-right: 1px solid #7acefd;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
}
.feature2 {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 350px;
}
.checkusout {
	float: left;
}
.donate {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
.donate table {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

