/* 
    Document   : style.page.index
    Created on : 2012.23.2, 22:21:02
    Author     : intuuzis
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

a {
    color: #7d3f60;
    text-decoration: none;
}

a:hover {
    color: #5A2E46;
}

#index_top {
    height: 88px;
    background-image: url('../images/index_top_background.png');
   /* border: 1px solid black; */
}

#js_slideshow {
    height: 616px;
    padding-top: 40px;
    border-bottom: 5px solid #ededed;
    background-image: url('../images/index_js_background.png');
}

#js_slideshow_box {
    width: 1060px;
    height: 550px;
    padding-top: 64px;
    margin: 0 auto;
}

#index_info {
    width: 940px;
    height: 380px;
    margin: 0 auto;
    margin-top: 20px;
    /* border: 1px solid #CCCCCC; */
}

.index_info_box {
    width: 450px;
    float: left;
    padding-right: 19px;
    margin-top: 15px;
    text-align: justify;
}



