В CSS:
Code
/* Blocks */
.title {width: 210px; background: url('box-top.png') no-repeat; margin: 0 auto; height:48px;}
.block-title {text-align: left; font-size: 8pt; color:#fff; font-weight: bold; margin: 0; padding: 5px 10px; height:25px;}
.block-content {background: url('box-content.png') repeat-y;text-align: left; padding:2px 9px 1px 9px;}
.block-bottom {background: url('box-bottom.png') bottom no-repeat; height:53px; margin-bottom:53px;}
.threadNametd,.forumNameTd {padding:10px;color:#bbb;}
.threadNametd:hover,.forumNameTd:hover {border-left:3px solid #c7c7c7;padding:10px 10px 10px 7px;color:#aaa;background:#e1e3e3;}
На место блока:
Code
<!-- <block1> -->
<link href="style.css" rel="stylesheet" type="text/css" />
<div class="title"><h4 class="block-title"><!-- <bt> -->Название Блока<!-- </bt> --></h4></div>
<div class="block-content">
<!-- <bc> -->
СОДЕРЖИМОЕ БЛОКА
<!-- </bc> -->
</div><div class="block-bottom" ></div>
<!-- </block1> -->