/* 3-4 column layout */

#content_3_4c {
	float: left;
	clear: both;
	background: #fff url(images/content_4_back.jpg) repeat-y top left;
	width: 100%;
}

#content_3_4c .column_1 {
	width: 221px;
	float: left;
	padding: 0 0 0 4px;
}

#content_3_4c .column_2 {
	width: 420px;
	float: left;
	padding: 0 0 0 7px;	
}

#content_3_4c .column_3 {
	width: 230px;
	float: left;
	padding: 0 0 0 7px;
}

.block {
	width: 100%;
	padding: 20px 0;
	float: left;
}

#content_3_4c .column_1 .block,
#content_3_4c .column_3 .block {
	border-top: 1px solid #97969b;
	border-bottom: 1px solid #97969b;
}

.block_50 {
	width: 206px;
	padding: 20px 0;
	margin: 0 0 0 8px;
	float: left;
	border-top: 1px solid #97969b;
	border-bottom: 1px solid #97969b;
}

.left {
	margin: 0;
}

.double {
	border-top: 1px solid #97969b;
	border-bottom: 1px solid #97969b;
	background-color: #fff;
}

#content_3_4c .column_1 .last,
#content_3_4c .column_2 .last,
#content_3_4c .column_3 .last {
	border-bottom: 0;
}

#content_3_4c .column_1 .no-bottom,
#content_3_4c .column_2 .no-bottom,
#content_3_4c .column_3 .no-bottom  {
	background-image: none;
}

#content_3_4c #content-bottom {
	clear: both;
	background: #fff url(images/content_4_bottom.jpg) no-repeat bottom left;
	height: 10px;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0;
}


/* 3 column layout */

#content_3c {
	float: left;
	clear: both;
	background: #fff url(images/content_3_back.jpg) repeat-y top left;
	width: 100%;
}

#content_3c .column_1 {
	width: 221px;
	float: left;
	padding: 0 0 0 4px;
		min-height: 500px;
}

#content_3c .column_2 {
	width: 420px;
	float: left;
	padding: 0 0 0 7px;	
		min-height: 500px;
}

#content_3c .column_3 {
	width: 231px;
	float: left;
	padding: 0 0 0 7px;
		min-height: 500px;
}

/* IE fix */
* html #content_3c .column_1 {
height: 500px;
}
* html #content_3c .column_2 {
height: 500px;
}
* html #content_3c .column_3 {
height: 500px;
}

.block {
	border-top: 1px solid #97969b;
	width: 100%;
	padding: 20px 0;
	float: left;
}

.block_content {
	margin: 20px;
}

#content_3c #content-bottom {
	clear: both;
	background: #fff url(images/content_3_bottom.jpg) no-repeat bottom left;
	height: 10px;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 0;
}

/* General */
.divider {
	display: block;
	width: 101%;
	height: 6px;
	background-color: #fff;
	float: left;
	margin: 0 -1px 0 -1px;
	padding: 0;
	font-size: 0;
}

UL
{
    margin-top: 2px;
    margin-left: 16px;
}

OL
{
    margin-top: 2px;
    margin-left: 23px;
}

