body {
    /* adding margin: auto to centre content
    margin: 0; */
    margin: 0 auto;
    max-width: 1200px !important; /*new to override site default*/
    background-color: #f1f1f1; /* to match corporate site*/
}

/* Headings */
h1 {
    margin: 31px 0 23px;
    padding-left: 0;
    padding-bottom: 19px;
    color: #A80063;
    font-size: 2em;
    line-height: 1.2em;
    font-family: 'Frutiger LT W01 65 Bold', arial, sans-serif;
}

h2 {
    margin-left: 16%;
    padding-bottom: 0px;
    padding-left: 2.5%;
    color: #A80063;
    font-size: 2em;
    font-family: 'Frutiger LT W01 65 Bold', arial, sans-serif;
}

h3 {
    font-family: 'FrutigerLTW01-55Roman', arial, sans-serif;
    color: #3b3b3b;
    font-size: 1.5em;
    padding-left: 20px;
    padding-bottom: 1%;
    margin-bottom: 1.5%;
    border-bottom: 1px #d8d8d8 solid;
}

/* Header & Main Menu */

#header {
    position: relative;
    overflow: auto;
    background-color: white;
    z-index: 0; /* stops header elements being hidden */
}

#menu-background {
    height: 53px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../brightonandhove/menu-background.png') transparent 0 0 repeat;
    z-index: 1;
}

#banner { /* banner image */
    background: url('../brightonandhove/banner.jpg') no-repeat center;
    height: 293px;
    z-index: 0;
}

#logo {
    float: left;
    margin-right: 30px;
    z-index: 3;
    position: absolute;
    top: 0;
    z-index: 2;
}

#logo img {
    border: none;
}

/* end of rules to overrule defaults */

#main-menu {
    position: absolute;
    top: 0;
    left: 14%;
    margin-top: 12px;
    margin-left: 1%;
    width: 58%;
    z-index: 2;
}

#main-menu ul {
    margin-top: 8px;
    overflow: hidden;
}

#main-menu li {
    float: left;
    list-style: none;
    list-style-image: none;
    margin-left: 0.5em;
    margin-right: 3.5%;
}

#main-menu li.last-item {
    margin-right: 0px;
}

#main-menu li a {
    color: #FFF;
    font-size: 1.2em;
    font-family: 'FrutigerLTW01-55Roman', arial, sans-serif;
    text-decoration: none;
}

/* Main Content */
#page {
    background-color: white;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
    font-size: 1.063em;
    padding: 0 30px;
}

#centreColumn {
    margin: -14px 0px 0px 0px;
    float: left;
    width: 59%;
    padding-bottom: 5px;
    position: relative;
    left: -3px;
    overflow: hidden;
}

#rightColumn {
    float: right;
    width: 22%;
    margin-top: 0px;
    padding-right: 0px;
}

.rightColumnContainer {
    margin: 0px 10px 10px 7px;
    margin-top: 0px;
}

#leftColumn {
    float: left;
    width: 18%;
    vertical-align: top;
}

#leftColumnContainer {
    margin: -8px 10px 10px 5px;
}

div.contentRow {
    width: 98%;
    line-height: 160%;
    margin-left: 1%;
    position: relative;
}

/* horizontal rule */
div.horizontalRule {
    width: 100%;
    clear: both
}

/* Footer */

#footer-wrapper {
    font-size: 14px;
    font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
    color: #7f7f7f;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    overflow: auto;
    padding: 40px 0px;
}

#footer-inner {
    max-width: 1200px;
    margin: auto;
    clear: both;
}

.footer-section {
    width: 17%;
    padding: 11px 40px;
    float: left;
    clear: left;
}

.footer-social {
    width: 75%;
    float: left;
}

#contact-btn {
    display: block;
    width: 222px;
    padding: 14px 5px;
    background-color: #a91762;
    color: white;
    font-size: 1.2em;
    line-height: 1em;
    text-decoration: none;
    position: relative;
    left: -10px;
}

#contact-btn:hover {
    background-color: #790048;
}

#contact-btn img {
    border: none;
    width: 18px;
}

#footer-address-title {
    color: #bf226f;
    font-family: 'Frutiger LT W01 65 Bold', arial, sans-serif;
}

#contact-email {
    color: #0068c9;
    text-decoration: none;
}

.social-link {
    margin: 10px;
    text-decoration: none;
    color: #7f7f7f;
    float: left;
    width: 263px;
}

.social-link img {
    /* adding width to shrink images */
    max-width: 100%;
    border: none;
}

.social-text {
    float: left;
    width: 140px;
    height: 22px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
}

#twitter-link {
    color: #4198ff;
}

#facebook-link {
    color: #3e5799;
}

#flickr-link-1 {
    color: #025fe0;
}

#flickr-link-2 {
    color: #fe2782;
}

#youtube-link {
    color: #ff3332;
}

#privacy-info {
    border-top: 1px solid #e0e0e0;
    clear: both;
    height: 30px;
    padding-top: 10px;
    margin: 15px 0px;
    padding-right: 4%;
}

#privacy-info a {
    font-size: 10px;
    font-family: 'FrutigerLTW01-45Light', arial, sans-serif;
    float: right;
    text-decoration: none;
    color: #999999;
}

#banner-links {
    float: right;
    position: relative;
    padding-top: 10px;
    font-size: 1em;
    padding-right: 1%;
    z-index: 3;
    text-align: right;

    height: 69px;
    font-weight: bold;
    color: #fff;
    padding-left: 80px;
}

#banner-links a {
    color: #fff;
    text-decoration: none;
}

#banner-links span a {
    padding: 0 6px 0 6px;
}

#banner-links a:hover, #banner-links a:active {
    text-decoration: underline;
}

#banner-links img {
    border: 1px solid #fff;
    margin-left: 2px;
}

#banner-links img:hover {
    border: 1px solid #BA54DB !important;
}

#banner-image {
    float: left;
    left: 6%;
    position: relative;
    height: 6.5em;
    width: 175px;
    padding-right: 1%;
    background-repeat: no-repeat;
    z-index: 1;
}

div.clear {
    clear: both;
}