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