/* 
	Astrazeneca Poland colour 
	Permissible attributes in this file:
	background-color
	border-color (border-left-color etc)
	background-image
	color
	All other attributes to be in layout file
*/

#home_title{
	background-image:url(../images/titleback.jpg);
	color:#FFFFFF;
	background-color:transparent;
}

#home_title h1 {
	background-color:transparent;
	color:#FFcc00;
}

#contentarea hr{
	background-color:#fff;
	color:#fff;
}




