
body {
    background-color: black;
    text-align: center;  /* IE6 */
    margin: 0;
}

#pagecontainer {
    text-align: left; /* IE6 */
    margin: 0 auto !important;
    width: 1000px !important;
    background-color: #eee;
}

#pagehead {
    margin: 0;
    width: 1000px;
    background-color: black;
}

#piano-header {
    display: none;
}

body.section-front-page #piano-header {
    display: block !important;
    width: 844px;
    height: 159px;
    margin: 12px 0 10px 78px;
    background: black url("piano-header.jpg") no-repeat;
}

#chas-title {
    display: block;
    width: 427px;
    height: 41px;
    margin: 10px 0 5px 288px;
}

ul#portal-globalnav {
    width: 1000px;
    height: 27px;
    text-align: center;
    background: #1e180b url("menubar-bg.png") repeat-x;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
}

ul#portal-globalnav li {
    display: inline;
    list-style-type: none;
}

ul#portal-globalnav a {
    text-decoration: none;
    color: #ceb37d;
    font-family: serif;
    font-size: 110%;
    padding: 4px;
    margin: 0 0 0 24px;
    border: none;
}

ul#portal-globalnav a:hover {
    background-color: #1e180b;
    color: white;
}

ul#portal-globalnav li.selected a {
    background-color: black;
    color: #ceb37d;
    border: none;
}

/*div#region-content {
    background-color: #eee;
}*/

#pagefooter {
    background-color: #eee;
    margin: 0 10px 10px 10px;
    text-align: center;
}

ul#portal-siteactions {
    float: none;
    padding: 10px;
}

body.section-front-page #portal-breadcrumbs {
    display: none;
}

body.section-front-page h1.documentFirstHeading {
    display: none;
}

body.section-front-page p.documentDescription {
    display: none;
}

div.hometable-wrapper {
    margin: 10px auto;
    border: 12px solid #1e180b;
    width: 75%;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}

table.hometable {
    border-spacing: 0 1px;
    background-color: white;
    padding: 0 1px;
    width: 100%;
}

table.hometable th {
    background-color: black; /*#1e180b;*/
}

table.hometable th a {
    text-decoration: none;
    color: #ceb37d;
    display: block;
    text-align: center;
    padding: 10px 30px;
}

table.hometable th a:hover {
    color: white;
}

table.hometable td {
    background-color: #c5b67b;
    padding: 10px 30px;
}

table.hometable td a {
    text-decoration: none;
}

table.hometable td a:hover {
    text-decoration: underline;
}

