html, body {
    height: 100%; 
    margin: 0; 
    padding: 0;

    background: #142472 url(../images/center-bg.png) left top repeat-x;
}

div#footer {
    background-image: url(../images/footer-bg-common.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 90px;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
}

div.home {
    background-image: url(../images/footer-bg.png) ! important;
}

#header {
    background: #ac0000 url(../images/header-bg.jpg) center top repeat-x;
    height: 190px;
}

#header img.logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.shadow-l, .shadow-r, #center {
    min-height: 425px;
}

.shadow-l {
    background: url(../images/shadow-l-bg.png) top left repeat-y;
    width: 976px;
    margin-left: auto;
    margin-right: auto;
}

.shadow-r {
    background: url(../images/shadow-r-bg.png) top right repeat-y;
    width: 971px;
    margin-left: 4px;
}

#center {
    width: 965px;
    background: url(../images/content-bg.png);
}

#footer a.logicast {
    padding-top: 45px;
    padding-right: 5px;
    float: right;
}

#footer {
    color: #6170bc;
}

#footer .copyright {
    position: relative;
    left: 10px;
    top: 10px;
    font-size: 0.8em;
}

ul#menu {
    width: 965px;
    margin-left: auto;
    margin-right: auto;
}

ul#menu li {
    list-style: url(../images/menu-list-style.gif);
    margin-left: 30px;
    position: relative;
    top: 5px;
    float: left;
}

ul#menu li a {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1em;
    
}

#center {
    position: relative;
}

#center address {
    font-style: normal;
}

p#main {
    width: 335px;
    padding: 0 25px 80px 25px;
    margin-bottom: -70px;
    margin-left: -163px;
    *margin-left: -190px;
    background: url(../images/main-p-bg.png) center bottom no-repeat;
    text-align: center;
    line-height: 1.1em;
    font-size: 0.9em;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    position: absolute;
    bottom: 0;
    left: 50%;
    top: 0;
    z-index: 1;
}


img#homeimg1 {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 5px;
    background-color: #ffffff;
}

img#homeimg2 {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px;
    background-color: #ffffff;
}

img#homeimg3 {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 5px;
    background-color: #ffffff;
}

img#homegerb {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 25px;
}

address {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#gallery {
    padding: 20px;
}

ul.gallery_categories li {
    margin-bottom: 5px;
    list-style: none;
}

ul.gallery_categories li.selected {
    font-weight: bold;
}

ul.gallery_categories li.selected a {
    text-decoration: underline;
}

.gallery_category_images {
    margin: 10px;
}

.gallery_thumbnail_image {
    float: left;
    padding: 5px;
}

.gallery_image {
    padding: 5px;
}

.tableimage {
    width: 100%; 
    text-align: center;
}

