/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_yellow {
	width: 100%;
	/*background-color: #ffd696;*/
	background-color: #FF8F54;

	border-right: 0 1px solid; 
	border-top: 0 1px solid; 
	border-left: 0 1px solid; 
	border-bottom: 0 1px solid; 

/*	border-right: #FF6600 1px solid; 
	border-top: #FF6600 1px solid; 
	border-left: #FF6600 1px solid; 
	border-bottom: #FF6600 1px solid; */
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_yellow {
/*	background-image: url(Living_yellow.jpg);*/
	background-color: #FF8F54;
}
.containerrow2_yellow {
	background-color: #ffffff;

}

