/* set the image to use and establish the lower-right position */
.cssbox3, .cssbox3_head, .cssbox3_content, .cssbox3_title { 
	background: transparent url(/images/box_green_header.gif) no-repeat scroll right bottom;
} 

.cssbox3 {
	margin: 0px;
	padding: 0px;
	text-align: left;
	border: 1px solid #ff9;
	background-color: #fff;	
}

.cssbox3_head {
	margin: 1px;
	background-color: #9c6;
	height: 30px;
	padding: 7px 0px 0px 8px;
}

.cssbox3_title {
	font-family: Arial, Georgia, sans-serif
	font-size: 14px;
	color: #555;
	font-weight: bold;
}

.cssbox3_content {
	background-position: left bottom;
	padding: 20px 10px 50px 30px;
}

.image_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image_right {
	display: block;
	float: right;
}