#the_headerback{
	background-image: url(images/design/top_bak.gif);
	background-position: right;
	background-repeat: repeat-x;
	height: 350px;
	padding:0;
	margin: 0;
}
#the_header{
	background-image: url(images/design/top.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin:0; padding:0;
	width:100%;
	height:350px;
	clear:both;
}

table{
	font-size:100%;
	margin:0; padding:0;
}
#the_holder{
	width:100%;
	padding: 0; margin: 0; 
	margin-top:-40px;
}
#the_left{
	padding: 0; margin: 0; 
	width:20px;
	vertical-align:top;
	padding-left:10px;
	padding-right:15px;
}
#the_content{
	padding: 0; margin: 0; 
	
	vertical-align:top;
	padding-right:10px;
	padding-left:70px;

}
#the_right{
	padding: 0; margin: 0; 	
	width:5%;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
}

#the_footer{
	width:100%;
	margin: 0; 
	padding:10px;
	padding-top:15px;
	margin-bottom:0px;
	clear:both;
	
	height:215px;
	background-image: url(images/design/bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;


}
#the_footer_bak{
	margin: 0;
	padding:0;	
	height:215px;
	background-image: url(images/design/bottom_bak.gif);
	background-position: left bottom;
	background-repeat: repeat-x;

}





