@charset "utf-8";
/* CSS Document */
/* =======================================================*/
/* extra CSS stylesheet for ball water jet solutions only=*/
/*========================================================*/

body {
	background:url(images/websiteLayoutImages/backgroundWaterJetSolutionspage02.jpg) no-repeat top center;
}


/* =============== header ===================== */
#headerText {
	width: 565px;
	height: auto;
	margin-top: 5px;
	
}

/* ================ text ====================== */

.goldUnderLine {
	color: #a68f6e;
	border-bottom: solid #CCC 1px;
	font-weight:bold;
	letter-spacing: 4px;
}

.underline {
	border-bottom: 1px solid #CCC;
	padding-bottom: 6px;
	padding-top: 6px;
}

/* ================= CONTENT 3 WAY ==================== */

.content3wayLeft {
	width: 305px;
	float: left;
}

.content3wayRight {
	width: 622px;
	float:right;
}

.content3wayRightRight {
	float:right;
	width: 305px;
}

.content3wayRightLeft {
	float: left;
	width: 305px;
}