/* =============================================================================

	2COL.CSS
	version: 1.8
	updated: 2009-03-20, 12:24 GMT+1

============================================================================= */

/* =============================================================================
LAYOUT
============================================================================= */

#cols {
	position:relative;
	margin:15px 0;
	padding-left:15px;
	/*background:url("../design/content.gif") 10px 0 repeat-y;*/
}
#aside {float:right; width:215px; margin-left:0;}
#content {margin-right:232px; overflow:visible; min-height:200px;}
#tray .ico-col2 {display:none;}

html>body #aside {margin-left:20px;}
html>body #content {margin-right:0; overflow:hidden;}