/* Styles for Boxes Pages */

@import url(gf27.css);

div#about_service {
	border: solid 1px #AAA;
	background: url("../images/boxes/about_boxes.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);
}

div.box_style {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
}

div.box_style img {
	margin-right: 30px;
}

div.box_style p {
	margin-left: 15em;
}

div.box_style h3 {
	margin-left: 12em;
}

