/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* financial aid page */

#content {
	/*height:44em;  /*needs height spec if pictures extend beyond bottom of text content area */
}

#main {
	background-image:url(../images/body_bg_yellow.gif);
	background-repeat:repeat-y;
}

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

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

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