#globalheader {margin-bottom:15px}

#boxHeader {
        position:relative;
        width: 980px;
        height: 170px;
        text-align:center;
        margin:0px 0px 30px 0px;
}

#boxHeader img {width:950px; position:absolute; top:0px; left:20px;}
#headerImgTo {z-index:2}
#headerImgFrom {z-index:1}
#headerImgFrom,#headerImgTo {
        /*
        border-radius: 10px;
        -moz-border-radius: 8px; 
        -webkit-border-radius: 8px;
        */
}

#boxTitle {
        z-index:3;
        position:absolute;
        width:500px;
        height:75px;
        right:40px;
        top:60px;
        font-family:Georgia, Arial; color:black; 
        background-color:white;
        overflow:hidden;

        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
      
        -moz-box-shadow: 1mm 1mm 4mm #5e5e5e;
        -webkit-box-shadow: 1mm 1mm 4mm #5e5e5e;
        box-shadow: 1mm 1mm 4mm #5e5e5e;
                
}

#boxTitle div {position:absolute;}

#titleMain {position:absolute;top:4px; left:15px; font-size:35px; line-height:40px; z-index:99; text-shadow: #d0d0d0 1px 1px 0px;}
#titleSub {position:absolute;top:46px; left:15px;font-size:15px; line-height:22px; z-index:99; text-shadow: #d0d0d0 1px 1px 0px;}
.shadow {position:absolute; color:#d0d0d0; z-index:9}





