@charset "UTF-8";
#header {
	height: 120px;
	width: 950px;
	background-color: #FFFFFF;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#wrap {
	height: auto;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F3F3F3;
}
#main {
	background-color: F3F3F3;
	height: auto;
	width: 950px;
}
#right {
	background-color: #F3F3F3;
	float: right;
	height: auto;
	width: 200px;
	font-family: Garamond;
	color: #000000;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
	text-decoration: underline;
}
#footer {
	background-color: #000000;
	clear: both;
	height: 20px;
	width: 950px;
	text-align: center;
	color: #C1E4D5;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F3F3F3;
	border-bottom-color: #F3F3F3;
	border-left-color: #F3F3F3;
}
.photo {
	float: none;
	margin-left: 0px;
	height: 327px;
	width: 250px;
	text-align: center;
}
.icon {
	height: 24px;
	width: 24px;
	float: left;
}
#story {
	float: left;
	height: auto;
	width: 520px;
	background-color: #F3F3F3;
	padding-right: 40px;
	padding-left: 40px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 125%;
	padding-top: 10px;
	text-align: left;
}
.icon {
	height: 24px;
	width: 24px;
	float: right;
	margin: 2px;
}
.photo2 {
	height: 328px;
	width: 300px;
	float: left;
	margin-right: 18px;
	margin-bottom: 15px;
}
.aboutmegan {
	font-size: 16px;
	font-weight: bold;
}
#menu {
	float: left;
	height: auto;
	width: 130px;
	padding-left: 20px;
	padding-top: 15px;
	background-color: #F3F3F3;
}

