/* CSS for just intra - Simon Pollard for deckchair.co.uk 2008 */
/* Style for listen to the expert page */
img#main-panel-img {
	position: absolute;
	right: 30px;
	bottom: 12px;
}
img#main-panel-txt {
	position: absolute;
	top: 30px;
	left: 240px;
}
div#expertboxvideocontainer {
	background-image: url(../images/expert/video-bg.jpg);
	background-repeat: no-repeat;
	width: 790px;
	padding-top: 12px;
	height: 404px;
	margin-left: auto;
	margin-right: auto;
}
div#expertboxvideo {
	background-image: url(../images/expert/video-header.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 578px;
	height: 390px;
	margin-left: auto;
	margin-right: auto;
}
div#expertboxvideo h1 {
	margin-bottom: 8px;
	padding-left: 20px;
	padding-top: 15px;
}
div.greenline {
	width: 778px;
	height: 3px;
	font-size: 1px;
	background-color: #6ca421;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
div.text, div.text-twocolumn {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 15px;
}
div.bulletpointsextra {
	padding: 15px;
	background-color: #e9f2de;
	margin-top: 10px;
}
div.text img {
	float: right;
	margin-top: 10px;
}
div#green-footer {
	background-image: url(../images/index-footer.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}