/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containerMaster {
	width: 100%;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.containerR1 {
	background-color: transparent;
}
.containerR2 {
   background-repeat: no-repeat;
   background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
}



