* {
    margin-top: 0;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family:CI ;
    word-break: break-all;
    background-color:#8deccc;
}


#layout {
    background-color: #FFF;
    border-left: solid 10px #d89467;
    border-right: solid 10px #d89467;
    width: 860px;
    padding-top: 0px;
    position: relative;
    margin:0 auto;
}

#header {
    width : 860px;
    height : 150px;
    margin-top: 0px;
    padding-top: 0px;
}

#footer {
    clear: both;
    width: 860px;
    height : 40px;
    margin-top: 0px;
    padding-top: 0px;
}


#menu {
    margin: 20px 20px 20px 5px;
    float: left;
    width: 195px;
    text-align: left;
    overflow:hidden;
}

#main {
    margin: 20px 0px 20px 0px;
    float : left;
    width : 610px;
    text-align: left;
}

.detail_1 {
    line-height: 24px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

.detail_2 {
    line-height: 20px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    color: #cc3388;
}

.detail_3 {
    line-height: 20px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    color: #3388cc;
}

.detail_4 {
    line-height: 28px;
    font-size: 17px;
    padding: 0px 0px 0px 0px;
}

.detail_5 {
    line-height: 20px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.detail_6 {
    line-height: 20px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    color: #cc6688;
}

.detail_7 {
    line-height: 24px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

.detail_8 {
    line-height: 20px;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    color: #cc3366;
}

.detail_9 {
    line-height: 24px;
    font-size: 14px;
    padding: 0px 10px 5px 10px;
}

.detail_10 {
    line-height: 15px;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.detail_11 {
    line-height: 24px;
    font-size: 14px;
    padding: 0px 20px 0px 0px;
}

a:link    { text-decoration:none;  color:#333333 ;}
a:visited { text-decoration:none;  color:#333333 ;}
a:active  { text-decoration:none;  color:#333333 ;}
a:hover   { text-decoration:none;  color:#cc3333 ; background-color:#ffebeb; text-decoration:underline;}








