* {
    margin: 0px 0px;
    padding: 0px 0px;
}

body {
    background: url(../images/big_background_05.jpg) 50% 0% repeat-y;
    text-align: center;
}

#wrap {
    margin: 0px auto;
    text-align: left;
    width: 918px;
    background:#ffffff;
}

#header1 {
    height: 203px;
    background: url(../header_graphics/va_header01.jpg) 0px 13px no-repeat;
}

#header2 {
    height: 203px;
    background: url(../header_graphics/va_header02.jpg) 0px 13px no-repeat;
}

#header3 {
    height: 203px;
    background: url(../header_graphics/va_header03.jpg) 0px 13px no-repeat;
}

#header4 {
    height: 203px;
    background: url(../header_graphics/va_header04.jpg) 0px 13px no-repeat;
}

#header5 {
    height: 203px;
    background: url(../header_graphics/va_header05.jpg) 0px 13px no-repeat;
}

#header6 {
    height: 203px;
    background: url(../header_graphics/va_header06.jpg) 0px 13px no-repeat;
}

#header7 {
    height: 203px;
    background: url(../header_graphics/va_header07.jpg) 0px 13px no-repeat;
}

#header8 {
    height: 203px;
    background: url(../header_graphics/va_header08.jpg) 0px 13px no-repeat;
}

#columnLeft {
    width: 150px;
    margin-right: 40px;
    float: left;
    display: block;
}

#columnMiddle {
    width: 498px;
    float: left;
    display: block;
    margin-right: 10px;
}

#columnRight {
    width: 190px;
    float: right;
    display: block;
    margin-top: 29px;
}

#columnRightWide {
    width: 718px;
    float: left;
    display: block;
}

.blueBlock {
    margin-top: 40px;
    width: 150px;
    background: #4792C5;
    padding: 3px 0px;
    margin-bottom: 20px;
}

.blueBlockInside {
    width: 144px;
    margin: 0px 3px;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
}

.darkBlueBlock {
    margin-top: 40px;
    width: 190px;
    background: #001148;
    padding: 3px 0px;
}

.darkBlueBlockInside {
    width: 184px;
    margin: 0px 3px;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    line-height: 16px;
    font-weight: bold;
}

#footer {
    clear: both;
    height: 70px;
    width: 100%;
    background: url(../images/big_background_05_footer.jpg) 50% 0% no-repeat;
    text-align: center;
}

#footer-inner {
    margin: 0px auto;
    height: 100%;
    text-align: left;
    width: 958px;
    position: relative;
}

#footer-text {
    position: absolute;
    top: 20px;
    left: 210px;
}

#footer-text p {
    font-size: 11px;
}