/* Rainbow.Zen 3 columns with horizontal menu Base File - Jes1111 */


#mainbox {
	text-align: left;
	border: none;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	height: auto;
}

								/* div with crest and College title */

#topbox {
	text-align: left;
}

								/* div with main college links above header */

#topnav {
	display: none;
}


								/* header */

#headerbox {
	display:none;
}

								/* Related content box and Resource box */

.related {
	display: none;
}

								/* divs at bottom of nav boxes with grey images in */

.spacerbox {
	display: none;
}
.rightspacerbox {
	
	display: none;	
}

								/* empty div above footer to stop CSS bug */

.spacer2 {
	display: none;
}


								/* footer div at bottom of page */

#footerbox {
	display: none;
}
* html body div#footerbox {
	display: none;
}
/* div with grey border around everything below college crest and title */

#borderbox {
	border: none;
	background-image: none;
	height: auto;
	clear: both;
	margin-left: -230px;
	
}					

* html body div#borderbox {
	height: 100%;
	border: none;
}

								/* div inside #centrebox with dots on right hand side */

#centredots {
	height: auto;
	padding-right: 4px;
	text-align: left;
	width: 100%;
}

#rightbox {
	display: none;
}

/* Left content column */

#leftbox {
	display: none;
}

#centrebox {
	text-align: left;
	
	overflow: visible;
	font-size: 0.8em;
	/*width: 466px;*/
	
}


						/* div containing everything between breadcrumbs and footer */

#content {
	padding-right: 4px;
	padding-left: 4px;
	text-align: left;
	
	font-size: 1.1em;
}
* html body div#content {
	
}

								/* Breadcrumbs */

#breadcrumbs {
	display: none;
}