@import "../common/screen.css";

#body {
	background: white url(body.jpg) no-repeat;
}

#body .left {
	width: 200px;
}

#body .right {
	padding-top: 0;
	width: 560px;
}

#body .right p strong {
	color: #009481;
}

#body .right p {
	margin-top: 10px;
	font-size: 12px;
}

#body .right ul {
	color: #009481;
	font-size: 11px;
	line-height: 14px;
	margin-top: 10px;
}

