body{
    margin: 0;
    background: url(images/tlo.jpg) #23649c no-repeat center top;
}

.aligner{
    position: relative;
    z-index: 1;
}

.bg_header{
    position: absolute;
    width: 100%;
    height: 102px;
    background: url(images/header.png) repeat-x;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.bg_menu{
    position: absolute;
    width: 100%;
    height: 44px;
    background: url(images/bg_menu2.png) repeat-x;
    top: 102px;
    left: 0px;
    z-index: 0;
}

.logo{
    position: absolute;
    width: 112px;
    height: 77px;
    background: url(images/logo.png);
    top: 10px;
    left: 0px;
    z-index: 0;
}

.searchDiv{
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.searchTxt{
    background-color: #163757;
    color: #FFFFFF;
    width: 225px;
    height: 22px;
    font: normal 12px Arial;
    border: 1px solid #224f7c;
    padding: 2px;
}

.searchBtn{
    border: 1px solid #153452;
    background: url(images/guzik.png) repeat-x;
}

.header{
    position: relative; 
    width: 976px; 
    height: 102px; 
    z-index: 1;
}

.main{
    background-color: #eff0eb;
    position: relative;
    width: 976px;
    border: 1px solid black;
    z-index: 1;
}

.main2{
    position: relative;
    width: 976px;
    z-index: 1;
}

.menu{
    position: relative; 
    background: url(images/bg_menu.png) repeat-x;
    width: 976px; 
    height: 44px; 
    z-index: 1
}

.spacerMenu {
    width: 2px;
    background: url(images/menu_spacer.png) no-repeat;
    height: 42px;
}

.positionMenu {
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: middle;
    text-align: center;
    font: bold 10pt Arial;
    color: white;
    text-decoration: none;
}

.positionMenuHref {
    font: bold 10pt Arial;
    color: white;
    text-decoration: none;
}

.rotator{
    position: relative;
    top: -2px;
    width: 976px;
}

.content{
    width: 976px;
    position: relative;
    top: -2px;
}

.spacer{
    width: 976px;
    position: relative;
    top: -2px;
    height: 5px;
}

.footer{
    text-align: left;
    font: 10pt Arial;
    width: 900px;
    border-top: 1px solid #000000;
}

.footer2{
    left: 0px;
    float: left;
    color: #FFFFFF;
    font: 10pt Arial;
    text-decoration: none;
    height: 100px;
}

.footer3{
    right: 0px;
    width: 200px;
    float: right;
    color: #FFFFFF;
    font: 10pt Arial;
    text-decoration: none;
    height: 100px;
}

.box_bottom{
    float: left;
    width: 300px;
    margin-top: 30px;
    text-align: justify;
    font: normal 12pt Arial;
}

.box_bottom_title{
    font: bold 18px Arial;
}

.box_bottom_content{
    margin-left: 15px;
    margin-right: 15px;
    font: normal 16px Arial;
    color: #4e4e4e;
}

