@charset "utf-8";
/* CSS Document */
html {
	background-color:#BDAACF;
	font-family:Arial, Helvetica, sans-serif;
	}
body {
	background-color:#FFF;
	padding-top:25px;
	font-size:12px;
	}	
a {
	text-decoration:none;
	color:#000;
	}	
a:hover {
	text-decoration:none;
	color:#BDAACF;
	}	
img {
	border:0px;
	}
@font-face
{
font-family: museoSlab;
src: url('../fonts/museo-slab.ttf')
    ,url('../fonts/museo-slab.eot'); /* IE9+ */
font-weight:bold;
}
h1 {
	font-family:museoSlab;
	color:#BDAACF;
	font-size:60px;
	margin:0px;
	padding:0px;
	}
#pippaIsSquash {
	display:none;
	}
h2 {
	margin:0px;
	padding:0px;
	font-size:20px;
	}
p {
	margin-top:0px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:5px;
	}
.purple {
	color:#BDAACF;
	font-size:17px;
	}
#content {
	width:970px;
	margin:auto;
	margin-bottom:15px;
	overflow:auto;
	}
#imageColumn {
	width:188px;
	float:left;
	}
#pippa {
	margin-bottom:15px;
	}	
#text {
	width:563px;
	float:left;
	margin-left:11px;
	background-image:url(../img/arrow.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
#contactColumn {
	width:182px;
	float:left;
	margin-left:16px;
	margin-top:45px;
	padding-left:10px;
	background-image:url(../img/vertical-rule.png);
	background-repeat:no-repeat;
	background-position:left;
	}
#socialMedia {
	width:50px;
	margin-top:75px;
	margin-left:10px;
	margin-bottom:100px;
	}
#socialMedia img:first-child {
	margin-top:0px;
	}	
#socialMedia img {
	padding-top:10px;
	}	
#contactInfo {
	margin-bottom:25px;
	font-size:13px;
	}	
footer {
	background-color:#BDAACF;
	}
#footerImages {
	width:970px;
	margin:auto;
	}	
#footerImages img:first-child {
	margin-left:0px;
	}	
#footerImages img {
	margin-left:10px;
	margin-top:15px;
	margin-bottom:50px;
	}	