/* CSS Document */

/* supplements dbastyle.css for specific pages */
/* admissions pages */

#content {
	height:50em; /* 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:absolute; /* does this matter abs or rel? - it shouldn't */
	top: 0px;
	right: 0px;
	z-index:1000;
}

.application_1 {
	position:absolute; /* does this matter abs or rel? - it shouldn't */
	top: 0px;
	right: 0px; /* 113 with two pic layout */
	z-index: 1002;
}

.application_2 {
	position:absolute; /* does this matter abs or rel? - it shouldn't */
	top: 275px; /* 259 for application page */
	right: 40px; /* 2px for application page */
	z-index:1001;
}

