body div#secondary { 
 	float: left; 
 	clear: both;
	top: 35px; 
	left: 0px; 
	width: 175px; 
	height: auto;
	padding-top: 25px;
	padding-right:	6px; 
	padding-left: 10px;
	margin-left:	10px;
	margin-right:	6px;
	z-index: 60;
 }
body div#primary {   
	float: left;  
	top: 1px; 
	left: 1px; 	  
	width: auto;  /* was width: 410px;  */
	height: auto; 
	height: 100%; 	 
	border-left: none; 
	
	padding-top: 15px;
	padding-left: 6px;  
	padding-right: 6px; 
	padding-bottom: 0; 
	
	font-size: 12px; 
	line-height: 140%;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;   
	z-index: 20;	
}

body div#extra { 
	float: left; 
	top: 35px; 
	left: 10px; 
	width: 180px; 
	height: auto;
	
	padding-top: 15px;
	padding-left:	16px; 
	padding-right:	6px; 
	
	margin-left:	0px; 
	margin-right:	10px;
	border-left: none;		
	z-index: 40;
 }
body div#secondary img {
	border: 1px solid #3d1a00;
}
 
body div#secondary .text p { 
	line-height: 1.8em; 
	padding-bottom: 1em; 
	width: 160px; 	
	font-size: .85em; 
}

body div#primary p { width: auto; }
	
body div#primary p { 
	padding-bottom: 6px;
	font-size: 12px; 
	line-height: 140%;
}
body div#secondary a:link,
body div#secondary a:visited,
body div#extra a:link, 
body div#extra a:visited { 
	color: #c54d19;                      /* red */
	border-bottom: 1px dotted  #c54d19;
	text-decoration: none; 
	padding-bottom: 0; 
} 
body div#secondary a:hover,
body div#secondary a:active,	
body div#extra a:hover, 
body div#extra a:active  { 
	color: #3d1a00;                     /* dark brown */
	border-bottom: 1px dotted #3d1a00;
	text-decoration: none; 
	padding-bottom: 0;
}

