body {
	margin:0px;
	font-family: "Trebuchet MS", "Comic Sans MS";
	font-size:12px;
	color: #343330;
	line-height: 24px;
	
}
div{
display:table;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div.all{
	width: 100%;
	height: 100%;
}
div.header{
	background:url(i/header.jpg) no-repeat;
	width: 1000px;
	height: 257px;
}
div.center{
	background:url(i/content.jpg) no-repeat;
	width: 1000px;
	height: 203px;
}
div.main{
	background:url(i/bg.gif) repeat-y;
	width: 1000px;
}
div.footer{
	background:url(i/footer.jpg) no-repeat left;
	width: 1000px;
	height: 215px;
}
div.menu{
	margin: 0px 0px 0px 492px;
	padding-top: 81px;
	
}
div.left_menu{
	float:left;
	padding-right: 85px;
}
div.menu a{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	color: #343330;
	line-height: 24px;
}
div.content{
	margin: 0px 60px 0px 132px;
	height: 463px;
	text-align:justify;
	width:800px;
}
div.content h1{
	line-height: 24px;
	font-size:18px;
	margin: 0px 0px 0px 72px;
	padding-top: 28px;
}
img{
	border:#77786e solid 1px;
}
td{
	border-bottom:#77786e solid 1px;
}