/* CSS Document */

/* ===============
   PAGE HEADER
=============== */

#banner {
	width: 770px;
	height: 208px;
	background-image: url(images/coin_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ===============
   MAIN TEXT AREA
=============== */

#content {
	padding-left: 25px;
}

.header {
	width: 350px;
	height: 40px;
	position: relative;
	font-size: 0.8em;
	margin-top: 2em;
	margin-left: 230px;
	}
	
.header span {
	position: absolute;
	width: 100%;
	height: 100%;
	}

#homework .header span {
	background: url(images/heading_4_web.gif) no-repeat;
}



