/* CSS Document */
/*specifics(index)*/
#layoutAB .col-A{
	margin-left: 0px;
	z-index: 10;
	width: 443px;
	background-color: #F3EEEA;
	border-left: solid 5px #fff;
	}
	
#layoutAB .incol-A{
	margin: 0;
	z-index: 10;
	width: 443px;
	height:333px;
	background-color: #F3EEEA;
	background:url(images/mainPic.gif) no-repeat left;
	border-left: solid 0px #fff;
	}

#layoutAB .col-B{
	z-index: 20;
	width:277px;
	background-color: #F3EEEA;
	border-right: solid 5px #fff;
	}
	
#layoutAB .incol-B{
    margin: 0;
	z-index: 20;
	width:274px;
	height:333px;
	background-color:#F3EEEA;
	background:url(images/headerT.gif) no-repeat right;
	border: solid 0px #ff9;
	}
