/* CSS Document */

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

#main {
	background-image:url(../images/body_bg_yellow.gif);
	background-repeat:repeat-y;
}
#formtext {
	width: 625px;
	position:relative;
	top: 15px;
	left: 10px;
	padding: 0 0 50px 0;
	/*margin-bottom: 20px;*/ /*margin doesn't work, as bg doesn't repeat in the margin */
}
#footer {
	background-image:url(../images/footer_bg_yellow.gif);
	background-repeat:no-repeat;
}

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

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

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