/* CSS Document */
@charset "utf-8";

/* =========  ALLOWED TO DO MODIFICATIONS BELOW THIS LINE  ========= */

/* MAIN_CONTAINER */
#main_container {
	width:1000px;
	height: auto;
}
#table_main_container {
	width:1000px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main_container tr .column_2 {
	width: 240px;
	height: 360px;
	vertical-align: top;
	list-style-type: none;
	background-image: url(images/Frame_2.png);
	background-repeat: no-repeat;
}
#main_container tr .column_2 .column_2_txt_1 {
	padding-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#main_container tr .column_2 .column_2_txt_2 {
	font-size: 15px;
	padding-left: 20px;
	line-height: 25px;
}

