/* #################################################### THIS IS THE CASCADING STYLE SHEET (CSS) FOR PAGE 5 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; /* ADDED THIS */ width : 760px; /* ADDED THIS */ } /* Layout the content area */ #content { width : 480px; /* ADDED THIS */ margin : 7px 20px; } /* Layout the sidebar area and style its content */ #sidebar { width : 200px; /* ADDED THIS */ margin : 0 0 10px 10px; padding : 10px; } /* Layout the footer */ #footer { clear : both; width : 740px; /* ADDED THIS */ padding : 10px; text-align : center; font-size : 0.9em; }