﻿
form, html
{
    margin: 0;
    padding: 0;
}

body
{
    background-image: url(../img/backgroundPattern.gif);
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

#pageContainer
{
    background: url(../img/pageContainerBackground.gif);
    width: 960px;
    position: relative;
    margin: 0 auto;
}

#header
{
    background: url(../img/header0.jpg) no-repeat;
    height: 200px;
    width: 960px;
}
#header.header0
{
    background-image: url(../img/header0.jpg);
}
#header.header1
{
    background-image: url(../img/header1.jpg);
}
#header.header2
{
    background-image: url(../img/header2.jpg);
}
#footer
{
    background: url(../img/footerBackground.gif) repeat-y;
    position: relative;
    bottom: 0;
    clear: left;
}

* html #footer
{
    margin-top:45px;
}

#footerBottom
{
    width: 890px;
    padding: 0 0 50px 70px;
    min-height: 143px;
    background: url(../img/footerBottom.gif) no-repeat center bottom;
}

* html #footerBottom
{
    height:143px;
    position: relative;
}

.footerColumn
{
    float: left;
    width: 205px;
    padding-right: 15px;
}

* html .footerColumn
{
    margin-right: -3px;
}

#contentContainer
{
    position: relative;
    top: 0;
    width: 670px;
    float: left;
}
#leftColumn
{
    position: relative;
    top: 0;
    width: 290px;
    min-height: 330px;
    background: url(../img/leftColumnBackground.gif) no-repeat;
    float: left;
    overflow: hidden;
}

* html #leftColumn
{
    height: 330px;
}

#verticalMenu
{
    margin-left: 70px;
    width: 180px;
    height: 200px;
}
#horizontalMenu
{
    width: 480px;
    height: 45px;
    position: absolute;
    top: 155px;
    right: 70px;
    z-index: 100;
}

* html #horizontalMenu
{
    position: relative;
    z-index:100;
    top: -45px;
    left: 410px;
    width: 500px;
    margin-bottom: -45px;
}

.banner
{
    background-image: url(../img/baner_bkg.jpg);
    height: 301px;
    width: 650px;
    padding: 28px 0 0 20px;
}
.textPanel
{
    width: 670px;
    background: url(../img/newsTop.png) no-repeat;
    padding: 0;
    margin: 0;
    padding: 18px 0 10px 0;
}
.textPanelBack
{
    width: 560px;
    background: url(../img/newsBack.png) repeat-y;
    min-height: 170px;
    padding: 10px 50px 0 60px;
}

* html .textPanelBack
{
    padding: 10px 70px 0 30px;
    margin-left:30px;
    margin-right: -40px;
}

.textPanelBottom
{
    width: 670px;
    background: url(../img/newsBottom.png) no-repeat bottom;
    min-height: 24px;
    padding: 0;
    margin: 0;
    padding-bottom: 24px;
}
