
#headerTitle h1 {
line-height:80px; 

background: rgb(240,183,161);
background: -moz-linear-gradient(top,  rgba(240,183,161,1) 0%, rgba(140,51,16,1) 23%, rgba(117,34,1,1) 73%, rgba(191,110,78,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,183,161,1)), color-stop(23%,rgba(140,51,16,1)), color-stop(73%,rgba(117,34,1,1)), color-stop(100%,rgba(191,110,78,1)));
background: -webkit-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 23%,rgba(117,34,1,1) 73%,rgba(191,110,78,1) 100%);
background: -o-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 23%,rgba(117,34,1,1) 73%,rgba(191,110,78,1) 100%);
background: -ms-linear-gradient(top,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 23%,rgba(117,34,1,1) 73%,rgba(191,110,78,1) 100%);
background: linear-gradient(to bottom,  rgba(240,183,161,1) 0%,rgba(140,51,16,1) 23%,rgba(117,34,1,1) 73%,rgba(191,110,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 );


}

#headerTitle h1 img {
margin-left: 10px;
float:left; 
width: 70px;
height:70px;
}

#headerTitle {
    margin: 0 auto;
    padding: 0;
    text-align: center !important;
    width: 100%;
}