Per il top:
Prova a togliere il no-repeat, e prova a dare un altezza al top stesso
Per il div di destra:
Probabilmente sono le width di una delle due div che crea questo effetto dell'accapo. Prova ad utilizzare il metodo !important vicino alle due width:
Codice PHP:
.sr }
float: left;
background-color: #ffffff;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
border-left-width-value: 1px;
border-left-style-value: solid;
border-left-color-value: #f2f0ea;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
border-right-width-value: 1px;
border-right-style-value: solid;
border-right-color-value: #f2f0ea;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
width: 276px !important;
width: 200px;
font-size: 11px;
color: #999999;
padding-top: 0pt;
padding-right: 11px;
padding-bottom: 0pt;
padding-left: 11px;
{
vedrai che solo in IE6 verrà diminuita la larghezza. Devi fare diverse prove.