html {
    height: 100%;
}

body {
    line-height: 120%;
    color: #FFFFFF;
    font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
    cursor: crosshair;
    background-image: url(../images/back1.jpg);
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.clr {
    clear: both;
    height: 0px;
}

img {
    border: 0px;
}

a {
    color: #888B59;
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
}

#header {
    position: relative;
    background-image: url(../images/header.jpg);
    width: 100%;
    height: 110px;
}

#left,
#right {
    position: relative;
    width: 160px;
    background-image: url(../images/box_float.gif);
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
}

#left_top,
#right_top {
    background-image: url(../images/box_top180.gif);
    height: 20px;
    width: 180px;
    position: absolute;
    top: -20px;
    left: 0px;
}

#left_bottom,
#right_bottom {
    background-image: url(../images/box_bottom180.gif);
    height: 20px;
    width: 180px;
    position: absolute;
    bottom: -20px;
    left: 0px;
}

#left {
    margin-left: 30px;
    float: left;
}

#right {
    margin-right: 30px;
    float: right;
}

#content {
    background-color: #0C0A0B;
    position: relative;
    margin: 40px 240px;
    border-left: 8px #FFFFFF solid;
    border-right: 8px #FFFFFF solid;
    padding: 4px;
    
}

#content_top {
    background-image: url(../images/main_head.gif);
    height: 20px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: -8px;
}

#content_top div {
    background-image: url(../images/main_head_corner.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: -16px;
}

#content_bottom {
    background-image: url(../images/main_foot.gif);
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: -8px;
}

#content_bottom div {
    background-image: url(../images/main_foot_corner.gif);
    background-repeat: no-repeat;
    background-position: right;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    right: -16px;
}

#footer {
    background-color: #0C0A0B;
    height: 58px;
    border-top: 8px #FFFFFF solid;
    border-bottom: 8px #FFFFFF solid;
    margin-top: 40px;
    line-height: 58px;
    text-align: right;
    padding-right: 30px;
}
