/* CSS Document */

/* supplements dbastyle.css for specific pages */

#content{
	/*height:50em;*/ /* best not to specify so page length grows if JavaScript is turned off */
	width:720px; /*690 works best with flash, 720 with JavaScript turned off (no flash), I've added a JS function to the photogallery.htm file to change the width on this element when JS is enabled, defaults to the value assigned here if JS is disabled. */
}

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

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