/* ------------------------------- */
/* PATH & TITLE					   */

	#path {
		height: 14px;
		line-height: 14px;
		margin-bottom: 5px;
	}
	
	#path li {
		float: left;
		height: 14px;
	}
	
	#path li.divider {
		background: url(../images/path_arrow.gif) no-repeat left center;
		width: 4px;
		height: 14px;
		margin: 0 10px;
	}

	#title {
		height: 50px;
	}

	#title h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 20px;
	}

/* ------------------------------- */
/* CONTENT						   */

	#content p,
	#content h1,
	#content ul { margin-bottom: 1em; }
