h1 { 
	font-size: 1.6em;
	margin: -3px 0 -10px 0;
	padding: 10px 0 0 10px;
}

#header {
	background-image: url(/_images/home/header.jpg);
}
#main_content p.page_strapline { 
	position: relative;
	display: block;
	background: #babec2;
	margin: 0;
	padding: 0 10px 0;
	color: #2f3031;
	font-size: 0.9em;
	font-weight: bold;
	font-family: verdana;
	line-height:1.4em;
}

#callout_wrapper {
	margin: 5px 0 0 0;
}

.callouts {
	position: relative;
	background: url("/_images/bg/home-callouts.gif") #b0b0b0 top left repeat-x;
	border: 1px solid #b0b0b0;
	width: 218px;
	position: relative;
}

.callouts img {
	float: left;
	margin: 10px 0 0 10px;
	border: 1px solid #032d3f;
}

.callouts h2 {
	font-size: 1.2em;
	margin: 10px 0px 0px 0px;
	width: 150px;
	float: right;
}

.callouts p {
	float: right;
	width: 140px;
	font-size: 0.9em;
}

.left {
	float: left;
	margin: 0 0 5px 2px;
}

.right {
	float: right;
	margin: 0 3px 5px 3px;
}

.callouts a.more {
	padding-right: 10px;
	background: url("/_images/bullets/callouts-more.gif") right 4px no-repeat;
	text-decoration: none;
}

.callouts a.more:hover {
	text-decoration: underline;
}

#main_content {
	width:451px;
	padding:0
}

#main_content p {
	padding:0 10px;
}


