#container { width: 780px; background-color: #333333; color: #333333; } #header { padding-top: 15px; padding-left: 30px; background-color: #333333; border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid; border-top-color: #666666; border-bottom-color: #666666; background-image: url(im.logo.gif); background-repeat: no-repeat; padding-bottom: 15px; margin: 0px; } #nav { font-family: Arial, Helvetica, sans-serif; font-size: 100%; display: inline; float: left; width: 100px; padding-top: 60px; padding-left: 20px; list-style-type: none; font-weight: bold; margin-right: 50px; } #nav ul { margin: 0px; padding: 0px; } #nav li { width: 100px; list-style-type: none; display: block; text-decoration: none; margin-bottom: 20px; float: left; font-family: Arial, Helvetica, sans-serif; font-size: 100%; } #nav a { font-family: Arial, Helvetica, sans-serif; list-style-type: none; text-decoration: none; width: 100px; display: block; font-weight: bold; color: #CCCCCC; } #nav a:link, #nav a:visited { color: #FFFFFF; text-decoration: none; } #nav a:hover, #nav a:active { color: #0080C0; } #content { clear: right; float: left; width: 550px; margin-top: 60px; margin-right: 10px; margin-left: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 80%; color: #CCCCCC; padding: 15px; } #footer { font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #CCCCCC; width: 780px; margin-top: 20px; bottom: 10px; margin-bottom: 20px; float: left; border-top-style: solid; border-bottom-style: solid; border-top-color: #666666; border-bottom-color: #666666; border-top-width: 2px; border-bottom-width: 2px; }