body {
    font-family: Helvetica, sans-serif;
    height: 100%;
}
div#header {
    background: url('http://www.sales.cmsltd.co.uk/images/logo.png') no-repeat 15px 20px;
    height: 90px;
    border: white solid 1px;
}
div#header h1 {
    display: none;
}
div#header h2 {
    margin: 59px auto auto 450px;
    color: #6f8d9a;
    font-weight: normal;
    font-size: 14pt;
}
div#staticnav {
    width: 100%;
    height: 45px;
    border: white solid;
    border-width: 1px 0;
}
div#staticnav ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #325e9f;
}
div#staticnav li {
    display: block;
    float: left;
    border: #72b0cb solid;
    border-width: 0 1px 0 0;
    height: 45px;
    background: #325e9f;
}
div#staticnav li a {
    padding: 0 2em;
    margin: 12px 0;
    display: block;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
div#staticnav li:hover {
    background: #eb3b25;
}
div#staticnav li:hover a {
    color: black;
}
div#body {
    width: 100%;
}
div#leftnav {
    float: left;
    width: 190px;
    height: 100%;
}
div#leftnav ul {
    margin: 0 1em;
    padding: 0;
    width: 170px;
}
div#leftnav li {
    list-style-type: none;
    padding: 4px 10px;
    background: #325e9f;
    border: white solid;
    border-width: 1px;
}
div#leftnav li a {
    text-decoration: none;
    color: white;
}
div#leftnav li#listtop {
    background: white url('http://www.sales.cmsltd.co.uk/images/listtop.png');
    border-width: 1px 0;
}
div#leftnav li#listbottom {
    background: white url('http://www.sales.cmsltd.co.uk/images/listbottom.png');
    border-width: 1px 0;
}
div#content {
    margin-left: 200px;
}
div#footer {
    width: 100%;
    font-size: 8pt;
    text-align: center;
}