/*
	#northwest {
		float:left;
		width:266px;
		padding:5px 20px 0 10px;
	}		
	#northeast {
		float:right;
		width:436px;
		padding:5px 5px 10px 5px;
	}
	*/	
	#northwest {
		float:left;
		width:431px;
		padding:5px 5px 0 10px;
	}		
	#northeast {
		float:right;
		width:266px;
		padding:5px 20px 0 10px;
	}	
	#southwest {
		float:left;
		width:436px;
		padding:5px 5px 0 5px;
	}	
	#southeast {
		float:right;
		width:266px;
		padding:20px 20px 0 10px;
	}
