@import url(layout.css);
	#content .column
	{
		float:right;
	}
	#content .double_column
	{
		border-right: solid 1px #D4D4D4;
	}
	#content table
	{
		width: 190px;
		border-collapse:collapse;
	}
	#content .column table tr th
	{
		text-align: left;
		padding-top: 10px;
	}
	#content .column table tr td
	{
		padding-top: 5px;
	}
	#content .double_column ul li
	{
		list-style-image:url(../images/arrow.gif);
		padding-bottom: 10px;
		color: #666666;
		font-weight: bold;
	}
	#content .double_column table
	{
		border-collapse:collapse;
		margin: 0;
		padding: 0;
		background: url(../images/home/box_body.gif);
		width: 400px;
		margin-top: 30px;
	}
	#content .double_column table thead tr td
	{
		height: 10px;
		width: 370px;
		padding: 15px;
		font-weight: bold;
		background:url(../images/home/box_header.gif) top no-repeat;
		color: #666;
	}
	#content .double_column table tfoot tr td
	{
		height: 11px;
		width: 400px;
		background-image:url(../images/home/box_footer.gif);
	}
	#content .double_column table tbody tr td
	{
		width: 370px;
		background-image:url(../images/home/box_body.gif);
		padding: 0 15px 15px 15px;
	}
	#content .double_column table tbody tr td p
	{
		margin: 0;
	}
	#go
	{
		margin-top: 10px;
		font-weight: bold;
		color: #CC0000;
		font-size: 1.1em;
		text-align: right;
		padding-top: 15px;
		padding-right: 125px;
	}
	#content .double_column table tbody tr td p img
	{
		float:right;
		margin:0;
		margin-left: 15px;
	}
