Xalgia
Попробуйте найти у себя в ХТМЛ-верх этот код:
<style type="text/css"> #forum { max-width: 690px !important; padding: 0px; } #sidebar { display: block; background: transparent url(); width: 200px; height: 500px; margin:1px; float: left; border:none; position: relative; z-index: 0; top: 0px; padding: 0; } </style>
И заменить на:
<style type="text/css"> #forum { max-width: 690px !important; padding: 0px; } #sidebar { display: block; background: transparent url(); width: 200px; height: 500px; margin:1px; float: left; border:none; position: relative; z-index: 0; top: 0px; padding: 0; font-family: "Microsoft Sans Serif" !important; } </style>