/*This is the grey bar that runs across the very top of the website*/
.UoLtopBar {width: 100%; height: 60px;}
/*This is for the positioning of the university logo*/
.UoLlogo {padding: 5px 0px 5px 5px; float: left;}
/*This hides the logo that is only used for printing*/
.UoLprintLogo {display: none;}
/*This is the box for the website title (H1) which sits in the very top right corner*/
.UoLheader {height: 56px; width: 400px;}