BODY
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
#wrapper
{
    display: block;
    position: relative;
    width: 980px;
    margin: auto auto;
    border-right: 1px solid #416d8a;
    border-left: 1px solid #416d8a;
    font-family: Arial;
    font-size: 14px;
    color: #345066;
}
#pageHead
{
    display: block;
    position: relative;
    width: 980px;
    height: 209px;
    background-color: #76abd5;
    background-image: url('../img/pagehead.png');
}
#pageLogo
{
    display: block;
    position: absolute;
    width: 460px;
    height: 209px;
    left: 0px;
    top: 0px;
    background-image: url('../img/pagelogo.png');
}
#pageTitle
{
    display: block;
    position: absolute;
    width: 460px;
    height: 160px;
    right: 40px;
    top: 25px;
}
#mMenu
{
    display: block;
    position: relative;
    width: 980px;
    height: 50px;
    background-color: #98c8ee;
    border-top: 1px solid #416d8a;
    border-bottom: 1px solid #416d8a;
}
#pageFoot
{
    display: block;
    position: relative;
    width: 980px;
    height: 46px;
    border-top: 5px solid #315064;
	background-color: #9bc9ed;
	text-align:right;
}
DIV.contTr
{
    display: block;
    position: relative;
    width: 670px;
    margin: 15px auto;
}
IMG
{
    border: 1px solid #416d8a;
}

#mOnline
{
    display: block;
    position: absolute;
    width: 250px;
    height: 20px;
    bottom: 10px;
    right: 20px;
    text-decoration: none;
}
DIV.rightBlock
{
    display: block;
    position: relative;
    width: 160px;
    margin: 40px auto;
    padding: 10px;
    border-top: 1px solid #315064;
    border-bottom: 1px solid #315064;
}
