body {
    background-color:#000000;
    background: url(images/tile.gif) repeat;
}

#main_contain{
    width:891px;
    margin:0 auto;
    margin-top:10px;
}

#head {
    color: #8c0000;
    font-size:17px;
}
.bg_top {
    background: url(images/bg_top.gif);
    width:891px;
    height:6px;
}

.bg_mid {
    background: url(images/bg_mid.gif);
    width:891px;
 }

.bg_bottom {
    background: url(images/bg_bottom.gif);
    width:891px;
    height:4px;
}

.header {
    background: url(images/header.gif);
    width:891px;
    height:225px;
}

.banner {
    background: url(images/banner.gif);
    width:891px;
    height:156px;
}

#middle_top {
    background: url(images/index_15.gif) no-repeat;
    height:32px;
    width:891px;
}

/*
.middle_middle {
    margin-left:6px;
    width:875px;
}
*/
.middle_bottom {
    background: url(images/middle_bottom.gif);
    margin:0px;
    padding:0px;
    width:891px;
    height:21px;
    position:relative;
    top: 0px;
}
.middle_content {
    background-image:url(/images/index_16.gif); 
/*    background-color:#D9CDB9; */
    padding-left:20px;
    padding-right:20px;
    font-family: Arial;
    font-size:13px;
    padding-bottom:0px;
    margin-bottom:0px;
    top:-30px;
}

#navigation {
    position:relative;
    font-family: Arial;
    font-size:14px;
    font-weight:bold;
    top:195px;
    margin-left:25px;
  
}
#navigation a {
    color:#ffffff;
    text-decoration:none;
    padding-left:20px;
}
#navigation a:hover {
    color:#e6c113;
    text-decoration:none;
    padding-left:20px;
}
.copyright {
    color:#ffffff;
    font-weight:normal;
    font-size:13px;
    font-family: Arial;
}
