* { margin: 0; padding: 0; list-style-type: none; } html { background-color: #F4F4F4; } body { background-color: #F4F4F4; width: 776px; margin: auto; margin-top: 7px; } #header { background-image: url(../img/header.jpg); background-position: top left; background-repeat: no-repeat; height: 92px; margin-bottom: 7px; } #right { background-color: #4d4f53; float: right; width: 200px; } #right .top { background-image: url(../img/righttop.jpg); background-repeat: no-repeat; height: 7px; } #right .bottom { background-image: url(../img/rightbottom.jpg); background-repeat: no-repeat; height: 7px; background-color: #F4F4F4; } #right .content { padding-left: 7px; color: #F4F4F4; } #main { background-color: #4d4f53; width: 567px; } #main .top { background-image: url(../img/maintop.jpg); background-repeat: no-repeat; height: 7px; } #main .bottom { background-image: url(../img/mainbottom.jpg); background-repeat: no-repeat; height: 7px; background-color: #F4F4F4; } #main .content { padding-left: 7px; color: #F4F4F4; } #main .content p { clear: none; } /************************************************************* Link styling ------------ Order must be: link, visited, hover, active *************************************************************/ a:link { color: #FFFFFF; text-decoration: none; } a:visited { color: #FFFFFF; text-decoration: none; } a:hover { color: #FFFFFF; text-decoration: underline; } a:active { color: #FFFFFF; text-decoration: underline; }