html {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    position: relative;
    font: 14px Arial,Helvetica,sans-serif;
    overflow: visible;
    min-width: 960px;
    background-image: url(../image/bodyBack.png);
    background-repeat: repeat;
    margin: 0px;
}

#header {
    background-color: white;
}

#bar {
    height: 36px;
    width: 100%;
    position: relative;
    background-image: url(../image/barBack.png);
    background-repeat: repeat-x;
}

.barLab {
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 120px;
    bottom: 12px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #e3e8f9;
    z-index: 3;
}

    .barLab:hover {
        opacity: 0.5;
    }

#logo {
    width: 960px;
    height: 90px;
    overflow: hidden;
    position: relative;
}

#cName {
    font-family: "High Tower Text", Times, serif;
    font-size: 30px;
    font-weight: bold;
    color: #F60;
    position: relative;
    top: -25px;
}

#slogan {
    font-family: Verdana, Times, serif;
    font-size: 20px;
    font-weight: normal;
    color: #666;
    position: relative;
    top: -40px;
}

#content {
    text-align: left;
    width: 980px;
    border: 15px solid transparent;
    background-image: url(../image/contBack.png);
    background-repeat: repeat-y;
    border-image: url("../image/border.png") 12 15 12 15 round round;
    -webkit-border-image: url("../image/border.png") 12 15 12 15 round round;
    -o-border-image: url("../image/border.png") 12 15 12 15 round round;
    padding-left: 20px;
}

#footer {
    height: 30px;
    background-image: url(../image/strip.png);
    background-repeat: repeat-x;
}

.footLab {
    text-decoration: none;
    margin: 10px;
    color: #a0a0a0;
    font-size: 12px;
}

    .footLab:hover {
        text-decoration: underline;
        color: #e6e3e3;
    }

#footBar {
    position: relative;
    top: 6px;
    width: 960px;
}

#copyRight {
    text-decoration: none;
    color: #cac7c7;
    position: absolute;
    right: 0px;
    font-size: 12px;
}

#footContent {
    position: absolute;
    left: 0px;
}

.contentName {
    position: relative;
    left: 0px;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Lucida Sans', Verdana, Arial;
    color: rgb(0,0,0);
}

.contentDesc {
    position: relative;
    left: 20px;
    width: 930px;
    text-decoration: none;
    font-size: 14px;
    font-family: Verdana, Arial;
    color: rgb(0,0,0);
    text-align: justify;
    line-height: 150%;
}

#im1, #im2, #im3, #im4, #im5, #im6, #im7, #im8 {
    position: relative;
}

.share {
    width: 28px;
    height: 28px;
    position: relative;
    border: 0;
}

    .share:hover {
        left: 1px;
        top: 1px;
    }

#share {
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

table {
    border: 1px solid;
    border-collapse: collapse;
}

#stay {
    font-family: Verdana, Arial;
    color: #aba9a9;
    position: relative;
    top:-10px;
    right: 0px;
    font-size: 12px;
    cursor: default;
}