body {
    background: #fff url(../images/tartan.png);
    margin: 0;
    padding: 0;
    font-family: Georgia, serif;
}
p {
    line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
}
h1 {
    text-align: center;
}
h4 {
    font-color: #fff;
}
#left_nav {
    margin: 0;
    padding: 10px;
    width: 190px;
    font-family: 'Times New Roman', Georgia, serif;
    font-size: 15pt;
}
a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-weight: bold;
    padding: 5px;
}
a:hover {
    background: #fff;
    color: #00f;
}
img {
    vertical-align: middle;
    padding: 5px;
    border: 0;
}
#logo {
    text-align: center;
}
#content {
    background: #fff url(../images/background2.gif);
    position: absolute;
    padding: 20px;
    margin: 0;
    margin-right: 20px;
    top: 20px;
    left: 200px;
    min-height: 1250px;
    /*overflow: hidden;*/
    border: 6px solid #999;
    color: #000;
    width: 732px;
}
#content_member {
    background: #333 url(../../images/blackbackground.gif);
    position: absolute;
    padding: 20px;
    margin: 0;
    margin-right: 20px;
    top: 20px;
    left: 200px;
    min-height: 1250px;
    /*overflow: hidden;*/
    border: 6px solid #999;
    color: #fff;
    width: 732px;
}
#content a {
    display: inline;
    color: #00f;
    text-decoration: underline;
}
#content_member a {
    display: inline;
    color: #66f;
    text-decoration: underline;
}
th {
    font-weight: bold;
    padding: 10px;
}
td {
    padding: 10px;
}
