/* -----------------------------------------------
   * Global Structure (only position and sizes)
----------------------------------------------- */
#ax-container {
	margin: 0 auto;
	width: 960px;
}

#ax-head, #ax-body, #ax-foot {
	padding: 0 60px;	/* div padding for backgrounds */
}


/* -----------------------------------------------
   * Head Styling
----------------------------------------------- */
#ax-head {
	
}
	#ax-member {
		height: 18px; 
		margin-bottom: 17px;
		padding-top: 36px;
	}
	h1 {
		float: right;
		height: 71px;
		width: 194px;
	}
	#ax-navigation {
		height: 80px;
		margin: 13px 0 17px;
	}
	h2 {
		float: left;
		height: 44px;
		margin-bottom: 14px;
		width: 324px;
	}
	#ax-search {
		float: right;
		height: 44px;
		width: 512px;
	}
	#ax-breadcrumb {
		height: 35px;
		margin-top: 14px;
	}


/* -----------------------------------------------
   * Body Styling
----------------------------------------------- */
#ax-body {
	
}


/* -----------------------------------------------
   * Foot Styling
----------------------------------------------- */
#ax-foot {
	
}