/**********************************************************/
/* UNIQUE BODY SCAFOLDING */	

#div_wrap {
	background: url(../img/bg.jpg) no-repeat center top; 
	width: 100%; 
	height: 100%;
}


	#div_page{
		width:940px;
		padding:0px;	
		margin:0px auto;		
		text-align:left;	
		background:url('../img/header_bg.jpg') no-repeat center top; 
		background-color:#000000;	
		color:#ffffff;
	}
		
				
			
			#div_body{
				width:940px;
				padding:0px 0px 0px 0px;
				color:#ffffff;
			}	
					#div_sidebar{
						width:260px;						
						padding:40px 0px 0px 0px;
						margin:0px 0px 0px 0px;													
						background:transparent;							
					}
					
					#div_head{
						/*width:800px;*/
						width:680px;
						height:81px;
						text-align:left;						
						margin:19px 0px 0px 0px;	
						padding:0px 0px 0px 0px;	
						overflow:hidden;
											
					}				
									
					#div_content{
						width:640px;					
						padding:0px;
						margin:20px;				
					}	
						
					
				
			#div_foot{
				/*width:800px;*/
				margin:20px 20px 0px 20px;
				padding:10px 10px 10px 0px;
				border:1px solid #666666;
				border-width:1px 0px 0px 0px;
				
			}
	