/* boxes */

.boxTypeSite{margin:auto;background-color:#fff;color:#333333;}
.boxTypeSite *{

	}
.boxTypeSite .hLft{
	background:url(images/boxes/site/tx--.jpg) no-repeat top left;
	}
.boxTypeSite .hRht{
	background: url(images/boxes/site/t--x.jpg) no-repeat top right;
	}
.boxTypeSite .fLft{
	background: url(images/boxes/site/bx--.jpg) no-repeat bottom left;
	}
.boxTypeSite .fRht{
	background: url(images/boxes/site/b--x.jpg) no-repeat bottom right;
	}
.boxTypeSite .lft{
	background: url(images/boxes/site/cx--.jpg) repeat-y bottom left;
	}
.boxTypeSite .rht{
	background: url(images/boxes/site/c--x.jpg) repeat-y bottom right;
	}
.boxTypeSite .head{
	background: url(images/boxes/site/t-x-.jpg) repeat-x top right;
	}
.boxTypeSite .foot{
	background: url(images/boxes/site/b-x-.jpg) repeat-x bottom right;
	}
.boxTypeSite .boxCentre{
	/*background-color:#FF0000;*/
	padding-top:11px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:10px;
	}
.boxTypeSite .boxInner{
	min-height:50px;
	}
* html .boxTypeSite .boxInner{
	height:50px;
	}
.boxTypeSite .boxHold{
	height:15px;
	background-color:#FF0000;
	}
