﻿body {
    width: 100%;
	background-color: #5488D5;
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    z-index: -1;
    height: 100%;
	background-color: #FFFFFF;
}

#containerTop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    z-index: -1;
}

#headerTopLeft {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 60px;
    background: url(images/template/backgroundTopLeft.gif);
    z-index: -1;
}

#headerTopMiddle {
    position: absolute;
    top: 0px;
    left: 40px;
    right: 0px;
    height: 20px;
    background-image: url(images/template/backgroundTop.gif);
    z-index: -1;
}

#headerTopRight {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 60px;
    background: url(images/template/backgroundTopRight.gif);
    z-index: -1;
}

#divPageBackgroundLeft {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 40px;
    background-image: url(images/template/backgroundLeft.gif);
    z-index: -2;
}

#divPageBackgroundRight {
    position: fixed;
    top: 0px;
    left: 960px;
    bottom: 0px;
    width: 40px;
    background-image: url(images/template/backgroundRight.gif);
    z-index: -2;
}

#divPageBody {
    position: relative;
    top: 150px;
    left: 40px;
    right: 40px;
    width: 920px;
    bottom: 0px;
    background-color: #FFFFFF;
}

#containerBottom {
    position: relative;
    bottom: 0px;
    left: -40px;
    width: 1000px;
    height: 50px;
    z-index: -1;
}

#footerBottomLeft {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 50px;
    background: url(images/template/backgroundBottomLeft.gif);
    z-index: -1;
}

#footerBottomMiddle {
    position: absolute;
    bottom: 0px;
    left: 40px;
    right: 0px;
    height: 50px;
    background-image: url(images/template/backgroundBottom.gif);
    z-index: -1;
}

#footerBottomRight {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 50px;
    background: url(images/template/backgroundBottomRight.gif);
    z-index: -1;
}

#divSiteLogo {
    position: absolute;
    left: 40px;
    top: 30px;
    height: 512px;
    width: 71px;
    z-index: 1;
}

#divDailyReading {
    position: relative;
    width: 300px;
    height: 100%;
    overflow: auto;
}

#pageMainMenu {
    position: absolute;
    top: 100px;
    left: 60px;
    width: 100%;
    height:auto;
    z-index: 10;
}