/*
table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}
*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.main_table {
	margin: auto;
}

.l_column {
	min-width: 180px;
	max-width: 180px;
}

.m_column {
	min-width: 660px;
	max-width: 660px;
}

.r_column {
	min-width: 160px;
	max-width: 160px;
}

.menu {
	vertical-align: top;
}

.subtable {
	min-width: 800px; 
	max-width: 800px; 
	border: 0px;
	padding: 5px;
}

a, a.hover {
  font-size: 22px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: italic;
}

.header_text {
  font-size: 22px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: italic;
  line-height: 1.455;
}

.mySlides {
	display:none;
}

.summary_container {
  border: 2px solid #b2b2b2;
  border-radius: 10px;
  padding: 5px;
  background-color: #d5d2d2;
  display: inline-block;
  width: 990px;
}

.summary_text {
  padding-left: 10px;
  font-size: 18px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  font-style: italic;
  line-height: 1.2;
}

.inventory_container {
	position: relative;
	text-align: center;
	color: black;
}

.left_side {
	position: absolute;
	top: 100px;
	left: 100px;
}

.right_side {
	position: absolute;
	top: 100px;
	right: 100px;
}

.footer_text {
  font-size: 24px;
  font-family: "Arial";
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-style: italic;
  line-height: 0.981;
  text-align: center;
}

.copyright {
  font-size: 14px;
  font-family: "Arial";
  color: rgb(102, 102, 102);
  line-height: 1.2;
  text-align: center;
}
