body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
.left {
	float: left;
	width: 130px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.title {
	float: left;
	width: 130px;
	background-position: left top;
	height: 330px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.right {
	float: right;
	width: 476px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.body {
	float: right;
	width: 476px;
	height: 330px;
	background-position: center;
}
.content {
	width: 616px;
	margin: auto;
	
}
.lw {
	width: 616px;
	margin: auto;
	text-align: right;	
}
.top {
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.bom {
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
