.table {
	background-color: #dbd6c5;
	background-image: url("images/bkg.gif");
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 18px;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	height: 414px;
}
* html .table {
	height: 380px;
}
.contacttable
{
	background-color: #dbd6c5;
	background-image: url("images/images_for_site/contact_background_01.jpg");
	background-position: top;
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-left: 18px;
	padding-top: 14px;
	padding-right: 18px;
	padding-bottom: 14px;
	height: 414px;
}