@charset "utf-8";
#Table_01 {
	width: 800px;
	height: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #565656;
	border-left-color: #565656;
	background-image: url(images/floral-vectorbg.png);
	background-repeat: repeat-y;
	background-position: left bottom;
	background-color: #FFF;
}
#wrapper #Table_01 tr td {
	width: auto;
	height: auto;
	text-align: left;
}
