#container	{
			width: 700px;
			margin: 0px 0px 0px auto;
			text-align: left;
		}
#leftbody	{
			float: left;
			width: 480px;
			text-align: left;
			padding: 10px 0px 10px;
		}
#rightbody	{
			float: right;
			width: 145px;
			text-align: left;
			padding: 30px 0px 10px;
		}
#rightbody ul	{
			margin: 0px;
			padding: 0px;
			list-style: none;
			color: #000;
			border-top: 1px solid #ddd;
		}
#rightbody li	{
			padding: 8px 0px 8px 15px;
			color: #76b828;
			border-bottom: 1px solid #ddd;
		}

.fubn		{
			font-size: 90%;
			width: 500px;
			padding: 0px 0px 40px 0px;
			text-align: left;
			line-height: 140%;
			clear: both;
		}
.fubn img	{
			float: left;
			text-align: left;
			margin: 0px 20px 20px 0px;
			border: 1px solid #eee;
		}
.fubn a		{
			font-size: medium;
			line-height: 140%;
		}
.fubn span	{
			color: #000;
			font-weight: bold;
		}
#center2	{
			text-align: right;
			padding: 10px 20px 50px 0px;
			color: #999;
		}

