/*************************************************************************
	Highgate School
	Developed by Matthew Hill (c) 2008 -- http://www.friskdesign.com/
	for 48 Fitzroy - http://www.48fitzroy.co.uk/
	MODULE: 	append-home.css
	PURPOSE:	special rules for the home page
*************************************************************************/

/*Auto float clearing for compliant browsers
*************************************************************************/
#main:after,
#content:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
}

/* Layout (sizes / floats / positions of main elements)
*************************************************************************/
#innerwrapper {
	min-height:768px;
}
#main {
	clear:both;
	float:none;
	width:941px;
	margin:26px 0 0 0;
	min-height:450px;
	background:none;
	color:#FFF;
}
#content {
	width:360px;
	min-height:0;
	padding:64px 0 0 0;	
	margin:0;
	float:none;
}
#content a,
#content a:visited {
	color:#FFF;
}
#content big {
	font: normal 1.6em/1.2em "Times New Roman","Garamond","Adobe Garamond",serif;			
}

/* Footer
*************************************************************************/
#footer address,
#footer p {
	background:none;
}
