body {
	background-color: #ffffff;
	background-image:url('../images/mainBG.jpg');
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family:Georgia;

}

a {
	font-size:13px;
	color: #db1f43;
	text-decoration:none;
}

a:hover {
	color: #4c4c4c;
	text-decoration:underline;
}

img {
	padding:0px;
}

a img {
	border:1px solid black;
}

a:hover img  {
	border: 1px solid #db1f43;
}


#wrapper {
	padding:0px;
	background-color:white;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
	border-left:1px solid #b7b7b7;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;
}

#header {
	height: 125px;
	padding:0px;
	margin:0px;
}

#content {
	background-image: url('../images/bodyBG.jpg');
	background-repeat: no-repeat;
	min-height: 600px;
	padding-top:55px;
}

#homework {
	float:left;
	padding:0px;
	margin-left:25px;
	width:225px;
	color: #777777;
}

#homeworkTitle {
	color: #db1f43;
	font-size:21px;
	padding-bottom:5px;
	border-bottom:1px solid #bfbfbf;
}

#homework ul {
	margin:0px 0px 25px 0px;
	padding:5px 0px 0px 0px;	
}

#homework ul li {
	list-style: none;
	margin-bottom:4px;
	font-size:12px;
}



#page {
	float:right;
	margin-right:25px;
	width:500px;
	margin-bottom:10px;
}

#pageTitle {
	color: #db1f43;
	font-size:21px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #bfbfbf;
}

#pageContent {
	font-size: 12px;
}

#footer {
	font-size: 9px;
	color: #777777;
	text-align: center;
	clear:both;
	padding:20px;
}