DIV#content P, DIV#content H1, DIV#content H2 {
    width: 670px;
    margin-left: 26px;
    margin-bottom: 26px;
    text-align: justify;
    line-height: 150%;
}
DIV#content H2 {
    margin-bottom: 10px;
}

DIV#content H1 {
    color: #02A6D9;
}

DIV#content H2 {
    color: #008800;
}

DIV#content H3 {
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

DIV#content UL {
   width: 670px;    
   list-style-image: url('/pic/li.gif');
   margin-left: 42px;
   margin-bottom: 26px;
   padding: 0px;
   line-height: 150%;
}

DIV#content DIV.indexBox {
    margin-left: 26px;
    margin-bottom: 26px;
    float: left;
    clear: both;

    background-image: url('/pic/box/hatter_index.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}
DIV#content DIV.indexBox IMG {
    width: 268px;
    height: 251px;
    float: left;
}
DIV#content DIV.indexContent {
    float: left;
    clear: both;
}

div#content DIV.reference UL {
    line-height: 100%;
    list-style-type: none;
    list-style-image: none;
    margin: 0px;
}

DIV.reference {
    margin: 0px 26px 26px 26px;
}
DIV.reference IMG {
    width: 200px;
    height: 125px;
    margin-right: 10px;
}
DIV.reference IMG.last {
    margin-right: 0px;
}

DIV.reference DIV.content {
/*    width: 300px;
    height: 100px;*/
    display: none;
}
DIV.reference A DIV {
    float: left;
}

DIV#content UL.faq P, DIV#content UL.faq UL{
    width: auto;
}
DIV#content UL.faq P {
    margin-left: 0px;
}
