/*  
	Anaesthesia-AZ Re-design 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
*/

/*Styles below are for Landing page whilst site is mothballed*/
body, #landing_page_full #main {
	background-color:transparent;
	background-image:none;
}

#landing_page_full #contentarea {
	background-color:#442359;
	color:#FFFFFF;	
}

#landing_page_full #contentarea h1 {
	color:#FFCC00;
}

#landing_page_full #contentarea a:link, #landing_page_full #contentarea a:visited {
	color:#FFFFFF;
}

#landing_page_full #contentarea a:hover {
	color:#FFCC00;
}
	