
/* Left column (33%) [leftcol] and right column [content3] */

#leftcol {
	 float:left; 
	 width:266px;
	 margin-left:-100%;
	}
#leftcol p {
	 padding-left: 10px; 
	 padding-right: 5px; 
	 line-height: 1.2;
	}
#leftcol a {color: blue;}

/* Right column (66%) */

#content3 {float:right; width:524px}
#content3 p {line-height: 1.2p; padding-right: 5px;}
#content3 a {color: blue;}

