@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	line-height: 150%;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

#all {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
}
#title {
	width: 743px;
	height: 26px;
	margin-top: 34px;
	margin-left: 34px;
	background: url(images/title.jpg) no-repeat;
	overflow: hidden;
}
#left {
	width: 199px;
	height: 323px;
	margin-left: 34px;
	margin-top: 20px;
	border: 1px #ccc solid;
	background: #fff;
	float: left;
	overflow: hidden;
}
#left img {
	width: 191px;
	height: 315px;
	padding: 4px;
	overflow: hidden;
}
#right {
	width: 510px;
	float: right;
	overflow: hidden;
}
#us {
	width: 203px;
	height: 27px;
	background: url(images/us.jpg) no-repeat;
	margin-top: 40px;
	overflow: hidden;
}
#footer {
	clear: both;
	margin: 0 auto;
	width: 720px;
	height: 30px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: right;
	color: #999;
	border: 1px #ccc solid;
	overflow: hidden;
}



.clear {
	clear: both;
	height: 18px;
}
.p_666 {
	color: #666666;
}
.mt5 {
	margin-top: 5px;
}
.mt18 {
	margin-top: 18px;
}
.mt25 {
	margin-top: 25px;
}
.mt40 {
	margin-top: 40px;
}
.ml40 {
	margin-left: 40px;
}