/* CSS Document *//* for all browsers that understand min-width */.width {	width:100%;	min-width:600px;	/*margin:0 auto;*/	background-color: #6699cc;	left: auto;	right: auto;	/*margin-right: 8%;*/}/* the bodge for IE6 browsers */* html .minwidth {	border-left:600px solid #fff;	position:relative;	float:left;	z-index:1;	background-color: #6699cc;}* html .container {	margin-left:-600px;	position:relative;	float:left;	z-index:2;	text-align:left;	background-color: #6699cc;}ul {	width: auto;	margin-top: 0px;	padding-top: 0px;}
