/* Styles for About Page  */

div#about_GF {
	border: solid 1px #AAA;
	background: url("../images/about/about_GF.jpg") top right no-repeat;
}

div#about_G {
	border: solid 1px #AAA;
	background: url("../images/about/about_G.jpg") top right no-repeat;
}

div#about_B {
	border: solid 1px #AAA;
	background: url("../images/about/about_B.jpg") top right no-repeat;
}

.about_text {
	min-height: 20em;
}

.about_text li {
	margin-bottom: 1em;
}

.phone_text {
	font-size: 1.5em;
	font-weight: bold;
	color: rgb(133,29,28);
}


