#content .left
{
	width:490px;
	float:left;
	margin:0 10px 0 10px;
}
#content .right
{
	float:right;
	width:250px;
	margin:0px 10px;
}
#content .right img
{
	vertical-align:bottom;
	margin-bottom:40px;
}
#content .left .contents
{
	margin:10px 0;
	padding:0 0 10px 0;
	border-bottom:3px dotted #CCC;
}
#content .left .contents h2
{
	font-size:18px;
	line-height:140%;
}
#content .left .contents h2 img
{
	position:relative;
	top:4px;
}
#content .left .contents h2 span
{
	font-size:14px;
}
#content .left .contents p
{
	font-size:14px;
	line-height:140%;
	margin:5px 0 5px 25px;
}
#content .left .contents table
{
	font-size:12px;
	border-collapse:collapse;
	margin:5px 0 0 25px;
}
#content .left .contents table th
{
	padding:5px;
	width:20%;
	background:#FCFC4E;
	border-bottom:2px dotted #CCC;
}
#content .left .contents table td
{
	padding:5px;
	line-height:120%;
	border-bottom:2px dotted #CCC;
}