@charset "utf-8";
/* Saints Philip and James School Homework CSS */

/* ------------------------------- Header ------------------------------- */	
#header{background-image:url(/images/header-btm-homework.jpg);}

/* ------------------------------- Content Area ------------------------------- */
#contentWrapper h1{
		padding: 5px 0px 15px 22px;
		color: #073b7a;
		background: #ffcf5a url(/images/homework-h1-bg.jpg) no-repeat left bottom;

		}
		

#content hr.hw{margin:2px 0 10px 0; border:solid 1px #387bcd;}


#content #subjectList li, #content #hwList li{
	margin:0 0 8px 0;
	background:url(/images/homework-li-bg.png) no-repeat left center;
	}

#content #subjectList a, #content #hwList a{
	color:#073b7a;
	}