.body_right  { padding-top: 10px; }
.body_center { padding: 6px; }

.body_left img { padding-left: 10px; padding-top: 125px; }
.body_right img { padding-left: 10px; padding-top: 70px; }


#menu {
    height: 720px;
    position: relative;
}

#menu #image {
    position: absolute;
    top: 151px;
}

#menu #top {
    height: 145px;
    background: url("../images/splash/top_gradient.gif") 0 100% repeat-x;
}

#menu #bottom {
    position: absolute;
    top: 547px;
    height: 155px;
    width: 608px;
    background: url("../images/splash/bottom_gradient.gif") 0 16px repeat-x;
}


#sections {
    width: 596px;
    position: absolute;
    top: 0px;
    left: 6px;
}

#sections td {
    text-align: center;
    height: 148px;
    vertical-align: top;
}


#sections td a {
    display: block;
    padding: 110px 6px 0px 6px;
    height: 14px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    text-align: center;
    color: #8d8f8e;
    text-decoration: none;
}

#sections .top {
    height: 144px;
}


#sections .bottom {
    position: relative;
    top: 420px;
    height: 144px;
    background: none;
}

#sections td.over a {
    padding-top: 120px;
    height: 34px;
}

#sections td.over .top {
    background: white;
    height: 164px;
}

#sections td.over .bottom {
    top: 380px;
    height: 164px;
    background: white;
}



