.ContainerMaster{width: 100%;
	background-color: transparent;}
.ContainerSimple{width: 100%;
	background-color: #ffffff;
	border-right: #a28e65 3px solid; 
	border-top: #a28e65 3px solid; 
	border-left: #a28e65 3px solid; 
	border-bottom: #a28e65 3px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;}
.Top{background-image: url(images/cntr_top.png);
	background-repeat: repeat-x;
	width: 100%;
	height:18px;}
.TopLft{background-image: url(images/cntr_tl.png);
	background-repeat: no-repeat;
	width:18px;
	height:18px;}
.TopRt{background-image: url(images/cntr_tr.png);
	background-repeat: no-repeat;
	width:19px;
	height:18px;}
.Left{background-image: url(images/cntr_left.png);
	background-repeat: repeat-y;
	width:18px;
	height:100%;}
.Right{background-image: url(images/cntr_right.png);
	background-repeat: repeat-y;
	width:19px;
	height:100%;}
.Bottom{background-image: url(images/cntr_bottom.png);
	background-repeat: repeat-x;
	width: 100%;
	height:17px;}
.BtmLft{background-image: url(images/cntr_bl.png);
	background-repeat: no-repeat;
	width:18px;
	height:17px;}
.BtmRt{background-image: url(images/cntr_br.png);
	background-repeat: no-repeat;
	width:19px;
	height:17px;}
.ContentBkgd{/*background-image: url(images/cntr_bkgrd.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:146px;
	background-position:bottom;*/
	background-color: #ffffff;
	text-align:center;}
.ContainerPane{background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align:center;}
