body { background-color: #fff;}body, html { margin: 0px; padding: 0; height: 100%; width: 100%; border: 0;}div#placer { /* horizontaly centers the site */ position: relative; top: 0px; left: 0px; height: auto; /* makes the height fit the content */ width: 600px; /* width of the site */ margin: 0; /* spacing outside the div */ margin-left: auto; /* centers the div */ margin-right: auto; /* centers the div */ padding: 0; /* spacing inside the div */ background-color: transparent; /* controls the background of the div... change to 'transparent' to use no color */}div#top { position: relative; /* positions the div relative to the previous one */ display: block;  margin: 0;  padding:  0; height: 120px; width: 600px;  background-color: transparent;}div#menu { position: relative; display: block;  margin: 0;  padding: 2px 0px 0px 0px; height: 60px; width: 600px;  text-align: center; /* centers text */ background-color: transparent;}div#content { position: relative;  display: block;  margin: 0;  padding: 10px 20px 40px 20px; /* paddings inside div... top,right,bottom,left */ /* n0 height specified to allow div to scale to content */ width: 560px; /* less wide to correct for the added padding */ background-color: transparent;  }	div#picture_left {	 float: left;	 display: block;	 height: 405px;	 width: 260px; 	 margin: 0;	 padding: 0;	 background-color: #fff;  	 	}	div#about {	 position: relative;	 display: block;	 width: 280px;	 	 margin: 0;	 padding: 0;	 background-color: #fff; 	 	}	html>body div#about { /* float fix in firefox */	 margin-left: 260px;	}div#bottom { position: relative; top: 0px; left: 0px; width: 600px; height: 0px; padding: 0; margin: 0; background-color: transparent;}div#clear { display: block; clear: both; visibility: hidden;} a img {border: 0px;}/* -- table ----------------------------- */table { margin: 0; padding: 0; cellspacing: 0; cellpadding: 0; border: 0; border-collapse: collapse; vertical-align: top;}td { vertical-align: top;}td p { margin: 0px 0px 12px 0px;}