/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_tan {
	width: 100%;
	background-color: #ebe8d3;
	border-right: #D0AAD1 0px solid; 
	border-top: #D0AAD1 0px solid; 
	border-left: #D0AAD1 0px solid; 
	border-bottom: #D0AAD10px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_tan {
	background-image: url(gradient_tan.jpg);
}
.containerrow2_tan {
	background-color: #ffffff;
}
