/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster
{
	width: 100%;
	background-color: white;
}

.containerhead
{
	background-image: url(bg_h1.gif);
	background-repeat: repeat-x;
}

.containerheadend
{
	background-image: url(h1_end.gif);
	background-repeat: no-repeat;
}


