

  body {
	background-color:#000000;
	}

  #wrap { 
	position:absolute;
	top:0px;
	width:926px;
	left:50%;
	margin-left:-463px;
    }

  #header {
    width: 926px;
    height: 137px;
	z-index:3;
    }

  #navigation { 
    position: absolute;
	top:137px;
	height:200px;
    width: 926px;
    text-align: left;
    background-color:#FF9900;
    color:#CC0000;
	z-index:4;
    }
	
  #navigation2 {
  	position: absolute;
	top: 170px;
	height: 120px;
	width: 926px;
	text-align: left;
	background-color:#FF9900;
    color:#CC0000;
	z-index:5;
    }

  #sidebar { 
	position:absolute;
	top:200px;
	left:716px;
    height: 574px;
    width: 180px;
    text-align: left;
    background-color: #FFBC66;
    color: rgb(142, 40, 0);
    padding: 15px;	
    }

  #content { 
    position:absolute;
	top:200px;
    height: 582px;
    width: 902px;
    text-align: left;
    padding: 12px;
	background-color: #FFFFFF;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    z-index: 7;
	overflow: auto;
    }
	
  #content2 { 
    position:absolute;
	top: 200px;
    height: 580px;
    width: 926px;
    text-align: left;
	z-index: 6;
    }
	
  #content3 { 
    position:absolute;
	top:200px;
    height: 582px;
    width: 902px;
    text-align: left;
    padding: 12px;
    background-color: #FF9A56;
    color: rgb(142, 40, 0);
    z-index: 8;
	overflow: auto;
    }
