10
background-color: #eee;
26
/* column container */
28
position:relative; /* This fixes the IE7 overflow hidden bug */
31
width:100%; /* width of whole page */
32
overflow:hidden; /* This chops off any overhanging divs */
35
/* 2 Column (left menu) settings */
37
background:#fff; /* right column background colour */
40
right:60%; /* right column width */
41
background:#f4f4f4; /* left column background colour */
44
width:60%; /* right column content width */
45
left:100%; /* 100% plus left column left padding */
48
width:35%; /* left column content width (column width minus left and right padding) */
49
left:2%; /* (right column left and right padding) plus (left column left padding) */
57
background-color: #ff00ff;
64
background-color: #ffff00;
b'\\ No newline at end of file'