html,body {
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	height: 100%;
}

td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 1px solid #000000;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 432px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
	background-color: black;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 200px;
}

div.main {
	border: 1px solid #000000;
	background-color: orange;
	position: absolute;
	top: 200px;
	left: 200px;
	width: 580px;
	height: 232px;
}
div.inner_main {
	border: none;
	position: relative;
      top: 5%;
      left: 5%;
}
div.inner_left {
	border: none;
	position: relative;
      top: 5%;
      left: 5%;
      font-family: arial;
      font-size: 14px;
      color: white;
}
table.copy {
	align: center;
	border: none;
	background-color: orange;
	width: 90%;
	height: 90%;
}
td.copy {
      font-family: arial;
      font-size: 14px;
      font-color: #000000;
	text-align: justify;
}
table.contact {
	background-color: none;
      font-family: arial;
      font-size: 14px;
      font-color: #000000;
	width: 95%;
	height: 100%;
}
td.contact {
      vertical-align: middle;
	text-align: right;
}
td.logo {
      vertical-align: middle;
	text-align: left;
}
.contact_sml {
      font-family: arial;
      font-size: 12px;
      font-color: #000000;
      font-weight: bold;
}