body {
    margin: 0;
    text-align: center;
    overflow-y: scroll;
}
div.wrapper {
    width: 934px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.header {
    height: 84px;
}
div.header img {
    float: left;
}
div.topmenu {
    float: right;
    width: 567px;
    text-align: right;
}
div.topmenu table {
    margin-top: 15px;
    height: 60px;
}
div.topmenu table td {
    height: 60px;
    vertical-align: middle;
    border-right: 1px solid #DDDDDD;
}
div.topmenu a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #003E7E;
    padding: 0 20px 0 20px;
}
div.topmenu a:hover {
    color: #006699;
}
.preload {
    display: none;
}
div.content table {
    width: 100%;
}
div.content table td {
    width: 25%;
    vertical-align: top;
    padding-right: 10px;
    padding-left: 10px;
}
div.footer {
    text-align: center;
    background: url('../images/footer.png') repeat-x;
    margin-top: 5px;
    padding-top: 22px;
    font-size: 12px;
    color: #666;
    padding-bottom: 40px;
}
div.menu a {
    float: left;
    display: table;
    width: 232px;
    height: 40px;
    #position: relative;
    overflow: hidden;
    font-family: 'Century Gothic';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
}
a.menu1 { background: url('../images/menu1.png');  margin: 0 1px 0 0; }
a.menu2 { background: url('../images/menu2.png');  margin: 0 1px 0 1px; }
a.menu3 { background: url('../images/menu3.png');  margin: 0 1px 0 1px; }
a.menu4 { background: url('../images/menu4.png');  margin: 0 0 0 1px; }
a.menu1:hover { background: url('../images/menu1_a.png'); }
a.menu2:hover { background: url('../images/menu2_a.png'); }
a.menu3:hover { background: url('../images/menu3_a.png'); }
a.menu4:hover { background: url('../images/menu4_a.png'); }
a div {
    #position: absolute;
    #top: 50%;
    display: table-cell;
    vertical-align: middle;
}
a div div {
    #position: relative;
    #top: -50%;
    padding-left: 14px;
    padding-right: 32px;
}
img {
    border: 0px;
}

