div#main_left {
    position: relative;
    float: left;
    width: 590px;
    z-index: 9998;
}

div#main_content {
    position: relative;
    width: 567px;
    height: 765px;
    background-image: url(../images/main_content_background.jpg);
    border: 1px solid #1C7CAF;
    padding: 10px;
}

div#main_content div.box_header {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px dotted #FFFFFF;
    width: 100%;
    text-align: right;
    margin-top: 40px;
}

div#main_content div.box_content {
    position: relative;
    width: 557px;
    padding-top: 10px;
    padding-right: 10px;
    height: 680px;
    overflow: auto;
}

span.title {
    font-size: 22px;
    font-weight: bold;
}

div.view {
    text-align: right;
}

div.big_blog {
    position: relative;
    
    width: 252px;
    height: 126px;
    float: left;
    display: block;
    margin-bottom: 20px;
    margin-right: 10px;
}

div.big_blog div.big_blog_image {
    position: relative;
    top: 10px;
    background-image: url(../images/blog_frame_big.gif);
    width: 232px;
    height: 116px;
    display: block;
    z-index: 5;
}

img.big_blog_thumbnail {
    position: relative;
    top: -5px;
    left: 11px;
}

div.big_blog div.big_blog_info {
    position: absolute;
    display: block;
    font-weight: bold;
    overflow: auto;
    width: 100%;
    top: 120px;
    text-align: left;
    z-index: 9998;
}

div.vote {
    position: absolute;
    right: 10px;
    top: 105px;
    z-index: 9999;
    font-weight: bold;
    color: #FFF004;
}

div.vote img {
    position: absolute;
    top: 12px;
}

div#paging {
    position: relative;
    width: 100%;
    text-align: center;
}

div#main_right {
    position: relative;
    float: right;
    width: 330px;
}

div#random_blog {
    position: relative;
    border: 1px solid #1C7CAF;
    width: 298px;
    height: 350px;
    padding: 15px;
    background-image: url(../images/random_blog_background.jpg);
}

div#random_blog div.box_header {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px dotted #FFFFFF;
    width: 100%;
    text-align: right;
}

div#random_blog div.box_content {
    position: relative;
    width: 100%;
    padding-top: 10px;
}
