/* CSS Document */

/* New rounded box class for variable image sizes */

.box	{ 
	width: 740px; 
}
.box .top	{
	background-image: url(../images/rounded_box_top.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}
.box .mid	{
	background-image: url(../images/rounded_box_middle.gif);
	background-repeat: repeat-y;
	width: 740px;	
}
.box img	{
	float: right;
	/*padding: 5px 20px 5px 20px;*/
	margin: 5px 15px;
	border: 0px;	
	clear: right;
}
.box h2	{
	margin: 0px 15px;
	font-style: italic;
	text-align: justify;
}
.box p	{
	margin: 5px 20px;
	text-align: justify;
}
.box .bot	{
	background-image: url(../images/rounded_box_bottom.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 15px;
}
