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

/* David Cameron Quote */
.image{
float:left;
width:130px;
}
.quote{
	float:right;
	width:auto;
	letter-spacing: normal;
	text-align: justify;
	height: 147px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 140px;
	background-image: url(http://www.lollypoppublishing.co.uk/images/speech.png);
	background-position: 0;
	background-repeat: repeat-y;
}

.cam{
	float:right;
	width:350px;
	letter-spacing: normal;
	text-align: justify;
	font-weight:bold;
}
.name{
	font-weight:bold;
	}
	
#outerWrapper #contentWrapper #content #cameron {
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 167px;
	background-image: url(http://www.lollypoppublishing.co.uk/images/davidcameron.png);
	background-repeat: no-repeat;
}

