/* ------------------------------------------------------
 * 3 cols Layout
 * ------------------------------------------------------
 */
.left-col {
	float: left;
	width: 230px;
	background-image: url(../images/left_bg.gif);
	background-repeat: no-repeat;
	background-position:top right;
}

#left-col-bottom {
	padding:10px;
	background-image: url(../images/left_col_bottom2.gif);
	background-repeat: no-repeat;
	background-position:top right;

}

.middle-col {
	margin-left: 230px;

	
}

.right-col {

	display:none;

}

#right-col-top {
	display:none;
	}
#right-col-bottom {
	display:none;
}
#middle-col-top {

	height:1%;
	}
#middle-col-bottom {
	display:none;
}

/* IE Bugs */

/* \*/
* html .middle-col {
	
	height:1%;
	}
* html .left-col {
	

	}
* html .right-col {
	

	}
/* */