@charset "utf-8";
#about_me-heading {
	background-color: #804824;
	height: 60px;
	width: 100%;
	margin-top: 10px;
}
#photo-info #about_me-heading h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: x-large;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
#about_me-info {
	background-color: #FF9;
	padding: 10px;
	height: 400px;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Comic Sans MS", cursive;
	font-size: medium;
}
#about_me-photos {
	background-color: #FFF;
	height: 660px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	margin-top: 40px;
}
