#about{
	
}

#about h2{
	background: #e6dec6;
	border-bottom: 1px solid #99b8c1; /* teal */
	color: #be5d27; /* burnt orange text */
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	margin: 0;
	padding: 18px 20px;
	width: 549px;
}

#about #about_content{
	border: 1px solid #99b8c1; /* teal */
	float: right;
	margin: 0;
	padding: 0;
	width: 589px;
}

#about p{
	margin: 16px 0 0 0;
}

#about #photo_michelle{
	display: inline;
	float: right;
	margin-bottom: 4px;
}

#about #photo_girl{
	clear: right;
	display: inline;
	float: right;
}


#about #text{
	display: inline;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: justify;
	width: 315px;
}

#about #text a{
	color: #5e8d9e; /* teal text */
}

#about #text a:hover{
	color: #f79f49; /* orange text */
}

#about #text strong{
	font-weight: bold;
}

#about #text strong.orange{
	color: #be5d27; /* burnt orange text */
}

#about #text em{
	color: #5e8d9e; /* teal text */
	font-style: normal;
}

#about #text img#gallery{
	margin: 40px 0 0 0;
}

img#bottom{
	clear: both;
}



