body {
		margin: 0px;
		padding: 0px;
		font: 14px Arial, Verdana, Sans-serif, Serif;
		background: url(../image/bg/bg.jpg) repeat-y;
 		background-color: #ffffff !important;
    color: #000000;
	  }

/* CONTAINERS */

#loading {
    z-index: 4;
    position: absolute;
    top: 40px;
    left: 230px;
    width: 180px;
    height: 145px;
    border: 1px solid #cccccc;
    background-color: #235894;
    text-align: center;
    font: bold 30px Arial, Verdana, Sans-serif, Serif;
    color: #ffffff;
    -moz-opacity:0.8; -khtml-opacity:0.8; opacity:0.8;
    filter:Alpha(opacity=80, finishopacity=80, style=0);
	  }

#menu {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 265px;
    height: 529px;
    text-align: left;
    background: url(../image/bg/menu.jpg) no-repeat;
	  }

#header_bg {
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 265px;
    width: 80%;
    height: 147px;
    background: url(../image/bg/header_bg.jpg) repeat-x;
    }
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 717px;
    height: 147px;
    background: url(../image/bg/header.jpg) no-repeat;
    }

#body {
    z-index: 1;
    position: absolute;
    left: 265px;
    top: 147px;
    width: 717px;
    text-align: center;
    /*overflow: scroll;*/
    } 
 
#content {
    position: relative;
    width: 707px;
    padding: 5px 5px 10px 5px;
    text-align: left;
    }
    
#footer {
    z-index: 1;
    position: relative;
    width: 687px;
    height: 17px;
    padding: 6px 15px;
    background: url(../image/bg/footer.jpg) no-repeat;
    text-align: left;
    }
#copyright {
    z-index: 1;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    text-align: center;
    color: #999999;
    font: 12px Arial, Verdana, Sans-serif, Serif;
    }
    
.block {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    border:1px solid #ffffff;
    }
.block:hover {
    width: 100%;
    padding: 5px;
    margin: 10px 0px;
    border:1px solid #cccccc;
    }
    
#navbar {
    z-index: 1;
    position: absolute;
    right: 3px;
    top: 10px;
    border: 0px;
    font: 12px Arial, Verdana, Sans-serif, Serif;
    color: #235894;
	  }
