﻿#form1 #header {
	width: 1000px;
	height: 225px;
	background-image: url(../images/logo4.jpg);
	background-repeat: no-repeat;
}
#form1 #header #toplink {
	width: 700px;
	height: 15px;
	margin-top: 5px;
	float: right;
	font-size: 13px;
	color: #797979;
	text-align: right;
}

#form1 #menu {
	width: 1000px;
	height: 27px;
	background-image: url(../images/tmenu_bk.jpg);
	background-repeat: repeat-x;
	display: table;
	overflow: auto;
}
#form1 #menu #menu_l {
	width: 201px;
	height: 100%;
	float: left;
	font-size: 14px;
	line-height: 26px;
	display: table;
	overflow: auto;
}

#form1 #menu #menu_r {
	width: 769px;
	height: 100%;
	float: left;
}
#form1 #menu #menu_r #topMenu {
	width: 755px;
	height: 26px;
	margin-top: 0px;
	float: right;
	font-size: 14px;
	line-height: 26px;
}
.tMenu1 {
	width: auto;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}
.tMenu2 {
	width: auto;
	height: 100%;
	background-color: #CFCFCF;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#form1 #main {
	width: 1000px;
	height: auto;
	display: table;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff;
}
#form1 #main #main_l {
	width: 200px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	display: table;
	overflow: auto;
}
#form1 #main #main_r {
	width: 769px;
	height: auto;
	float: right;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	display: table;
	overflow: auto;
}


