		#head{
			width: 736px;
			height: 155px;
		}
		#head td+td{
			background: url('headBG.gif') repeat-x center left;
		}
		#nav{
			width: 736px;
			height: 36px;
			background-color: #AA1111;
			text-align: left;
			padding-left: 10px;
			font-size: 15px;
			font-family: "Arial Black", "Helvetica Black", "sans";
			border: solid black 1px;
		}
		#data{
			width: 736px;
			height: 370px;
			background-image: url('dataBG.gif');
		}
		#menu{
			width: 169px;
			height: 370px;
			background-image: url('menuCorn.gif');
			background-repeat: no-repeat;
			background-position: bottom left;
			vertical-align: top;
		}
		#cont{
			height: 360px;
			font-family: "arial","helvetica","sans";
			font-size: 14px;
			padding: 20px;			
			background-image: url('dataCorn.gif');
			background-repeat: no-repeat;
			background-position: bottom right;
		}
		
		.def{
			font-family: "arial","helvetica","sans";
			font-size: 12px;
		}
		.main{
			font-family: "arial","helvetica","sans";
			font-size: 12px;
		}
		.title{
			font-family: "arial","helvetica","sans";
			font-size: 13px;
			font-weight: bold;
			color: #A11;
			text-decoration: underline;
		}
		.subtit{
			font-family: "arial","helvetica","sans";
			font-size: 12px;
			font-weight: bold;
		}
		.nav{
			color: #000000;
		}
		.nav_on{
			color: #FFFFFF;
		}
		body{
			text-align: center;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}
		img{
			border: 0px;
		}