/* Stuff specific to the home page */
div#floatLeft {
	float: left;
	padding: 1.2em 1.2em 0 0;
	margin: 0 20px 0 0;
	border: 0;
	background-color: #ddf1f9;
	width: 250px;
	}

div#floatLeft ul li {
	margin-bottom: 1.2em;
}

p#strapline {
	font-size: 16pt;
	font-family: tahoma, sans-serif;
	text-align: center;
	line-height: 1.4em;
	margin: 0 0 2em 0;
}