 #wrapper {
 	text-align: left;
 	margin: 0px auto;
 	padding: 0px;
 	border:0;
 	width: 700px;
 	background: url("/path/to/your/background_cols.gif") repeat;
}
 body { 
    color:#000000;
    background-color:#EAF8FF;
 }

a:link { color:#cc3333; }
a:visited { color:#660000; }
a:active { color:#ffff00; }

  .nfNavMenuItem { display: block; width:110px; font-family: verdana,helvetica,sans-serif; font-size:12px; }

  #nfNavMenu { position:fixed; top:0px; left:0px; width:130px; height:100%; margin:5px 5px;border-right:solid 1px black; visibility:visible; background-color:lightblue; }
  #nfNavMenu a { text-decoration:none; text-align:left; }
  #nfNavMenu a:hover { text-decoration:underline; background-color:green; }

  #content { position:fixed; top:0px; left:140px; width:750px; margin:10px; }
    #third { position:fixed; top:0px; left:910px; margin:10px;visibility:visible; background-color:lightblue; }




