@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)
*/

section {
	width: 100%;
	margin: 90px auto 90px;
}
article {
	width: 100%;
	margin: 50px 0 0 9.375%;
}

section h1 {
	color: rgb(234,81,83);
}

.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;
}

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

p {
	font-size: 1.4em;
	font-weight: 200;
	line-height: 1.4;
	color: rgb(108,80,69);
}

.map {
	float: left;
margin: 50px 0 0 0;
	width: 300px;
	height: 300px;
background-color: rgb(233,228,227);
}

footer {
	margin: 400px 0 0 9.375%;
}

a {
	color: rgb(108,80,69);
}

a:hover {
	color: rgb(234,81,83);
}

footer {
	margin-bottom: 20px;
}

footer a {
	color: rgb(234,81,83);	
}