body {
    font-family: Myriad, Calibri, 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.5em;
}
h1 a, h1 a:hover, h1 a:visited {
    color: black;
}
h2 {
    margin-top: 0.2em;
}
h3 {
    color: #0a3a86;
}
div#mainWrapper {
    width: 744px;
    margin: 1em auto;
    padding: 0;
    background: white;
}
div#headerWrapper {
    width: 100%;
    height: 203px;
    background: url("http://www.tascenvironmental.com/images/trafficbuilder-header.jpg") top;
    background-repeat: no-repeat;
}

div#contentfoot {
    background: url("http://www.tascenvironmental.com/images/trafficbuilder-footer.jpg") top;
    background-repeat: no-repeat;
    width: 100%;
    height: 66px;
}

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:10pt;
}
div#footer {
    width: 35em;
    margin: 1em auto;
    text-align: center;
}
div#footer p {
    font-size: small;
}