.boxtop{
		/*make this the same size as the top image*/
		display:block;
		width:600px;
		height:11px;
		/*set the image as a background*/
		background-position:left top;
		background-repeat:no-repeat;
		background-image:url(../images/corners600top.png);
	}	
.boxtopcontent{
		/*set the font style for the box title*/
		/* font-family:arial;
		font-size:16pt;	color:white; */
		/*shift the title down a bit and center it*/
		padding-top:10px;
		/* 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:600px;
		/*set the image as a background*/
		background-position:left bottom;
		background-repeat:no-repeat;
		background-image:url(../images/corners600bottom.png);
	}
.boxmaincontent{
		/*set the font style for the main content*/	
		/* color:white;
		font-family:arial;
		font-size:12pt; */
		display:block;
		/* background-color:#FFFFFF; */
		/*align the main content nicely*/
		padding-left:20px;
		padding-bottom:40px;
		padding-right:30px;
	}