Код:
[theloop]

<style>
div#mainRulesTown{
    background: url() rgba(0, 0, 0, 0.1);
    width: 90%;
    margin: 40px auto 10px auto;
    padding: 15px 0px;
    /* height: 610px; */
}

div#mainRulesTown h3{
    font-size: 20pt;
    color: #850000;
    font-family: fantasy;
    letter-spacing: 1px;
    width: 95%;
    margin: 0 auto;
    padding: 2px 0px 3px 0px;
    text-align: center;
}
div#mainRulesTown h4{
    font-weight: bold;
    font-size: 6pt;
    text-align: center;
    margin-top: -7px;
    margin-bottom: 7px;
}

div#mainRulesTown hr#onehrRulesTown{
    width: 95%;
    height: 3px;
    background-color: #850000;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    border-color: #000;
    border-bottom: none;
    border-width: 1px;
}

div#mainRulesTown hr#twohrRulesTown{
    width: 95%;
    height: 3px;
    background-color: #850000;
    margin: 0 auto;
    border-left: none;
    border-right: none;
    border-color: #000;
    border-top: none;
    border-width: 1px;
    }

div#txtRulesTown{
    margin: 20px 35px 20px 0px;
    padding: 0px 20px 0px 40px;
    position: relative;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

div#txtRulesTown p{
    margin: 0px 0px 0px 0px;
}

</style>



<div id="mainRulesTown">
<hr id="onehrRulesTown" />
<h3>Поговорим о насущном</h3>
<h4>хроника самых важных событий жизни форума</h4>
<hr id="twohrRulesTown" />
</div>