/* CSS Document */

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

table {
	padding-top: 4px;
}

td {
	padding: 0em 0.6em;
}


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

.tuitionlist {
	padding: 0 0 20px;
}

.tuitionlist h2 {
	font-weight:bold;
	font-size:100%;
	color:#333333;
	margin:0;
}

.tuitionlist p {
	padding-top: 0px;
	padding-left: 0.6em;
}
