/* CSS Document */
div#right_col {
	float: left;
	width: 829px;
	margin-left: 5px;
}
div#cont_corner_t_l {
	float: left;
	width: 16px;
	height: 14px;
	background: url(images/cont_c_l.gif);
}
div#cont_top {
	float: left;
	width: 797px;
	height: 14px;
	background: url(images/cont_t.gif) repeat-x;
}
div#cont_corner_t_r {
	float: left;
	width: 16px;
	height: 14px;
	background: url(images/cont_c_r.gif);
}
div#cont_wrap {
	width: 829px;
	float: left;
	overflow: hidden;
	display: table;
	min-height: 10px;
}
div#cont_left {
	width: 16px;
	float: left;
	margin: 0;
	padding: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background: url(images/cont_l.gif) repeat-y;
	min-height: 10px;
}
div#content {
	width: 797px;
	margin: 0;
	padding: 0;
	/*min-height: 10px;*/
	float: left;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background-color: #ffffff;
}
div#cont_right {
	width: 16px;
	float: right;
	margin: 0;
	padding: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	background: url(images/cont_r.gif) repeat-y;
	min-height: 10px;
	/*display: table-cell;*/
}
div#cont_corner_b_l {
	float: left;
	width: 16px;
	height: 19px;
	background: url(images/cont_b_l.gif);
}
div#cont_bottom {
	float: left;
	width: 797px;
	height: 19px;
	background: url(images/cont_b.gif) repeat-x;
}
div#cont_corner_b_r {
	float: left;
	width: 16px;
	height: 19px;
	background: url(images/cont_b_r.gif);
}