body { font-family: "trebuchet MS", Arial, helvetica, sansSerif; font-size: 100%; color: #333333; text-align: center; margin: 0px; background-color: #535353; } #header { height: 144px; width: 900px; background-image: url('ms_header.jpg'); background-repeat: no-repeat; text-align: center; padding-top: 0px; color: #000000; line-height: 110%; font-size: 15px; } #header h1 { font-size: 15px; font-weight: bold; padding-top: 75px; } #footer { background-image: url('ms_footer.jpg'); background-position: bottom; clear: both; height: 40px; font-size: 80%; padding-left: 10px; padding-top: 10px; background-color: #FFFFFF; } #left_side { float: left; width: 145px; padding-left: 4px; } #main_content { float: left; width: 570px; padding-left: 20px; padding-top: 10px; } #right_side { float: right; width: 145px; } #content { margin: 0px; width: 900px; } #navigation { background-image: url('ms_navigation.jpg'); height: 30px; text-align: center; } #wrapper { text-align: left; width: 900px; margin-top: 10px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-image: url('ms_content.jpg'); background-repeat: repeat-y; } 
