@charset "utf-8";
/* CSS Document for Weller Elementary */


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #DDD url(/weller/images/background.gif) repeat left top;
	margin: 0;
	padding: 0;
}

#header {
	text-align: center;
	color: #666;
}
#header h1 {
	height: 47px;
	text-indent: -1234em;
	background: url(/weller/images/WellerElementary.gif) no-repeat center center;
	margin: 0 auto;
}
#header p {
	margin: 0 auto;
	font-weight: bold;
	font-family: Comic Sans MS;
	font-size: 1.1em;
}

#headerPaw {
	position:absolute;
	left:15px;
	top:65px;
	width:100px;
	height:125px;
	/*z-index:1;*/
}

#stripesWrap {
	background: url(/weller/images/stripes.gif) no-repeat left top;
	width: 100%;
	min-height:15em; 
	height:auto;
}

/* for Internet Explorer - see http://www.cssplay.co.uk/boxes/minheight.html */
/*\*/
* html #stripesWrap {
height: 15em;
}
/**/

#menu {
/*	position: relative;
	z-index: 100;*/
}

#content {
	width: 80%;
	margin: 0 auto;
	background: #FFF;
	border: 1px solid #000;
	padding: 15px 30px 70px;
	font-size: .9em;
}
#content h2 {
	background:url(/weller/images/heading_head.gif) center left no-repeat;
	padding-left: 60px;
	height: 47px;
	line-height: 47px;
	clear:both;
}

img	{
	display:block
}

#footer {
	text-align: center;
	font-size: .9em;
	margin: 0;
}
#footer p {
clear:both;
	margin: 0;
}

.clear { clear:both; height:1px; }

