body {
    background: #79b7c4 url(bluebg.gif) repeat-x;
    font-family: sans-serif;
}

#allcontent {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding: 10px
}

#banner {
    background: black url(blackbg.gif) repeat-x;
    color: #79b7c4;
    line-height: 1.6em;
    padding: 0px 5px 0px 5px;
    float: right;
    width: 730px;
    height: 100px;
}

#header h1 {
    color: white;
}

#sidebar {
    margin-top: 7px;
}

.sblink {
    background-color: black;
    margin: 0px;
    border-bottom: thin gray dotted;
    width: 150px;
    height: 40px;
}

.sblink a {
    color: white;
    text-decoration: none;
    font-size: .75em;
    outline: none;
    display: block;
    height: 100%;
    text-align: left;
    padding: 8% 0% 0% 6%;
}

.sblink a:hover {
    background-color: #444444;
}

#curr {
    color: #79b7c4;
    position: relative;
    right:-10px;
}

#sbbottom {
    background: black url(blackbg.gif) repeat-x;
    width: 150px;
    text-align: center;
    color: white;
    font-size: .6em;
    padding: 700px 0px 5px 0px;
}

#main {
    line-height: 1.7em;
    color: #444444;
    font-size: 85%;
    float:right;
    margin-top: -922px;
    width: 740px;
}

.heading {
    font-size: 150%;
    font-weight: bold;
    border-bottom: dotted gray thin;
    padding-bottom: 3px;
    text-align: center;
}

.ctr {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

table {
    border: none; 
    border-collapse: collapse; 
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

td {
    width: 300px;
    padding: 0;
}

.question {
    font-weight: bold;
    padding-top: 8px;
}

.answer {
    border-bottom: thin gray dotted;
    padding-bottom: 25px;
}

#main a {
    color: #444444;
    font-weight: bold;
}

#copyright {
    padding-top: 10px;
    font-size: .75em;
    color: #444444;
}
