html, body {
	margin:0px;
	padding:0px;
	clear: none;
	float: none;
	position: relative;
}
body, input, select, textarea {
	background: #ffffff url("bg.gif") top center repeat-x;
	text-align: center;
}
td, input, select, textarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	vertical-align: top center;
}
td {
	padding: 0px;
}
table.main {
	width: 789px;
	height: 100%;
	border-collapse: collapse;
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
td.image {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}
td.top {
	width: 789px;
	height: 28px;
	background: #ffffff url("top_buttons.gif") no-repeat;
}
td.header_index {
	width: 789px;
	height: 221px;
	background: #ffffff url("header_index.png") no-repeat;
}
td.header_history {
	width: 789px;
	height: 221px;
	background: #ffffff url("header_history.png") no-repeat;
}
td.header_staff {
	width: 789px;
	height: 221px;
	background: #ffffff url("header_staff.png") no-repeat;
}
td.header_contacts {
	width: 789px;
	height: 221px;
	background: #ffffff url("header_contacts.png") no-repeat;
}
td.menuitem {
	vertical-align: middle;
	text-align: center;
	padding: 0px 0px 10px 0px;
	width: 82px;
}
td.menuleft {
	vertical-align: middle;
	text-align: center;
	width: 456px;
}
td.menuright {
	vertical-align: middle;
	text-align: center;
	width: 10px;
}
a.menu {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	font-size: 8px;
	}
td.text {
	width: 789px;
	height: 60%;
	background-color: #ffffff;
}
td.bottomdown {
	width: 789px;
	height: auto;
	background: #ffffff;
	padding: 15px 0px 5px 0px;
	text-align: center;
	}


