/* IDENTIFIED ELEMENTS */	

#primaryZone, #sidebar {
	float:left
}

#imageZone {
	height: 250px; /* This changes to 100 in other templates */
}

#pane, #main {
	float:right;
}
#pane {
	min-height: 560px;
}

#full {	
	width: 730px;
	min-height: 350px;
	clear: both;
	margin: 0px;
	background-image: url(/images/backgroundZone.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #EFEFEF;
	height:auto;
	
}