html { 
overflow-x: hidden; overflow-y: auto; 
}
/*body*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	margin: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #663300;
}

ul {list-style: none; margin: 0; padding: 0;}
img {border: none;}

/*content*/
#case {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(casebg.jpg);
	height: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#law {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(lawbg.jpg);
	height: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#faq {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(faqbg.jpg);
	height: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#ads {
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	height: 774px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text {
	float: left;
	height: 322px;
	width: 462px;
	overflow: hidden;
	clear: both;
	padding-top: 160px;
	padding-left: 165px;
}
#header {
	height: 127px;
	width: 1000px;
}
#center {
	width: 1000px;
	height: 561px;
}
/*footer*/
#footer {
	width: 1000px;
	overflow: hidden;
	clear: both;
	height: 86px;
}