/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #FFFFFF;
	border: 0px 0px 0px 0px;
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containerrow {
	background-image: url(dottedline.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}




































