html, body { margin: 0; padding: 0; }
body { background: 	#ffffff repeat-y; }
#main { width: 600px; padding: 0px 25px 0px 15px; margin-left: 120px; }
#sidebar {background:#ffffff url("strip2.jpg") repeat-y scroll top left;
     width:110px;}


/* the following properties IE 6 and lower will ignore
because they come last, FF and other compliant browsers will override the above with these */
body > div#nav { width: 150px; margin-left: 20px; }
body > div#nav ul { width: 150px; margin: 0; padding: 0; }
/* and back to properties that IE knows */

h1, h2, h3 { margin-top: 0px; margin-bottom: 0px;} 
