.ContactDetails {
	clear: both;
}

.ContactDetails span {
    clear: both;
    display: block;
}

.ContactDetails strong, 
.ContactDetails em {
    float: left;
}


.ContactDetails strong {
    width: 100px;
}


.ContactDetails em {
    font-style: normal;
} 

.NewsContainer {
	margin-top: 0px;
}
  