body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #294889;
	margin-top:20px;
	padding: 0px;
	font-size: 0.8em;
	color: #5B7FCD;
}
#wrapper {
	width:400px;
	text-align:justify;	
	}
#wrapper2 {
	width:600px;
	text-align:justify;	
	}
.footer {
	font-size: xx-small;
	width: 600px;
}
.footer p {
	color: #5B7FCD;
	font-weight: bold;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: medium;
}
.footer a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
	font-size: medium;
}
.footer a:visited {
	font-size: medium;
	color: #CCFF66;
}
.leftalign {
	width:300px;
	float:left;
	text-align:left;
	}
.rightalign {
	width:300px;
	float:left;
	text-align:right;
	}
#content {
	width:400px;
	min-height:600px;
	float:left;
	background-attachment: fixed;
	background-position:center center;
	background-image: url(images/logos/schoolpost.jpg);
	background-repeat: no-repeat;	
	background-color: #FFFFFF;
	padding:15px;
	}
#content2 {
	width:600px;
	min-height:600px;
	float:left;
	background-attachment: fixed;
	background-position:center center;
	background-image: url(images/logos/schoolpost.jpg);
	background-repeat: no-repeat;	
	background-color: #FFFFFF;
	padding:15px;
	}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	}






 
FloatLeft {
	float: left;
}
.floatright {
	float: right;
}
