.boxtop{	
		/*make this the same size as the top image*/	
		display:block;	
		width:240px;	
		height:72px;	
		/*set the image as a background*/	
		background-position:left top;	
		background-repeat:no-repeat;	
		background-image:url(images/sidetoparrow.jpg);	
	}	
	.topcontent{	
		/*set the font style for the box title*/	
		font-family:verdana;	
		font-size:12pt;	color:white;	
		/*shift the title down a bit and center it*/	
		padding-top:14px;	
                padding-left:5px;	
		text-align:center;	
	}	
	.boxbottom{	
		/*make this the same width as the bottom image*/	
		/*don’t set the height as this needs to be flexible*/	
		display:block;	
		width:240px;	
		/*set the image as a background*/	
		background-position:left bottom;	
		background-repeat:no-repeat;	
		background-image:url(images/sidebot.jpg);	
	}	
	.maincontent{	
		/*set the font style for the main content*/	
		color:white;	
		font-family:verdana;	
		font-size:10pt;	
		display:block;	
		/*align the main content nicely*/	
		padding-left:20px;	
		padding-bottom:40px;	
		padding-right:30px;	
	}