/* CSS Document */

	/* HEADER */
	.header{
		background-repeat:repeat-x;
		background-color:#FFB43F;
		background-image:url(../images/headerLogoOrangeReverse.png);
		background-position:right;
		background-repeat:no-repeat;
		display:block;
		clear:both;
	}
	
	#header-logo{
		background-image:url(../images/headerLogoOrange.png);
	}
	
	#titleContent {
		color:#4d4947;
	}
	
	div.titleDivider {
	   width:800px; /*width of your image*/
	   height:1px; /*height of your image*/
	   background-image:url(../images/headerDividerGradient-955B00.png);
	   margin:3px 0px 0px 0px; /* If you want no margin */
	   padding:0; /*if your want to padding */
	   background-repeat:no-repeat;
	}
	
	
	.bannerImage{
		border-top:#FFD38D; 
		border-top-width:2px; 
		border-top-style:solid;
	}
	
	
	
	
	
