/* CSS Document */

/* HEADER */
.header{
    background-repeat:repeat-x;
    background-color:#FFD53F;
    background-image:url(../images/headerLogoYellowReverse.png);
    background-position:right;
    background-repeat:no-repeat;
    display:block;
    clear:both;
}

#header-logo{
    background-image:url(../images/headerLogoYellow.png);
}

#titleContent {
    font-size:1.250em;
    font-weight:bold;
    padding-left:85px;
    padding-top:30px;
    white-space:nowrap;
    /*color:#FFFFFF;*/
    color:#4d4947;
}

div.titleDivider {
    width:800px; /*width of your image*/
    height:1px; /*height of your image*/
    background-image:url(../images/headerDividerGradient-14539F.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:#FFE68D;
    border-top-width:2px;
    border-top-style:solid;
}
	
	
	
	
	
	
