/* Div Container tyles */


body {
	margin:30px;
	text-align:center;
	background-image: url(../image22/backgrb2202.gif);
	background-repeat:repeat-y;
	background-color:#000B16;
	}
	
#dcontent {
	width:980px;
	text-align:center;
	margin: 0px auto;
		/*background-color:#FFFFFF;*/
	}
	
#dbanner {
	float:left;
	height:130px;
	}
	
#dpaging {
	position:absolute;
	left:809px;
	top:130px;
	width:201px;
	height:15px;
	z-index:1;
	}	
	
#dnavileft {
	float:left;
	width:145px;
	height:450px;
	border-right-style:solid;
	border-right-width:2px;
	border-right-color:#3D2DFB;
	text-align:left;
	padding:0px;
	margin:0px;
		/*background-color:#FF0000;*/

	 		}
			
#dnavitop {
	float:right;
	height:40px;
	width:830px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#3D2DFB;
	padding:0px;
	margin:0px;
		/*background-color:#FF00FF;*/
	}
	
	
#dmain {
	float:left;
	width:820px;
	padding:0px;
	margin:0px;
		/*background-color:#00FFFF;*/
	}	
	
