* {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	/* font-weight: 700; * /
	vertical-align: middle; */
}
body {
	color: #6a4707;
	text-align: center;
	vertical-align: middle;
	background: #DEC883 url(pix/web_bg_yellow.jpg);
	margin: 0px;
	padding: 0px;
}
.anchortable {
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/***** Generic Elements *****/
table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0px;
  border: 0px none;
	padding: 0px;
}
a, a:link, a:visited {
	font-weight: bold;
	color: #6a4707;
	text-decoration:none;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}
a:focus, a:hover, a:active {
	font-weight: bold;
	color: #6a4707;
	text-decoration: underline;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

img {
	border: none 0px;
}
#info table {
	margin: auto;
}
#info table td {
	padding: 4px 30px;
}
/***** content common *****/
table#content {
	background-color: #FFEBAA;
  width: 890px;
	height: 640px;
	text-align: center;
	padding: 0px;
}
tr.menu, td.menu {
	width: 890px;
	height: 140px;
	background-image: url(pix/header.jpg);
  vertical-align: top;
  text-align: left;
	background-color: #f4d87e;
	padding: 0px;
	margin: 0px;
}
div#mainmenu {
	margin: 0px;
	margin-top: 120px;
	margin-left: 18px;
	/* margin-left: 127px; */
}
div.menuitem {
	display: inline;
	margin-left: 15px;
	margin-right: 15px;
}
img.menuitem {
	margin-top: 1px;
}
tr.item, td.item {
	width: 890px;
	height: 460px;
}
tr.footer, td.footer {
	width: 100%;
	height: 40px;
  background-image: url(pix/triangles.png);
  background-repeat: repeat-x;
  background-position: bottom;
  text-align: right;
  vertical-align: top;
	border-top: 1px solid #6a4707;
}
iframe#contentframe {
	border: 0px none;
	width: 890px;
	height: 460px;
}
#locationmenu {
	float: left;
}
/*****  splash  *****/
#splash {
  width: 100%;
  height: 100%;
  background-image: url(pix/web_bg_yellow.jpg);
}
.upper {
  background-image: url(pix/triangles.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 17px;
}
.mid {
  width: 800px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.bottom {
	width: 100%;
	height: 18px;
  background-image: url(pix/triangles.png);
  background-repeat: repeat-x;
}

