﻿body {}

.Section 
{
	width: 257px;
	float: left;
}

.SectionLeft
{
	width: 257px;
	float: left;
	margin: 0px 10px 0px 0px;
}

	.Section .Title, .SectionLeft .Title
	{
		clear: both;
		height: 26px;
		padding: 0px 0px 0px 10px;
		background: url("../_images/titleBack.jpg");		
	}
	
	.Section .Content, .SectionLeft .Content
	{
		clear: both;
		padding: 10px;
		background-color: #F2F1E9;
		height: 140px;
	}