div.green-box{
	background-image: url(images/green-box-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 10px;
}
div.green-box h1{
	background-image: url(images/green-box-top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin:0;
	padding:4px 0 0 6px;
	line-height:normal;
}
div.green-box div.content{
	padding: 0 4px 4px 6px;
}


