/* 
    Document   : about
    Created on : 2013-7-18, 8:58:20
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

div.show_top{
    width: 1024px;
    margin-top: 10px;
}
.show_top p{
    text-align: right;
    font-weight: bold;
}

div.show_bottom{
    width: 1024px;
    margin-top: 10px;
}

.show_bottom img{
    float: left;
    width: 1024px;
}
div.show_left{
    width:400px;
    float: left;
}

.show_left img{
    float: left;
    width: 400px;
}
div.show_right{
    width:600px;
    float:right;
}

.show_right img{
    width: 600px;
    margin-top: 3px;
}