html,body { margin: 0; padding: 0; height: 100%; }
body { background: #4f2e2b url(../img/bg.jpg) repeat; text-align: center; font-family: Tahoma; font-size: 11px; color: #430000; }
a img { border: 0; }
a { color: #fff; }
a:hover { color: #000; }
div.br { clear: both; }
div.br2 { clear: both; height: 100px; }
* {  }

p { margin: 8px 0; }

div.wrapper { background: #fff url(../img/content_bg.jpg) repeat-y; margin: 0 auto; text-align: left; width: 990px; min-height: 100%; height: auto !important; height: 100%; margin-bottom: -100px; }

div.header { height: 250px; background: url(../img/header_bg.jpg) no-repeat; }
div.header h1 { margin: 0; font-weight: normal; font-size: 11px; padding-top: 90px; margin-left: 200px; }

div.header div.contacts { text-align: right; width: 200px; padding-top: 47px; }
div.header div.contacts h3 { margin: 0; font-size: 18px; font-weight: normal; padding-right: 20px; margin-bottom: 20px; }

div.content { background: url(../img/content_top.gif) repeat-x; padding: 30px 30px 30px 0; }
div.content div.menu { width: 250px; float: left; }
div.content div.menu div.section { height: 35px; line-height: 30px; background: url(../img/section_bg.gif) no-repeat; font-size: 18px; color: #fff; padding-left: 20px; }
div.content div.menu div.links a { display: block; height: 30px; line-height: 30px; background: url(../img/menu_item_bg.gif) no-repeat; color: #fff; padding-left: 33px; margin-bottom: 5px; text-decoration: none; }
div.content div.menu div.links a:hover { background: url(../img/menu_item_bg_act.gif) no-repeat; }
div.content div.menu div.block { color: #fff; padding: 5px 33px 10px; text-align: justify; }
div.content div.menu div.block a img { margin-bottom: 5px; }

div.content div.mainContent { margin-left: 280px; }
div.content div.mainContent h3 { margin: 0; font-size: 18px; font-weight: normal; line-height: 30px; height: 30px; margin-bottom: 5px; }
div.content div.mainContent h4 { margin: 0; font-size: 14px; font-weight: bold; line-height: 30px; height: 30px; margin-bottom: 5px; }
div.content div.mainContent a { color: #000; }

div.footer { background: url(../img/footer_bg.gif) repeat-x; margin: 0 auto; height: 100px; width: 990px; overflow: hidden; }
div.footer div.menu { margin-left: 280px; text-align: center; color: #300; padding-top: 10px; font-size: 9px; }
div.footer div.menu a { color: #430000; margin: 0 8px; font-size: 11px; }
div.footer div.menu a:hover { text-decoration: none; }
div.footer div.logo { text-align: left; margin-top: -20px; padding-left: 30px; float: left; }
div.footer div.contacts { text-align: right; padding-right: 30px; float: right; margin-top: 12px; }


table.tab { border-collapse: collapse; margin-bottom: 10px; width: 99%; }
table.tab td { border: 1px solid #000; }
