#main		{
			width: 780px;
			background: url(images/main.jpg) no-repeat right top;
			border-top: 1px solid #eee;
			border-bottom: 1px solid #eee;
			padding: 80px 0px 60px;
		}
#leftbody	{
			float: left;
			width: 250px;
			text-align: left;
			padding: 30px 0px 10px;
		}
#leftbody p	{
			margin: 0px;
			line-height: 140%;
		}
#leftbody p.m2	{
			margin:  20px 0px;
			font-size: x-small;
		}
#rightbody	{
			float: right;
			width: 310px;
			text-align: left;
			padding: 30px 0px 10px;
			line-height: 130%;
		}

ul		{
			list-style-position: outside;
			text-align: left;
			margin: 0px 0px 0px 18px;
			padding: 5px 0px 30px;
		}
li		{
			padding: 5px 0px 5px 3px;
		}
ul.newest	{
			margin: 0px 0px 0px 18px;
			padding: 5px 0px 20px;
		}
ul.newest li	{
			border-bottom: 1px dashed #ccc;
		}
ul.newest li a	{
			font-size: 90%;
			text-decoration: none;
			color: #333;
		}
ul.newest li a:hover	{
			text-decoration: none;
			color: #9c357e;
		}
#rightbody p	{
			line-height: 140%;
			margin: 0px;
			width: 220px;
			color: #666;
		}


