@charset "UTF-8";
/* CSS Document */

/* GLOBAL COLOURS 
	BROWN: rgb(108,80,69)
	PINK: rgb(234,81,83)
	PALE PINK: rgb(243,155,155)
	BEIGE: rgb(233,228,227)
*/

/*	{font-family: "Source Sans Pro"}
	{font-weight: 200;} 
	{font-weight: 400;} 
	{font-weight: 700;} */

header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 290px;
	background-color: rgb(233,228,227); /*BROWN: rgb(108,80,69)*/
}

header h2 {
	position: relative;
	width: 81.25%;
	margin: 90px auto 10px;
	font-size: 3em;
	color: rgb(234,81,83);

}

header p {
	width: 81.25%;
	margin: 0px auto 90px;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 1.3em;
	font-weight: 200;
	line-height: 1.4;
}

.contentContainer {
	/*background-color: yellow;*/
	margin: 0;
	width: 100%;
}









/* GLOBAL COLOURS 
	BROWN: rgb(108,80,69)
	PINK: rgb(234,81,83)
	PALE PINK: rgb(243,155,155)
	BEIGE: rgb(233,228,227)
*/


#logoContainer {
	float: left;
	width: 220px;
	margin: 50px 0 0 9.375%;
}

article {
	width: 81.25%;
	margin: 50px 0 0 9.375%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.columnLeft {
	/*background-color: yellow;*/
	float: left;
	width: 38.46153846153846%;
	font-weight: 200;
	color: rgb(108,80,69); /* BROWN */
	line-height: 1.4;
}

.noticeBox {
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.0em;
	margin-top: 10px;
	border: 2px dotted rgb(243,155,155);
}

.noticeBox p {
	font-size: 1.1em;
	font-weight: 200;
	padding: 8px;
	color: rgb(108,80,69); /* BROWN */
	line-height: 1.4;

}

.columnRight {
	float: right;
	width: 38.46153846153846%;
	font-weight: 200;
	color: rgb(108,80,69); /* BROWN */
	line-height: 1.4;
}

h1 {
	font-size: 2em;
	color: rgb(234,81,83); /* PINK */
}

.treatment {
	clear: both;
	float: left;
	width: 80%;
	font-size: 1.4em;
}

.description {
	clear: both;
	float: left;
	width: 100%;
	font-size: 1.0em;
	margin-bottom: 5px;
}

.price {
	float: right;
	font-size: 1.2em;
	padding-top: 4px;
}

.spacer {
	clear: both;
	height: 50px;
}