/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_gold {
	width: 100%;
	background-color: #fdfbe1;
	border-right: #E5A039 1px solid; 
	border-top: #E5A039 1px solid; 
	border-left: #E5A039 1px solid; 
	border-bottom: #E5A039 1px 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: #fdfbe1;
}

