#the_headerback{
	background-image: url(images/design/top_bak.gif);
	background-position: right;
	background-repeat: repeat-x;
	height: 300px;
	padding:0;
	margin: 0;
	margin-bottom:5px;		
}
#the_header{
	background-image: url(images/design/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin:0; padding:0;
	width:100%;
	height:300px;
	clear:both;
	border-bottom:#990000 solid 1px;

}

table{
	font-size:100%;
	margin:0; padding:0;
}
#the_holder{
	width:100%;
	padding: 0; margin: 0; 
}
#the_left{
	padding: 0; margin: 0; 
	width:200px;
	vertical-align:top;
	padding-left:10px;
	padding-right:15px;
}
#the_content{
	padding: 0; margin: 0; 
	vertical-align:top;
	padding-right:10px;
}
#the_right{
	padding: 0; margin: 0; 	
	width:21%;
	vertical-align:top;
	padding-left:10px;
	padding-right:20px;
	text-align:right;
}

#the_footer{
	width:100%;
	margin: 0; 
	margin-top:10px;
	padding:10px;
	padding-top:20px;
	padding-left:5px;
	margin-bottom:0px;
	clear:both;
	
	height:170px;
	background-image: url(images/design/bot_bak.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	
	border-top:#FF3333 solid 0px;
	

}




