/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {background-color:#2C0202; height:100%; margin: 0px;}
.pagemaster {
	width:100%;
	height: 100%;	
	background-color:#2C0202;
	padding:0px;
	margin:0px;	
	margin-bottom:-19px;
}
.body_left {
	background-image: url(back_left_2.gif);
	background-repeat: repeat-y;
	background-position:right;
	width:25px;
	background-color:#2C0202;
}
.body_right {
	background-image: url(back_right_2.gif);
	background-repeat: repeat-y;
	background-position:left;
	width:25px;
	background-color:#2C0202;
}


.shadebottomleftout {
	background-image: url(shade_left_out_2.gif);
	background-repeat: no-repeat;
	width:25px;
	height: 29px;
	background-color:#2C0202;
}
.shadebottomrightout {
	background-image: url(shade_right_out_2.gif);
	background-repeat: no-repeat;
	width:25px;
	height: 29px;
	background-color:#2C0202;
}
.shadebottom {
	background-image: url(shade_bottom_2.gif);
	background-repeat: repeat-x;
	background-color:#2C0202;
}
.shadebottomleft {
	background-image: url(shade_left_2.gif);
	background-repeat: no-repeat;
	width:6px;
	height: 15px;
	background-color:#2C0202;
}
.shadebottomright {
	background-image: url(shade_right_2.gif);
	background-repeat: no-repeat;
	width:6px;
	height: 15px;
	background-color:#2C0202;
}

