
/*CSS Document*/
/*Try to group the overrides together using commas as much as possible.... Every single line of code should have a variable in it. If it is not a variable based style it should go in the publication stylesheet*/
/*______________________font colors that change___________________________*/   
h1 {
	color: #D96818;
}
/*______________________backgrounds images that change___________________________*/  
#header{
	background-image: url(/img/header-img-14.jpg);
}
/*______________________backgrounds colors that change___________________________*/  
/*______________________border colors that change___________________________*/  
/*______________________Other Variables____________________________________*/  

