/*This is the bar that runs across the very top of the website*/
.topBar {width: 740px; height: 76px; margin: 0 auto; }

/*NP This is for the positioning of the top gradient*/
.gradient {float: left;}
/*This is for the positioning of the logo*/
.logo {padding: 4px 0px 2px 35px; float: left;}
/*This hides the logo that is only used for printing*/
.printLogo {display: none;}
/*This is the box for the website title (H1) which sits in the very top right corner*/
.header {height: 56px; width: 590px; }

