@charset "UTF-8";
/* CSS Document */

/* bat.css */
/* modifications to stuart.css to apply to barn pages */


#fs3 {
    background-image: url(../../banners/bathouse_banner.png);
	background-repeat: no-repeat;
	height: 150px;
	display: block;
}
#header {
	/*moved background image from page to header - makes more sense and adds control*/
	/*positioning is in px because we're dealing with an image that doesn't scale with em sizing */
    background-image: url(../../banners/bathouse_banner.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	height: 150px;
}
#header h4 {
	/*Since this overlayes the image we want absolute sizing to match the scale of the image. */
	font-size: 25px;
	font-variant: normal;
	color: #ccc;
	background-color: transparent;
	left: 80px;
	/*relative positioning just seems to work best */
	position: relative;
	padding: 0em;
	top: 35px;
	width: 200px;