/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.ContainerMaster {
	width: 100%;
	background-image: url(none);
	background-repeat: no-repeat;
	}
	
.ContainerTitle {
	padding: 0px 0px 0px 0px;
	background-image: url(none);
	background-repeat: repeat-x;
}
.ContainerContent {
	background-color: transparent;
}

hr {
color: #C0C0C0;
}
