@charset "utf-8";
/* CSS Document */

#OuterDiv {
	position: relative;
	min-height: 100%;
}
#Footer {
	background-image: url(/CLIENTDATA/1048/PageDesigns/Images/Large_School.jpg);
	background-repeat: no-repeat;
	background-position: 225px bottom;
	height: 270px;
	bottom: 0;
	position: relative;
	width: 100%;
}
#HomepageImage {
	background-image: url(/CLIENTDATA/1048/PageDesigns/Images/Large_School.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 265px;
}

#Header {
	background-image: url(/CLIENTDATA/1048/PageDesigns/Images/Homepage_Normal_02.gif);
	background-repeat: repeat-x;
}
#LeftSide {
	width: 225px;
	float: left;
}
#ContentArea {
	margin-left: 225px;
	width: 500px;
	margin-right: 230px;
}


#RightSide {
	padding-right: 5px;
	padding-left: 5px;
	width: 210px;
	float: right;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
} 
