/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_red {
	width: 100%;
	background-color: #000000;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #CC0000;

}
.containerrow1_red {
	background-image: url(gradient_MidR.jpg);
}
.containerrow2_red {
	background-color: #000000;
}


