* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	height: auto;
	width: 700px;
	margin: 0 auto;
}
#content {
	height: auto;
	width: 700px;
}
#right {
	float: right;
	height: auto;
	width: 518px;
}
.right_box {
	height: auto;
	width: 506px;
	border: 1px solid #222222;
	padding: 5px;
	margin-bottom: 10px;
}
.right_box p {
	font-size: 14px;
	line-height: 120%;
	color: #222222;
}
.right_box h4 {
	font-size: 10px;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.right_box iframe {
	margin-right: 5px;
}
#left {
	float: left;
	height: auto;
	width: 162px;
	font-size: 12px;
	text-align: center;
}
.left_box {
	height: auto;
	width: 160px;
	border: 1px solid #222222;
	margin-bottom: 10px;
}
.left_box h3 {
	font-size: 14px;
	color: #CC0000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.left_box ul,.left_box li {
	list-style-type: none;
}
.left_box li {
	margin-bottom: 5px;
}

