HTML {
        height: 100%;
}

BODY
{
        margin: 0;
        height: 100%;
        background-color: #FEFCA0;
        background-image: url(images/bg.gif);
        background-repeat: repeat-x;
}
/* ------------ Основной контент -------------------- */
#content
{
    padding: 10px;
    background: #FFF;
    border: 1px solid #8B8B8B;
}
BODY, td
{
        font-size: 12pt;
        font-family: Times New Roman;
}
p
{
        margin:0;
        text-align:justify;
        margin-bottom:10px;
}
h1
{
        font-size: 18pt;
        color: #021890;
}
h2
{
        font-size: 16pt;
        color: #021890;
}
h3
{
}
h4
{
}
/* end ------------ Основной контент -------------------- */
a.menu
{
        color: #444;
        font-family: Arial;
        font-size: 10pt;
        font-style: italic;
        padding: 0 4px;
        line-height: 20px;
}
a.menu:hover
{
        color: #000;
}
#subMenuDiv
{
        padding: 3px 3px 9px 3px;
        background-color: #BBB;
}
a.subMenu
{
        color: #444;
        font-family: Arial;
        font-size: 10pt;
        line-height: 20px;
        border-bottom: 1px solid #898989;
        padding: 1px 3px;
        display: block;
}
a.subMenu:hover
{
        color: #000;
        background-color: #E8E8E8;
}
a
{
        color: #8A2509;
        font-weight:bold;
        text-decoration:none;
}
a:hover {
        color:#D3856F;
}
/* end ------------ Основной контент -------------------- */
/* ------------ Форма для отправки писем -------------------- */
#formLetter, #formLetter td
{
        line-height:20px;
        color:#555555;
        font-family:"Trebuchet MS", Arial, Verdana;
        font-size: 10pt;
        padding-right: 10px;
}
#formLetter h1
{
        font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
        font-size:14pt;
        text-transform:uppercase;
        font-weight:normal;
        margin:0;
        padding:0;
        padding-top:15px;
        color:#026058;
        margin-bottom:10px;
        text-align:left;
}
#formLetter form
{
        margin: 0;
}
#formLetter TEXTAREA, #formLetter INPUT, #formLetter SELECT
{
        background: #FFFFFF;
        border: 1px solid #DDDDDD;
}
#formLetter .button
{
        font-family:"Trebuchet MS", Arial, Verdana;
        background: #EEEEEE;
        border: 1px solid #DDDDDD;
        color: #AAAAAA;
        font-weight:bold;
}
#formLetter INPUT.radio_w { background: #FBFBFB; border: none; }
#formLetter INPUT.radio_r { background: #FFF2F2; border: none; }
.commentErr
{
        font-weight: bold;
        color: #980505;
}
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4{display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#FBFBFB; border-left:1px solid #EEEEEE; border-right:1px solid #EEEEEE;}
.xb1 {margin:0 5px; background:#EEEEEE;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent
{
        padding: 10px;
        display:block;
        border:0 solid #EEEEEE;
        border-width:0 1px;
        color: #555555;
        vertical-align: top;
        text-align: left;
        background:#FBFBFB;
}
/* end ------------ Форма для отправки писем -------------------- */
/* ------------ Мой контент -------------------- */
#bottom
{
        position: relative;
        left: 0;
        bottom: 10px;
}
.copyright
{
        font-size: 8pt;
        color: #8B8B8B;
        font-family:"Trebuchet MS", Arial, Verdana;
        padding: 3px 0 3px 20px;
}
.copyright a
{
        color:#666;
        font-weight: normal;
}
.copyright a:hover
{
        text-decoration: underline;
        color: #8B8B8B;
}
/* end ------------ Мой контент -------------------- */

