/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.container_master {
	width: 100%;
}
.container_header {
	background-image: url(gradient_LtGray.jpg);
	clear:both;
}

.container_header_left {
	float:left;
}

.container_header_right
{
	float: right;
}

.container_body {
	background-color: #ffffff;
	clear:both;
}



