/*  Faslodex.net colour.  
	should be used as basis for all colour stylesheets 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#main {
	background-image:url(../images/main_bg.gif);
}

#contentarea, #centrestrip{
	border-color:#FC9F37;
}

/* Homepage specific */

#home_title h1 {
	margin-bottom:10px;
}

#home_page #home_title p {
	border-color:#FC9F37;
}

#home_title, #home_text{
	background-color:transparent;
}

#home_page #scope {
	color:#333;
}

/*Styles below are for Landing page whilst site is mothballed*/
body, #landing_page_full #main, #landing_page_full #nav_bg {
	background-color:transparent;
	background-image:none;
}

#landing_page_full #contentarea {
	background-color:transparent;
	border-color:#ccc;
	color:#333;	
}

#landing_page_full #contentarea h1 {
	color:#80379b;
}

#landing_page_full #contentarea a:link, #landing_page_full #contentarea a:visited {
	color:#80379b;
}

#landing_page_full #contentarea a:hover {
	color:#FFCC00;
}
