/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_brown {
	width: 100%;
	background-color: #F3EAEB;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-image: url(brownbg.gif); 
	background-repeat: no-repeat;
	background-position: bottom right;
}

.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.leaftitlebg {
	background-image: url(leaftitlebg.gif); 
	background-repeat: repeat-x;
}

.header {
	background-image: url(headerbg.gif); 
	background-repeat: no-repeat;
	background-position: left;
	color: #8F6B35;
	font-family: arial;
	font-size: 16px;
	height: 38px;
	padding-top: 5px;
	padding-bottom: 3px;
}
.containermaster_side {
	width: 200;
	background-color: #ffffff;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
