body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #572303;
    font-size: 12px;
}

a:focus { outline: none; }

a, a:active, a:visited {
    color: #572303;
    text-decoration: underline;
}

a:hover {
    color: #572303;
    text-decoration: none;
}

#container {
    position: absolute; 
    top: 50%;  
    left: 50%; 
    width: 834px;
    height: 569px;
    margin-left: -417px;
    margin-top: -285px;
    text-align: left;
}

#header {
    position: relative;
    width: 834px;
    height: 99px;
}

#navi {
    position: relative;
    width: 834px;
    height: 26px;
    background: url(../images/back_navi.jpg) no-repeat;
    color: #CDC2BC;
}

#main {
    position: relative;
    width: 834px;
    height: 412px;
    background: url(../images/back_main.jpg) no-repeat fixed;
    overflow: auto;
}

html>body #main {
    background: url(../images/back_main.jpg) no-repeat;
}

#footer {
    position: relative;
    width: 834px;
    height: 16px;
}

#footer2 {
    position: relative;
    width: 834px;
    height: 16px;
    padding-top: 8px;
    color: #AB9181;
    font-size: 10px;
    text-align: center;
}

#footer2 a, #footer2a:active, #footer2a:visited {
    color: #AB9181;
    font-size: 10px;
    text-decoration: none;
}

#footer2 a:hover {
    color: #572303;
    font-size: 10px;
    text-decoration: none;
}

#content {
    margin: 16px 16px 16px 8px;
    width: 564px;
    float: left;
}

html>body #content {
    margin: 16px;
}

#contentfull {
    margin: 16px 16px 16px 8px;
    width: 756px;
    float: left;
}

html>body #contentfull {
    margin: 16px;
    width: 780px;
}

#context {
    margin-top: 16px;
    margin-right: 7px;
    width: 192px;
    float: right;
}

html>body #context {
    margin-right: 12px;
}

#contextlive {
    display: block;
    width: 192px;
    height: 44px;
    background: url(../images/context_live.jpg) no-repeat;
    margin: 24px 0 16px 0;
    padding-top: 88px;
    text-align: center;
    color: #fff;
}

html>body #contextlive {
    height: 132px;
    margin: 24px 0 -70px 0;
}

#contextlive a, #contextlive a:active, #contextlive a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#contextlive a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#contextnletter {
    display: block;
    width: 172px;
    height: 180px;
    /*background: #572303;*/
    background: #C8B39E;
    /*opacity: 0.4;*/
    margin: 24px 0 16px 0;
    padding: 0 10px 10px 10px;
    color: #fff;
    /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);*/
}

html>body #contextnletter {
    height: 170px;
    width: 172px;
}

.header1 {
    font-size: 12px;
    font-weight: bold;
}

.time {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

.contentheading {
    font-weight: bold;
}

.createdate {
    font-size: 10px;
}

.moduletable {
    width: 100%;
}

