/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_brown {
	width: 100%;
	background-color: #F6F2E7;
	border-right: #AD8353 0px solid; 
	border-top: #AD8353 0px solid; 
	border-left: #AD8353 0px solid; 
	border-bottom: #AD8353 0px solid; 
	moz-border-radius-bottomleft: 0px; 
	moz-border-radius-bottomright: 0px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;

}
.containerrow1_brown {
}
.containerrow2_brown {
	background-color: #ffffff;
}

