body {
    font-family: verdana, arial, serif;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
}

a {
    color: #006fc8; /*vaaleansininen linkkiväri*/
    text-decoration: none;
}


#container {
    position: relative;
    width: 740px;
    margin: auto;
    text-align: left;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 740px;
    height: 82px;
    background: #f1ea66; /*vapepa-logon taustakeltainen*/
}

#header_logo {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 233px;
    height: 62px;
}

#header_quicklinks {
    position: absolute;
    top: 10px;
    left: 260px;
    width: 470px;
    height: 62px;
    text-align: right;
}


#menu {
    position: absolute;
    top: 92px;
    left: 0px;
    width: 740px;
    height: 28px;
    background: #006ec7; /*valikon taustasininen*/
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

#menu a:hover {
     color: #fccd01; /*valikon aktiivinen keltainen*/
}

.menuactive {
     color: #fccd01; /*valikon aktiivinen keltainen*/
}

#content {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 500px;
}

#content_right {
    position: absolute;
    top: 130px;
    left: 510px;
    width: 230px;
    padding-left: 10px;
    border-left: 1px dashed gray;
}


