BODY
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #e1e1e1;
}
#wrapper
{
    display: block;
    position: relative;
    width: 980px;
    margin: auto auto;
    border-right: 1px solid #424242;
    border-left: 1px solid #424242;
    font-family: Arial;
    font-size: 14px;
    color: #535353;
}
#pageHead
{
    display: block;
    position: relative;
    width: 980px;
    height: 209px;
    background-color: #76abd5;
    background-image: url('../img/pagehead.png');
}
#pageLogo
{
    display: block;
    position: absolute;
    width: 350px;
    height: 209px;
    left: 0px;
    top: 0px;
    background-image: url('../img/pagelogo.png');
}
#pageTitle
{
    display: block;
    position: absolute;
    width: 550px;
    height: 30px;
    right: 15px;
    bottom: 15px;
    color: #424242;
    z-index:  99;
}
#mMenu
{
    display: block;
    position: relative;
    width: 980px;
    height: 50px;
    background: #98c8ee url('../img/menufill.jpg') repeat-x;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
    z-index: 99;
}
#pageFoot
{
    display: block;
    position: relative;
    width: 980px;
    height: 47px;
    border-top: 5px solid #424242;
    background: #aaaaaa url('../img/pagefoot.png');
}
DIV.contTr
{
    display: block;
    position: relative;
    width: 670px;
    margin: 15px auto;
}
IMG
{
    border: 1px solid #535353;
}

#mOnline
{
    display: block;
    position: absolute;
    width: 250px;
    height: 20px;
    bottom: 1px;
    right: 1px;
    text-decoration: none;
    border: 1px dotted #252525;
    background: #9a9a9a;
    padding: 2px 10px;
}
DIV.rightBlock
{
    display: block;
    position: relative;
    width: 160px;
    margin: 40px auto;
    padding: 10px;
    border-top: 1px solid #315064;
    border-bottom: 1px solid #315064;
}
#oblako
{
    display: block;
    position: absolute;
    width: 590px;
    height: 150px;
    top: 0px;
    right: 20px;
    text-decoration: none;
    z-index: 4;
}
.bordered {
    border: 1px solid #b1b1b1;
}
