/* =============================================================================

	2COL.CSS
	version: 1.8
	updated: 2009-03-20, 12:24 GMT+1

============================================================================= */

/* =============================================================================
LAYOUT
============================================================================= */

#cols {
	position:relative;
	padding-right:15px;
/*	background:url("../design/content.gif") 230px 0 repeat-y;*/
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#aside {float:left; width:215px; margin-right:0;}
#content {margin-left:232px; overflow:visible;}
#tray .ico-col2 {display:none;}

html>body #aside {margin-right:20px;}
html>body #content {
	margin-left:0;
	overflow:hidden;
	min-height: inherit;
}
