@charset "UTF-8";

/* this is an absolute JOKE but it works damn well - even with extremely small viewports - 
	only disadvantage is the horiz. scrollbar at the bottom of div
 */
#col3_content 
{
	margin: 0px ;
	amargin-left:  -12px;
	overflow:scroll;
	overflow-x:scroll;
	overflow-y:auto;
	width: 500px;
	width: 85%;
}