/* layout for two columns, left fixed, right fluid holding the main content */
#content {
  /*margin: 0 185px;*/
	margin-left: 1em;	
}

#content-wrapper {
  margin-left: 175px;
}

#content-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 175px;
  background-color: #006699;
 
}

/*#content-right { -- there is no content-right
}*/

