BODY {
    margin: 0px;
    font: 12px Arial;
    text-align: center;
    background-image: url(../img/bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

DIV#container {
    width: 932px;
    margin: 0px auto;
    text-align: left;
}

DIV#header {
    height: 44px;
    line-height: 41px;
    text-align: right;
}

DIV#header A {
    font: 12px Tahoma, Arial;
    color: #FFFFFF;
    text-decoration: none;
}

DIV#header A:hover {
    text-decoration: underline;
}

DIV#header #search {
    float: left;
    margin-left: 18px;
}

DIV#sidebar DIV#search {
    padding-top: 10px;
    padding-bottom: 10px;
}

DIV#menu {
    height: 37px;
    text-align: center;
}

DIV#menu A {
    display: block;
    width: 108px;
    height: 37px;
    font: 12px Tahoma, Arial;
    color: #414141;
    line-height: 35px;
    text-decoration: none;
    background-image: url(../img/menu_bg.gif);
    background-position: right;
}

DIV#menu A:hover, DIV#menu A.active {
    color: #FFFFFF;
    background-image: url(../img/menu_bg_hover.gif);
}

DIV#logo {
    height: 106px;
    margin-top: 20px;
    margin-bottom: 17px;
}

DIV#logo IMG.left {
    float: left;
}

DIV#logo IMG.logo {
    margin-left: 18px;
}

DIV.hline {
    width: 100%;
    height: 1px;
    font-size: 0px;
    background-color: #B7B7B7;
}


#content {
    width: 720px; /* +10px in case of padding in sidebar */
    padding: 0 10px 10px 10px;
    border-right: 1px SOLID #B7B7B7;
    vertical-align: top;
}

#sidebar {
    width: 212px; /* -10px in case of padding in sidebar */
    padding: 0 0 10px 18px;
    vertical-align: top;
}

#sidebar .link {
    width: 180px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px SOLID #B7B7B7;
}

#sidebar .first_link {
    width: 180px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#sidebar A {
    color: #A2A284;
    text-decoration: none;
    text-transform: uppercase;
}

P.news {
    clear: both;
}

P.news IMG {
    margin-right: 18px;
    margin-bottom: 18px;
}

DIV#footer {
    text-align: center;
}

DIV#footer A.footer {
    font: 11px Tahoma, Arial;
    color: #A2A284;
    text-decoration: none;
}

FORM {
    margin: 0px;
}

INPUT, SELECT, TEXTAREA {
    font: 12px Tahoma, Arial;
}


TABLE.form INPUT, TABLE.form SELECT, TABLE.form TEXTAREA {
    font: 11px Tahoma, Arial;
}

TABLE.admin {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
}

TABLE.admin TD, TABLE.admin TH {
    padding: 2px;
    border: 1px SOLID #DDDDDD;
}

TABLE.admin TH {
    font-weight: bold;
    background-color: #EEEEEE;
}

TABLE.admin TH A {
    text-decoration: none;
}

