body {
        margin: 0;
        padding: 0;
		border: 0;
		height: 100%; 
		max-height: 100%;
      }
html {
        margin:0;
        padding:0;}
		
ul {    margin-top:0; margin-bottom:0; border: 0; }
	  
#content { margin-left: 230px; margin-top: 20px; margin-right: 20px; margin-bottom: 20px;}

#nav {  position:fixed;
        top:0;
        left:0;
        width:200px;
        margin:0;
        padding:0;
		color:#000000;}

.menuholder{margin-left: 0px; margin-top: 30px; margin-right: 30px; margin-bottom: 30px;}

     <!--[if lte IE 6]>
     <style type="text/css">
      #nav {
        position:absolute; 
		z-index:1;
      }
      </style>
      <![endif]-->