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

body {
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dee;
	margin:0px;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#444;
	}
	
a, a:link, a:visited, h2 a:hover, h3 a:hover {
	color:#9F0B00;
	text-decoration:none;
	}

a:hover {
	color:#147;
	text-decoration:underline;
	}
	
p {
	margin:0px;
	}
	
#wrap {
	margin:auto;
	width:868px;
	}
	
#header {
	width:868px;
	height:150px;
	background-image:url(../images/header.png);
	}
	
#page {
	width:868px;
	margin:0px;
	background-image:url(../images/body.png);
	background-repeat:repeat-y;
	}
	
#footer {
	width:868px;
	height:35px;
	background-image:url(../images/footer.png);
	font-size:10px;
	text-align:center;
	}
	
#content {
	margin:0px 25px 0px 25px;
	padding:10px 0 10px 0;
	}
	
#entry {
	border:1px solid #033051;
	padding:10px;
	background:#e0e0e0;
	margin:10px 0 20px 0;
	}
	
#updates-entry {
	height:250px;
	overflow:auto;
	border:1px solid #033051;
	padding:10px;
	background:#e0e0e0;
	margin:10px 0 20px 0;
	}
	
#hw-entry {
	border:1px solid #033051;
	background:#e0e0e0;
	}

#hw {
	padding:10px;
	}
	
#hw-dark {
	background-color:#CCC;
	padding:10px;
	}
	
/* Begin Headers */
h1 {
	margin:0px;
	padding:0px;
	color:#033051;
	}
	
h2 {
	margin:0px;
	padding:0px;
	color:#033051;
	}
/* End Headers */



/* Begin Backpack */
#backpack {
	background-image:url(../images/backpack.png);
	width:400px;
	height:493px;
	margin:0px 25px 0px 25px;
	padding:10px 0 10px 0;
	}
	
#bp-parents {
	position:relative;
	left:50px;
	top:80px;
	width:127px;
	height:70px;
	/*border:1px solid #f00;*/
	display:block;
	}
	
#bp-about {
	position:relative;
	left:220px;
	top:50px;
	width:37px;
	height:60px;
	/*border:1px solid #f00;*/
	display:block;
	}
	
#bp-links {
	position:relative;
	left:95px;
	top:30px;
	width:65px;
	height:30px;
	/*border:1px solid #f00;*/
	display:block;
	}
	
#bp-home {
	position:relative;
	left:285px;
	top:-20px;
	width:25px;
	height:80px;
	/*border:1px solid #f00;*/
	display:block;
	}
	
#bp-gallery {
	position:relative;
	left:125px;
	top:-25px;
	width:50px;
	height:40px;
	/*border:1px solid #f00;*/
	display:block;
	}

#bp-contacts {
	position:relative;
	left:50px;
	top:-45px;
	width:60px;
	height:60px;
	/*border:1px solid #f00;*/
	display:block;
	}	
	
#bp-homework {
	position:relative;
	left:180px;
	top:40px;
	width:130px;
	height:60px;
	/*border:1px solid #f00;*/
	display:block;
	}
/* End Backpack */


.language-arts {color: #FF0000}
.math {color: #990099}
