#content_column1 {
	float: none;
}

div.large {
	width: 961px;
	background: url('../images/hbox-middle.gif') repeat-y;
}
	div.large h1, div.large h2 {
		background: url('../images/hbox-top.gif') no-repeat top left;
		font-size: 18px;
	}
	div.large .box_content h1, div.large .box_content h2 {
		background: none;
	}
	div.large .box_content {
		background: url('../images/hbox-bottom.gif') no-repeat bottom left;
	}

div.medium {
	width: 706px;
	background: url('../images/mbox-middle.gif') repeat-y;
}
	div.medium h2 {
		background-image: url('../images/mbox-top.gif');
		font-size: 14px;
		color: #3969A5;
	}
	div.medium .box_content {
		background: url('../images/mbox-bottom.gif') no-repeat bottom left;
	}

.privacy .box_content h3 {
	padding-left: 0;
}
