/* 
======================================
CLS 01/2007 Dog Wash Gold Container Styles
======================================
*/   

.containermaster_burgundy {
	width: 100%;
	background-color: #fdfbe1;
	border-right: #E5A039 2px solid; 
	border-top: #E5A039 2px solid; 
	border-left: #E5A039 2px solid; 
	border-bottom: #E5A039 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_gold {
	background-image: url(gradient_gold.jpg);
}
.containerrow2_gold {
	background-color: #ffffff;
}


