h2.title { margin: 0 0 30px 0; font-size: 20px; color: #103878; font-family: Century Gothic,verdana,tahoma,Arial black,Arial,Helvetica,sans-serif; font-weight: 600; }

.Sidebar { float: left; width: 210px; overflow-x: hidden; }
	.Sidebar ul { border: 1px #E0E8CA solid; background: #F8FCEF; padding: 10px; }
		.Sidebar ul li { list-style: inside; }
.MainBody { float: right; width: 600px; overflow-x: hidden; }
	.MainBody img { border: 1px #eee solid; background: #fff; padding: 6px; width: expression(this.width > 560 && this.height < this.width ? 560: true); height: expression(this.height > 560 ? 560: true); }

.MainBody .title { border: 1px #e0e0e0 solid; padding: 10px; background: #f0f0f0; font-size: 14px; font-weight: 600; }
	.MainBody .title li { list-style: none outside; }
.MainBody .step { margin: 0 0 30px 0; border: 1px #eee solid; padding: 10px; background: #f7f7f7; }