/*========================================================*/
/*        CSS for DotNetNuke Skin - DjClub                */
/*               by Morteza Kermani                       */
/*           http://www.Markimodules.com                  */
/*========================================================*/

.containermaster {
	width: 100%;
	background-color: #e9e0c3;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}


.containermaster_02 {
	width: 100%;
	background-color: #dfd2a1;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;	
	background-image: url(images/Container02.jpg); 
	background-repeat: no-repeat;
	background-position: bottom right;
}


.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.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;
}


