/* #################################################### THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 7 Coded by Mike Cherim, http://green-beast.com/ USE YOUR BACK BUTTON TO RETURN ##################################################### */ /* This would normally be the body element */ #demobody { padding : 0; margin : 0; font : 100.1% 'lucida sans', 'lucida sans unicode', 'lucida grande', 'trebuchet ms', helvetica, arial, sans-serif; } /* This is the inner wrapper which contains the entire site */ #wrapper { width : 760px; border : 1px solid #000033; margin : 20px auto; } /* Jump link navigation styling */ ul#jumplinks { display : block; width : 760px; } /* The masthead and h1 styling */ #header { width : 760px; /* ADDED THIS */ height : 130px; /* ADDED THIS */ border-top : 1px solid #000033; /* ADDED THIS */ } #header h1 { padding : 0; /* ADDED THIS */ margin : 0; /* ADDED THIS */ } /* Layout the content area */ #content { float : left; display : inline; width : 480px; margin : 7px 20px; } /* Layout the sidebar area and style its content */ #sidebar { float : right; display : inline; width : 200px; margin : 0 0 10px 10px; padding : 10px; } /* Layout the footer */ #footer { clear : both; width : 740px; height : auto; /* ADDED THIS */ padding : 10px; text-align : center; font-size : 0.9em; }