/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster {
	width: 100%;
	background-color: #ffffff;
	BORDER-RIGHT: #DDDDDD 1px solid; 
	BORDER-TOP: #DDDDDD 1px solid; 
	BORDER-LEFT: #DDDDDD 1px solid; 
	BORDER-BOTTOM: #DDDDDD 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.conthead {
	width: 100%;
	background-color: #EAEAEA;
	background-image: url(containerbg.jpg);
	background-repeat:repeat-y;
	background-position: left;
}

