/*	
	Rosemount Design (Hosting) Style Sheet
	URL: http://www.rosemountdesign.com/
	Author: Jason Cornish
	Author URL: http://www.nished.com/
	Created on: 12/02/09
	Last updated: 12/02/09
	
	Thank you for viewing the css document for this website, if you have any questions regarding web design please contact Design 	Imaging on info@designimaging.co.uk. 
*/


/* Layout Styles
---------------------------------------------------------------------------------*/

	
body {
	background-color:  #c1272d;
	}
	


#footer {
	background-color: #c1272d;
	}
		
	
/* Heading Styles
---------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #c1272d;
	}
	
/* Link Styles
---------------------------------------------------------------------------------*/

a {
	color: #c1272d;
	}
	
a:hover {	
	background-color: #c1272d;
	}

#footer a:hover {	
	color: #c1272d;
	}

