div#container{
    position: relative;
	width:100%;
    }
div#header{
	width:750px;
	height:106px;
}
dic#wrapper{ 
	width:750px;
	background:none;
	border:0px;
	padding:0px;
	margin:auto;
	}
div#content{
	width:586px;
	margin-left: 160px;
	padding-left: 4px;
    }

div#navigation{
	position: absolute;
	left:0px;
	width:160px;
	top: 107px;
	background-color: #F4F4F4;
	color: #333333;
	}

