

  body {
	background-color:#000000;
	}

  #wrap { 
	position:absolute;
	top:0px;
	width:926px;
	left:50%;
	margin-left:-463px;
    }

  #header {
    width: 926px;
    height: 137px;
    }

  #navigation { 
    position: absolute;
	top:137px;
	height:200px;
    width: 926px;
    text-align: left;
    background-color:#FF9900;
    color:#CC0000;
    }

  #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: 580px;
    width: 692px;
    text-align: left;
    background-color: #FF9A56;
    color: rgb(142, 40, 0);
    padding: 12px;
	overflow: auto;
    }