body {
    font-family: Calibri, Myriad, Tahoma, Arial, sans-serif;
    background: #B3B3B3;
}
div { margin: 0; padding: 0; }
a, a:visited, a:hover {
    text-decoration: none;
    color: #345a95;
}
h1 {
    font-weight: normal;
    font-size: 210%;
    margin: 0 10px;
}
h1 a, h1 a:hover, h1 a:visited {
    color: black;
}
h2 {
    margin-top: 0.2em;
}
h3 {
    color: #0a3a86;
}
div#mainWrapper {
    width: 950px;
    margin: 1em auto;
    padding: 0;
    background: white;
    border: 2px solid #000;
}
div#headerWrapper {
    width: 100%;
    height: 286px;
    background: url("http://trafficbuilding.co.uk/imgs/webdesignnewcastle/web-design-newcastle.jpg") top;
    background-repeat: no-repeat;
}

div#contentfoot {
    width: 950px;
    height: 80px;
    background-image: url("http://trafficbuilding.co.uk/imgs/webdesignnewcastle/webdesign-footer.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

div#menuWrapper {
    height: 2.2em;
    text-align: center;
}
div#menuWrapper ul {
    width: 100%;
    margin: 0;
    padding: 0.5em;
}
div#menuWrapper ul li {
    display: block;
    float: left;
    width: 32%;
    height: 2em;
}
div#contentWrapper {
    padding:15pt;
}
div#footer {
    width: 950px;
    height: 100px;
    float: left
    text-align: center;
    background-image: url("http://trafficbuilding.co.uk/imgs/webdesign/webdesign-footer.jpg");
    background-repeat: no-repeat;
}
div.footer {
    width: 950px;
    text-align: center;
    margin: 1em auto;
}
div#footer p {
    font-size: small;
}