body{
    background-image: url(images/kpo-bk.gif);
    background-color: #c0c0c0;
    background-attachment: fixed;
}
p.homeground {font-size: 10pt; font-weight: bold;}
table.concert {
    background-image: none;
    background-color: #c0c0c0;
    font-size: 125%;
}
table.future {
    font-size: 100%;
}
ul.whatsnew {
    list-style-image: url(Icons/dots/yellowba.gif);
    list-style-type: disc;
}
ul.schedule {
    list-style-image: url(Icons/dots/whitebal.gif);
    list-style-type: disc;
}
ul.future {
    list-style-image: url(Icons/dots/yellowba.gif);
    list-style-type: disc;
}
ul.recruit {
    list-style-image: none;
    list-style-type: none;
}
ul.database {
    list-style-image: url(Icons/dots/redball.gif);
    list-style-type: disc;
}
ul.links {
    list-style-image: url(Icons/dots/orangeba.gif);
    list-style-type: disc;
}
ul.media {
    list-style-image: url(Icons/dots/redball.gif);
    list-style-type: disc;
}
dl.takuji {
    border-style: outset;
    border-color: orange;
}
div.section{
    padding:5px;
    margin:5px;
    color:#333333;
}
div.header {
    clear: both;
    padding-top: 2em;
    background-image: none;
    background-color: #c0c0c0;
}
div.main {
    width: 69%;
    float: left;
    margin:0px auto 0px 0px;
    padding-left: 5px;
    padding-right: 2px;
    border-right: 1px solid #a0a0a0;
}

div.sidebar {
    color: #000;
    float: right;
    width: 29%;
    padding: 0;
    margin-left: auto;
    font-size: 90%;
    background-image: url(images/GCF-clef.gif);
    background-color: #c0c0c0;
    background-attachment: fixed;
}

div.footer {
    clear: both;
    padding-bottom: 1em;
    border-top: 1px double #a0a0a0;
    text-align: right;
}