body {
	background: url("http://i.imgur.com/YsSjT3R.jpg");
	background-size: cover;
	width: 900px;
	padding: 50px;
	font-family: helvetica;
	margin: 0 auto;
}
.headfoot {
	width: 100%;
	overflow: auto;
}
h1 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.cenimg {
	text-align: center;
}
.ampic {
	border: 5px solid black;
	border-radius: 15px;
}
.bio {
	padding: 20px;
	text-align: left;
}
.contact {
	width: 50%;
	height: 200px;
	float: left;
}
.contactme {
	font-weight: bold;
}
.trimg {
	width: 50%;
	height: 200px;
	float: left;
	text-align: right;
	border-radius: 15px;
}
.quote {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
.goal {
	font-size: 12px;
	font-style: italic;
	text-align: left;
}
.blimg {
	width: 50%;
	height: 400px;
	float: left;
	text-align: left;
	border-radius: 15px;
}
/*
    css-plus by Jamy Golden
*/
.gallery-wrap { 
	margin: 0 auto; 
	overflow: hidden; 
	width: 732px; 
}
.gallery { 
	position: relative; 
	left: 0; 
	top: 0; 
}
.gallery__item { 
	float: left; 
	list-style: none; 
	margin-right: 20px; 
}
.gallery__img { 
	display: block; 
	border: 4px solid #40331b; 
	height: 175px; 
	width: 160px; 
}

.gallery__controls { 
	margin-top: 10px; 
}
.gallery__controls-prev { 
	cursor: pointer; 
	float: left; 
}
.gallery__controls-next { 
	cursor: pointer; 
	float: right; 
}

/*
    For clearfix information visit:
    http://nicolasgallagher.com/micro-clearfix-hack/
*/
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;}