ciao, in personal.css dovresti togliere quel right che ti sposta tutto a destra (poi vabe il logo nn e' nel div corretto, ma nn so se e' voluto e io sistemerei in realta tutti i div che riguardano l'header..)
in pratica questo
.logoheader { background: url("../images/personal/header.gif") no-repeat scroll right bottom transparent; color: #000000; margin: 0 10px 0 !important; min-height: 352px; }
deve diventare questo
.logoheader { background: url("../images/personal/header.gif") no-repeat scroll bottom transparent; color: #000000; margin: 0 10px 0 !important; min-height: 352px; }
ciao!