@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Cabin+Condensed);

#section-top h2 {
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 30px;
	text-align: right;
	color: #474730;
	font-weight: 400;
	font-style: normal;
	line-height: 22px;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: papyrus;
}
#contents {
	height: 495px;
	width: 960px;
	position: relative;
}
.backgroundimage {
	height: 495px;
	width: 400px;
	margin-left: 0px;
	float: left;
	z-index: 2;
	background-image: url(about.jpg);
}
#photoarea {
	width: 400px;
	height: 495px;
}
#inspiration {
	height: 390px;
	width: 300px;
	top: 75px;
	position: absolute;
	z-index: 20;
	left: 250px;
}
#content-right {
	width: 540px;
	height: 515px;
	float: left;
	position: relative;
	z-index: 3;
}
#section-top {
	height: 50px;
	width: 540px;
	margin-top: 20px;
}
#textarea {
	margin-right: 0px;
}
#textarea p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	margin-left: 40px;
	color: #000000;
	margin-right: 0px;
	line-height: 20px;
	margin-top: 0px;
	text-align: left;
}

#textarea p a {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}
#textarea p a:hover {
	color: #FFFFFF;
}
