/* 
================================
 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 {
   border: 1px solid #FFFFFF;
	background-image: url(text-bg.jpg);
	background-color: Black;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
}
.containerR2b {
   border: 0px;
	background-color: transparent;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

