
html {
    height: 100%;
}

body {
    font-family: Geneva, sans-serif;
    font-size: 11px;
    color: #666;
    margin: 0px;
    background-color: #bfbfbf;
    height: 100%;
}

h1 {
    font-size: 15px;
    line-height: 18px;
    color: #000;
}

h2 {
    font-size: 11px;
    line-height: 18px;
    color: #000;
}

p {
    line-height: 18px;
}

.menuitem_selected {
    color: #000;
}

.menuspacer {
    margin-left: 10px;
    margin-right: 10px;
}

#page {
    display: block;
    background-color: #fff;
    width: 950px;
    margin: 0px auto;
    height: 100%;
    box-shadow: 0px 0px 5px 0px #666;
}

#header {
    width: 950px;
    height: 200px;
}

#main {
    background-color: #fff;
    width: 830px;
    padding-left: 60px;
    padding-right: 60px;
    float: left;
}

#menu {
    background-color: #fff;
    margin-top: 22px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #ccc;
}

#menu a         { color: #666; text-decoration: none; }
#menu a:visited { color: #666; text-decoration: none; }
#menu a:hover   { color: #000; text-decoration: underline; }

#content {
    background-color: #fff;
    width: 450px;
    margin-top: 20px;
    display: block;
    float: left;
}

#sidebar {
    background-color: #fff;
    width: 260px;
    margin-top: 20px;
    margin-left: 40px;
    display: block;
    float: left;
    border-left: 1px dashed #ccc;
    padding-left: 40px;
}

#psidebar1 {
    background-color: #fff;
    width: 220px;
    margin-top: 20px;
    margin-left: 0px;
    display: block;
    float: left;
}

#psidebar2 {
    background-color: #fff;
    width: 220px;
    margin-top: 20px;
    margin-left: 40px;
    display: block;
    float: left;
    border-left: 1px dashed #ccc;
    padding-left: 40px;
}
