div.box_left{
	clear:both;
	float:left;
	margin:0px;
	margin-bottom:20px;
	padding:20px;
	border:0;
	background: #ffffff url('../images/box_background.png') repeat-x left bottom;
	width:305px;
	/*min-height:200px;*/
}

div.box_right{
	margin:0px;
	margin-left:365px;
	margin-bottom:20px;
	padding:20px;
	border:0;
	background: #ffffff url('../images/box_background.png') repeat-x left bottom;
	width:305px;
	/*min-height:200px;*/
}

div.box_large{
	clear:both;
	margin:0px;
	margin-bottom:20px;
	margin-right:20px;
	padding:20px;
	background: #ffffff url('../images/box_background.png') repeat-x left bottom;
	width:670px;
	min-height:100px;
}

/*div.box_right p, div.box_left p, div.box_large p{
	margin:0px;
	padding:0px;
}*/

