@charset "utf-8";
body {
	font-size:80%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	
}


/* ============================= Rules for elements that only show when printed ============== */

.print_only {
	position:relative;
	visibility:visible;
}



#wrapper {
	width: 100%;
	margin: auto;
	background: #FFFFFF url(../images/furniture/background_1024.gif) repeat-y center top;
}

#header {
	color: #FFFFFF;
	height: 70px;
	width:100%;
}


/* ============================================================= */

#middle {
	width: 100%;
}


/* 

============================================================= 
By Default, all four top menus (pre_prep, prep, senoir and sixth form) are NOT visible.
A template Paremeter will make one of them visible and position relative

============================================================= 
*/

/* ============================================================= */





#middle_right_area {
	width:100%;
	float: right;
	clear: both;
}


/* ============================================================= */


#col_left {
	float:left;
	width:70%;
	padding:5px 5px 5px 5px;
}


#col_right {
	float:right;
	width:30%;
	margin-right:10px;
}



/* ============================================================= */


#middle_left_area {
	position:absolute;
	visibility:hidden;
}
/* ============================================================= */

#footer {
	width:100%;
}

#footer h1  {
	padding-left:0px;
}

#footer h2 {
	padding-left:0px;
}

#footer a {
	color:#999999;
}

