/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* transfers page */

#content {
	/*height:44em; /* needs height spec if pictures extend beyond bottom of text content area */
}
#specialoffers #content {
	height:28em; /* needs height spec if pictures extend beyond bottom of text content area */
}
#main {
	background-image:url(../images/body_bg_coral.gif);
	background-repeat:repeat-y;
}

#footer {
	background-image:url(../images/footer_bg_coral.gif);
	background-repeat:no-repeat;
}

#photos img {
	border: 2px solid #fff;
}

.image_1 {
	position:relative; /* does this matter abs or rel? - it shouldn't */
	top: 0px;
	right: 2px;
}

.service_l {
	width:170px;
	padding-left: 14px;
}

.service_r {
	width:210px;
	padding-left: 45px;
}

.pricing {
	width:18px;
	text-align:right;
}

table {
	margin-top:0;
	padding-top:0;
}

td {
	padding-left: 0px;
}
