BODY
{
    background-color: #d4dce7;
	text-align: center;
    margin: 0px 0px 0px 0px;
}

#counter
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #ff0000;
    position: absolute;
    top: 80px;
    left: 480px;
    margin: 0 auto;
    width: 150px;
    text-align: left;
}

#home_pic
{
    position: absolute;
    top: 483px;
    left: 20px;
    border: none 1px black;
    width: 150px;
}

#header
{
    position:  relative;
    top: 0px;
    left: 0px;
    height: 85px;
    width: 900px;
    border-left: solid 26px #000e30;
    border-right: solid 26px #000e30;
    background-image: url(images/header.png);
}

#bar
{
    position:  relative;
    top: 0px;
    left: 0px;
    height: 8px;
    width: 900px;
    background-color: #188dde;
    border-left: solid 26px #336699;
    border-right: solid 26px #336699;
}

#content
{
    position:  relative;
    top: 0px;
    left: 0px;
    width: 870px;
    background-color: #e2ebf6;
    border-left: solid 26px #adbccf;
    border-right: solid 26px #adbccf;
    padding: 15px;
    height: 725px;
}

#reawaken
{
    position: absolute;
    top: 497px;
    left: 34px;
}

#menu
{
    width: 160px;
    height: 725px;
    background-image: url(images/menu_border.png);
    float: left;
    text-align: center;
}

#text_home
{
    width: 660px;
    height: 695px;
    background-image: url(images/home_border.png);
    float: right;
    padding: 15px;
}

#text
{
    width: 660px;
    height: 640px;
    background-image: url(images/text_border.png);
    float: right;
    padding: 15px;
    top: 15px;
    position: relative;
}

#title
{
    width: 660px;
    height: 33px;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    font-family: Tw Cen MT, Verdana, Helvetica, Sans-Serif;
    font-variant: small-caps;
    font-size: 14pt;
    color: #0000a0;
    float: right;
    background-image: url(images/title_border.png);
    padding-top: 7px;    
}

#content_area
{
    height: 100%;
    overflow: auto;
    font-family: verdana, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: Black;
}

