@charset "utf-8";
/* CSS Document */

#body-holder {
	height: 800px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}

#team a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CC63A8;
	font-style: italic;
	background-color: #FFFFFF;
		border-bottom:1px dashed;
}



.box-navigation a {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	margin-left: 10px;
	background-image: url(../img/circled_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBB9B9;
	padding-bottom: 5px;
	padding-top: 10px;

}

.box-navigation a:hover {

}

.box-body {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}#

/*BODY STYLES*/
.testimonial-body {
	color: #252525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
#about-block {
	height: 270px;
	width: 590px;
	float: right;
	margin-top: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #252525;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-top: 10px;
}
#body-holder #header-block {
	width: 600px;
	float: right;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #727272;
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC63A8;
}

#header-block a {
	color: #FFFFFF;
	font-size: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;

}

#header-block a:hover {
	color: #333;
	font-size: 21px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;

}
.member-body {
	font-family: "ITC Avant Garde Gothic";
	font-style: normal;
	font-size: 16px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 5px;
}

#body-holder #team {
	height: auto;
	clear: left;
	position: relative;
	top: 75px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #252525;
	width: auto;
	padding-top: 15px;
}
.team-box {
	width: 250px;
	height: 300px;
	margin-left: 55px;
	float: left;
}



#body-holder #quote {
	float: left;
	height: auto;
	width: 350px;
	margin-top: 75px;
}
.member {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #727272;
	padding-bottom: 5px;
	color: #000000;
}

.quote {
	color: #727272;
	font-size: 18px;
}
.title {
	color: #CC63A8
}
