﻿body
{
    background-color: #434d59;
    font-family: Arial, helvetica, Sans-Serif;
}
.topbar 
{
    background-color: #e3e3fb;
    background-image: url(im/topbar.gif);
    background-repeat: repeat-x;
    width: 800px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
}
.container
{
    background-color: #ffffff;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px;
    position: relative;
}
.bottom 
{
    background-color: #fff;
    border-top: solid 1px #d0d3d6;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bottom div
{
    padding: 5px;    
    font-size: smaller;
    color: #666;
}
.content
{
    padding: 20px;
}
.content p
{
    margin-left: 50px;
    margin-right: 30px;
}
.vvmark 
{
    width: 132px;
    height: 118px;
    position: absolute;
    left: -39px;
    top: -37px;
    float: left; 
    z-index: 1;   
}
.vvname
{
    vertical-align:middle;
    width: 274px;
    height: 26px;
    position: absolute;
    left: 98px;
    top: 19px;
}
.menubar
{
    bottom: 0px;
    right: 0px;
    position: absolute;
    padding-right: 20px;
    padding-bottom: 3px;
}
.selmenuitem
{
    display: block;
    float: left;    
    padding: 5px;
    margin: 5px;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    border: inset 2px #e3e3fb;
}
.menuitem 
{
    display: block;
    float: left;    
    padding: 5px;
    margin: 5px;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
    border: outset 2px #e3e3fb;
}
.menuitem:hover
{
    text-decoration: underline;
}
.w3c
{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.w3c img 
{
    border: none;
}