/* CSS Document */

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

#content {
	height:49em;
}


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

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

#right_content {
	position: absolute;
	top: 370px;
	left: 500px;
	padding-bottom: 20px;
}

