/* ------------------------------------------------------
 * 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;
	margin-right: 291px;


}
.middle-col p.bodytext {
	padding:0px 10px 5px 8px;
	margin:2px 0px 2px 0px;
	font-size:11px;

	}
.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 {

	height:1%;
	}
#middle-col-bottom {
	display:none;
}

/* IE Bugs */

/* \*/
* html .middle-col {
	margin-left: 227px;
	margin-right:288px;
	height:1%;
	}
* html .left-col {
	margin-right:-3px;

	}
* html .right-col {
	margin-left:-3px;

	}
/* */
