/* CSS for just intra - Simon Pollard for deckchair.co.uk 2008 */
/* Style for what is page */
img#main-panel-img {
	position: absolute;
	right: 3px;
	bottom: 12px;
}
img#main-panel-txt {
	position: absolute;
	top: 30px;
	left: 240px;
}
div.green-header {
	background-image: url(../images/green-header.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 778px;
	padding-top: 7px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
div.text-withimage, div.text-withbullets, div.text-twocolumn {
	padding-left: 10px;
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
div.text-withimage img {
	float: right;
	margin-top: 10px;
}
div.text-withimage p {
	width: 500px;
}
div.text-twocolumn img {
	margin-left: 50px;
}
div.text-twocolumn-1 {
	width: 350px;
	margin-bottom: 10px;
}
div.text-twocolumn-2 {
	width: 350px;
	float: right;
	margin-bottom: 10px;
}
div.greenline {
	width: 778px;
	height: 3px;
	font-size: 1px;
	background-color: #6ca421;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
div.greenlinefeint {
	width: 778px;
	height: 2px;
	font-size: 1px;
	background-color: #e3eed3;
	margin-bottom: 10px;
	clear: both;
}
div#green-footer {
	background-image: url(../images/index-footer.jpg);
	background-repeat: no-repeat;
	width: 798px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}