/* ------------------------------------------------------
 * 3 cols Layout
 * ------------------------------------------------------
 */
.left-col {
	float: left;

	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;
	display:none;
}

.middle-col {
	margin-left: 230px;
	margin-right: 291px;
	display:none;

}

.right-col {
	float: right;
	width: 291px;
	padding: 0px 0px 10px 0px;


}

#right-col-top {
	
	}
#right-col-bottom {
	padding-top:10px;
	border-top: 1px solid #47748d;
}
#middle-col-top {
	display:none;
	height:1%;
	}
#middle-col-bottom {
	border-top: 1px solid #47748d;
	display:none;
}

/* IE Bugs */

/* \*/
* html .middle-col {

	}
* html .left-col {
	

	}
* html .right-col {
	

	}
/* */