#content_column1 {
	float: left;
}

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;
	}

.articles li.opened h3 {
	background: url('../images/minus.gif') no-repeat bottom left;
}

.articles li.closed h3 {
	background: url('../images/plus.gif') no-repeat bottom left;
}

.articles li.closed .faq_content {
	display: none;
}

.articles li.opened .faq_content {
	display: inherit;
}

.faq_content {
	padding-left: 30px;
}

.articles h3 a {
	text-decoration: none;
	color: #000;
}
