/* CSS Document */

/* HEADER */
.header{
	background-repeat:repeat-x;
	background-color:#DDD4BC;
	background-image:url(../images/headerLogoBeigeReverse.png);
	background-position:right;
	background-repeat:no-repeat;
	display:block;
	clear:both;
}

#header-logo{
	background-image:url(../images/headerLogoBeige.png);
}

#titleContent {
	color:#4d4947;
}

div.titleDivider {
	width:800px; /*width of your image*/
	height:1px; /*height of your image*/
	background-image:url(../images/headerDividerGradient-858799.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:#B3AFBB;
	border-top-width:2px;
	border-top-style:solid;
}






