/**/




/*  HEADER  */

#headerContainer {
	background-color:purple;
	
	background-image:url(/images/gui/grads/purple.png);
	
}

#headerSecondBackground{
	background-image:url(/images/gui/headers/corporate_header.png);
	background-position:center;
}



/*	Custom Link Colours	*/
#content a{
	color:#831260 !important;
}

#content a:hover{
	color:#a61a86 !important;
}







