  
Body |   
 { 
		/* left col in 2 col*/ 
		  
		 width:50%; 
		 float:left; 
	             overflow:visible; 
		 min-width:120px; 
		 max-width:30px; 
		 border:1px solid rgb(182,182,182); 
		 background-color:white; 
		 padding:10px;  
		 margin-left:10px; 
 
		 z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */ 
 		 voice-family: "\"}\""; 
		 voice-family:inherit; 
		 }	 
 
 |