/* ZEN CONCEPT *//* reset margins and padding */body, div, h1, h2, h3, h4, h5, p, ul, li {	margin: 0 ;	padding: 0 ;}/* default fonts and colors */body {    font-family: Tahoma, Arial, sans-serif ; /* need to find equiv of Tahoma for Firefox */    text-align: center ;    background-color: white ;	color: black ;	height:100%;}img {	margin: 0 ;	padding: 0 ;	border: 0; }h1, h2, h3, h4, h5 {    font-weight: normal;}/* establish border around entire page*/#container {  margin:  auto ;  margin-top: 30px;	/* temp - explore vertical centering */  width: 960px;   /* actual here should be 945px, but IE6 wants this wider, else it breaks the image area below the side menu */  text-align: left;  padding: 0;  border: 0px solid rgb(187,189,196);;   background-color: white ; /* yellow; */   }/* establish colors of structural areas */#footer {	background-color: white; /* green;  */	margin-top:80px;}/* #listingPage #footer {	margin-top:80px;}*/#header {	/* background-color:yellow; */}#wrapper {	background-color: white; /*purple;	*/	/* set to the same color as the sidebar */									/* purpose of the wrapper is to force the color of the sidebar to the bottom of the column */	/* border: 20px solid rgb(187,189,196); */	border-bottom: 0;	/* border-top: 0px; */	margin-top: 10px; 	width:100%;}#sidebar {	padding-top: 20px;	background-color:white ; /*green;*/	float: left; 	width:180px; }#content {	padding-top: 20px;	margin-left: 180px; 			/* set this margin to the edge of the side nav */	background-color: white; /* pink; */}#projectSidehead {	background-color:white; /*blue; */	float: left; 	width: 175px; /* IE6 FIX -- minused 3 extra pixels here to keep  image from breaking down below side menu */	height: 300px; /* must be at least as deep as deepest set of images (16) */	text-align: left;}#projectDetail {	background-color: white; /* orange;	*/ /* deepest element must not float */	margin-left: 180px; 		/* must be greater than margin of project sidehead */	width:585px;	/* margin-right: 115px; */}#categoryPage div#projectDetail {	margin-top:0;   /* was 5px */}