#title_topic {
    display:block;
    margin:0px;
    width: 750px;
    height: 302px;
    background: url(./images/title_topics.gif) no-repeat;
    text-indent: -999em;
}

#topic{
    padding:20px 0px 20px 40px;
    margin: 0px;
    background: url(./images/white_back.jpg) repeat-y;
}
#topic p{
    color: #761515;
    margin: 8px 0px;

}
#top_link {
}

#top_link a {
    cursor: pointer;
}

#top_link .web{
    display:block; 
    width:111px; 
    height:112px;
    background-image:url("./images/tpic_to_top_btm.gif");
    background-position: 0px 0px;
    position:absolute;
    top:172px;left:40px;
}

#top_link .web:hover{
    background-position: 0px -112px;
}

.entry {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 36px;
    padding-left: 20px;
    overflow: hidden;
}

.entry_img {
    float: left;
    display: block;
    width: 220px;
}

.entry_text {
    float: right;
    display: block;
    width: 450px;
}

.entry_em {
    margin-top: 12px;
    margin-bottom: 12px;
    color: #B02517;
    font-size: 16px;
    line-height: 22px;
}

.entry_p {
    margin-bottom: 12px;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
}

.entry_p a {
    line-height: 26px;
    text-decoration: none;
    color: #761515;
}

.entry_p a:hover {
    text-decoration: underline;
    color: #9E3434;
}