							
		/* ================================================================== */
		/* STRUCTURE 1a - updated Oct 29, 2008                                */
		/*  			  created Oct 18, 2008                                */
		/* ================================================================== */
											
		DIV#mainWrapper
			{
				width: 950px;
				background-color: White;
				/*border: 1px solid Red;*/
				margin: 0 auto;
			}							
			
		DIV#dnn_headerPane
			{
				width: 100%;
				height: 155px;
				background-repeat: no-repeat;
				position: relative;
				overflow: hidden;	
			
				
			}	
			
			
		/* ================================================================== */			
		
		DIV#leftColArea
		{
			background-color: White;
			width: 220px;
			min-height: 200px;
			float: left;
		}	
		
					DIV#leftColAreaS
					{
						padding-right: 20px;
					}

		/* ================================================================== */			
			
		DIV#mainContentWrapper
		{
			background-color: White;
			width: 730px;
			float: right;
		}		
			
					DIV#rightColArea
					{
						background-color: White;
						width: 200px;
						min-height: 200px;
						float: right;
						/* border: 1px dashed Green; */
					}	
					
		/* ================================================================== */			

								DIV#rightColAreaS
								{
									padding-left: 0;
								}	
			
					DIV#mainColArea
					{
						background-color: White;
						width: 510px;
						float: left;
					}	
					
								DIV#mainColAreaS
								{
									padding: 10px;
									overflow: hidden;
								}		

		/* ================================================================== */			
			
		DIV#dnn_footerPane
			{
				clear: both; 
				width: 950px; height: 105px;
				overflow: hidden;	
				text-align: center;
				vertical-align: middle;
				background-repeat: no-repeat;
			}
			
				DIV#footerVerticalSpacer
					{			
						clear: both; margin-top: 20px;
					}	
					
					
						TABLE#footerTable 
							{
								 margin: 4px 0 2px 0;
								 border-collapse: 	collapse;
							}
					
									TABLE#footerTable  TD
										{
										 padding: 				3px;
										}			
			
		/* ================================================================== */
		/* PANES		                                                      */
		/* ================================================================== */		


		DIV#leftPane
			{	
				width: 200px;
			}	

		DIV#rightPane
			{	
				width: 200px; 
				background-color: Aqua;
			}

		DIV#dnn_contentpane
			{	
				 /* width: 100%; 
				 border: 1px dashed Aqua; */
			}					
			
		DIV#dnn_mainContentRightPane
			{	
				  float: right; width: 200px; 
			}

		DIV#dnn_mainContentLeftPane
			{	
				   float: left; width: 300px; 
			}			
						

