#pagewidth{ width:500px; text-align:left; min-width: 500px;margin-left:auto; margin-right:auto; } #header{ height:90px; width:100%; background-color:#1F71B8; } #outer{ border: solid white 0px; background-color: #FFFFFF; /* center column colour */ width: auto; } #footer{ height:35px; width:100%; background-color:#1F71B8; } #inner{margin:0; width:100%;} #maincol{ float: left; width: 100%; position: relative; margin: 10 -8px 0 -2px; } #outer>#inner { border-bottom: 1px solid #FFFFFF; } .clr{clear:both;} .content{padding:10px;} /*padding for content */ .floatright { float: right; } .floatleft { float: left; margin: 0 10px 10px 0; } .justify {text-align: justify} #header .content{padding-bottom:0;} /*padding bottom 0 to remove space in IE5 Mac*/