td.welcome
{
    width: 390px;
    background-color: #D4D4D4;
    background-image: url(img/welcome.jpg);
    vertical-align: top;
}

div.welcome_p1
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
}

div.welcome_p2
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: black;
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
}

td.contacts
{
    width: 146px;
    background-color: #D21D00;
    background-image: url(img/contacts.jpg);
    padding-left: 244px;
}
a.contacts
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
a.contacts:hover
{
    text-decoration: underline;
}



a.hint
{
    border-bottom: 1px dotted black;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    cursor: help;
}

a
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
}

a.nav
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a.nav:hover
{
    text-decoration: underline;
}

a.copyright
{
    color: gray;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: underline;
    text-align: right;
}

div.nav
{
    color: white;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 6px;
    padding-left: 160px;
}

td, p
{
    color: black;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
}

td.copyright
{
    color: gray;
    font-family: Verdana;
    font-size: 10px;
    text-decoration: none;
    text-align: left;
}

td.text
{
    padding: 15px;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    text-align: left;
    background: url(img/bg.jpg);
    border: 1px solid #AAAAAA;
    vertical-align: top;
    height: 512px;
}

td.nav
{
    background: no-repeat url(img/nav.jpg);
    height: 372px;
    vertical-align: top;

    padding-top: 3px;
}

td.thumb
{
    width: 200px;
    height: 200px;
    border: 1px solid #AAAAAA;
}

td.comment
{
    width: 200px;
    height: 200px;
    border: 1px solid #AAAAAA;
    background: #DDDDDD;
    padding: 10px;
    color: black;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6
{
    color: #888888;
    font-family: Verdana;
    text-align: left;
}

h1
{
    font-size: 16px;
}

h2
{
    font-size: 14px;
}

h3
{
    font-size: 13px;
}

li
{
    margin-bottom: 12px;
}

table.contact
{
    background-color: ButtonShadow;
}
tr.contact
{
    background-color: ButtonFace;
    color: black;
    font-family: Verdana;
    font-size: 11px;
}