/* CSS Document for use with Virginia Phelps' COIN76 Class Website */


/* ===============
   PAGE HEADER
=============== */

#banner {
    width: 500px;
	height: 156px;
	background-image: url(images/COIN76banner2.jpg)
}


/* ===============
   MAIN TEXT AREA
=============== */

.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_web2.gif) no-repeat;
}




