/* CSS Document */

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

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

#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;
}

#instructors {
	margin: 20px 30px 5px 30px;
	padding: 7px 20px 15px 20px;
	background-color:#fce4cd;
	border: 1px solid #999;
}


