#center {
  width: 646px;
}

#center .subcontent-unit {
    background: #EBEBEB none repeat scroll 0 0;
    /*border: 1px solid #BEBEBE;*/
    margin: 0 0 1.5em;
    padding: 0 0 5px;
    overflow: hidden;
    width: 646px;
}

#center .subcontent-unit .news-single .news-single-content .subcontent-unit {
    margin: 0;
    padding: 0;
}

#center .round-border-topleft {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url('../img/bg_corner_topleft.gif') no-repeat;
    margin-top:-1px;
    margin-left:-1px;
}

#center .round-border-topright {
    width:10px;
    height:10px;
    position: absolute;
    z-index:100;
    background: url('../img/bg_corner_topright.gif') no-repeat;
    margin-top: -1px;
    margin-left: 641px;
}
/*
#center .subcontent-unit .news-single {
    width: 646px !important;
}
*/

#right {
  width: 300px;
}

#right .subcontent-unit {
    background: #EBEBEB none repeat scroll 0 0;
    /*border: 1px solid #BEBEBE;*/
    margin: 0 0 1.5em;
    padding: 0 0 5px;
    overflow: hidden;
    width: 300px;
}

#right .round-border-topleft {
    width:10px;
    height:10px;
    position:absolute;
    z-index:100;
    background:url('../img/bg_corner_topleft.gif') no-repeat;
    margin-top:-1px;
    margin-left:-1px;
}

#right .round-border-topright {
    width:10px;
    height:10px;
    position: absolute;
    z-index:100;
    background: url('../img/bg_corner_topright.gif') no-repeat;
    margin-top: -1px;
    margin-left: 290px;
}
/* 
#right .subcontent-unit ul {
    clear:both;
    white-space:normal;
    margin:0 10px 1.0em 10px;
    color:rgb(80,80,80);
    line-height:1.3em;
    font-size:100%;
}

#right .subcontent-unit ul li {
    border-bottom: 1px solid #BEBEBE;
    padding-top: 5px;
    line-height: 15px;
}

#right .subcontent-unit ul li span.count {
    font-size: 85%;
    line-height: 24px;
}

#right .subcontent-unit ul li:hover {
    background: #190099;
    color: rgb(200,200,200);
}

#right .subcontent-unit ul li a,
#center .subcontent-unit table.category-list a {
    text-decoration: none;
    color: black;
}

#right .subcontent-unit ul li a:hover,
#center .subcontent-unit table.category-list a:hover {
    text-decoration: none;
    color: rgb(200,200,200);
}
*/
