/*
==========================================================================================================
Filename:     cavalloneroContent.css
Description:  Style sheet for main content area for CavalloNero Friesians
Date:         22/7/2009
Author:       Michael Kear, AFP Webworks
Colour scheme: 
Red #E82D25
Gold  #FFBF2D
Orange #FF8514
White  #FFFCFB
Yellow #FFE56B
Dk Grey #66666
Revision history: 
==========================================================================================================
*/
#maincontent {
	font-family : Arial, Helvetica, sans-serif;
	background : #FFFCFB;
	text-align : left;
}

#maincontent h1 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h2 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h3 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h4 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

