/* 
    Document   : index
    Created on : 2013-7-16, 23:32:59
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/
div.show_top{
    width: 1024px;
    height:144px;
}
div.show_middle{
    width:1024px;
    height:328px;
    margin-top: 5px;
    border: 2px;
    margin-bottom: 10px;
}

div.show_bottom{
    width: 1024px;
    height:424px;
    margin-top: 20px;
}

div.show_left{
    height: auto;
    width:640px;
    float: left;
}

.show_left a{
    float:left;
    border: 0px;
    text-decoration: none;
    margin: 5px 5px;
}
.show_left a img{
    border: 0px;
}
div.show_right{
    width: 370px;
    float: right;
}

.show_right img{
    float: left;
    width: 370px;
}
