table.frame {
	width: 1024px;
	margin: 0px;
	margin: 0 auto;
	background-color: #d28300;
}

table.strip {
	border: 0px;
	border-collapse: collapse;
	padding: 0px;
}

table.frame td,
table.menutable td,
table.contenttable td {
	padding: 0px;
	vertical-align: top;
}

table.frame td.top_left {
	width: 285px;
	height: 181px;
	background-image: url("../images/top_left1.jpg");
	background-repeat: no-repeat;
}

table.frame td.top_right {
	width: 739px;
	/*background-image: url("../images/top_right1.jpg");*/
	background-repeat: no-repeat;
	text-align: right;
	vertical-align: bottom;
}

table.frame td.middle_menu {
	width: 210px;
	background-color: #1f0c08;
	background-image: url("../images/menubg_bottom1.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 470px;
       
}

table.frame td.middle_content {
	width: 739px;
	background-image: url("../images/contentbg_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;
}

table.frame td.bottom_left {
	/*height: 103px;*/
	height: 79px;
	background-image: url("../images/bottom_left1.jpg");		
	background-position: top right;
	background-repeat: no-repeat;
}

table.frame td.bottom_right {
	background-image: url("../images/bottom_right1.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 30px;
}

table.contenttable td.contentcell {
	width: 614px;
	/*height: 484px;*/
	background-image: url("../images/contentbg_top1.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 45px 20px 50px;
}

div.contentdiv {
  position: relative;
  top: 0px; 
  left: 0px;
  width: 624px; 
  height: 400px;
  overflow: auto;
  padding: 0px 10px 0px 0px;
}