body { font: 11px Arial; color: #fff; text-align:center; background: #DCDCDC ; margin: 0px; padding: 0px 0px 20px; } a { color: #56a0bd; text-decoration: none; } a:visited { color: #56a0bd; text-decoration: none; } a:hover { color: #ccda6d; text-decoration: underline; } #container { margin: 0px auto; width: 800px; background: #fff;} #header { width: 800px; height:165px; background: #DC143C; } #content { float: right; padding: 10px 0 0 7px; width: 600px; color: #000; text-align:left; background: #fff; } #sidebar { float: left; padding: 10px 0 0 7px; width: 183px; color: #000; text-align:left; background: #fff; } #footer { background: #D3D3D3; height: 100px; color:#000; margin: 0px; padding: 10px 12px 0px; clear:both; }