#wrapper #container.home
{
	margin-top: 0;
	background: #ffffff;
}
	
	#wrapper #container.home #left
	{
		padding-top: 55px;
	}
		
		#wrapper #container.home #left p
		{
			padding-left: 20px;
		}
		
	#wrapper #container.home #home-right
	{
		float: left;
		width: 720px;
		background: #ecf3f9;
	}
		
		#wrapper #container.home #home-right .box,
		#wrapper #container.home #home-right .box-last
		{
			float: left;
			width: 237px;
			margin: 15px 5px 0 0;
			padding: 0 0 15px 0;
			background: #ccdfee;
			font-size: 0.8em;
		}
		
		#wrapper #container.home #home-right .box-last
		{
			width: 236px;
			margin-right: 0;
		}
			
			#wrapper #container.home #home-right h2
			{
				color: #ffffff;
				padding: 2px 10px 2px 10px;
				background: #336799;
				text-align: center;
			}
			
			#wrapper #container.home #home-right .flash-top,
			#wrapper #container.home #home-right .flash-bottom
			{
				margin: 0 25px 0 25px;
				padding: 20px 0 20px 28px;
				background: #bbd4e8;
				text-align: center;
			}
			
			#wrapper #container.home #home-right .flash-bottom
			{
				padding-top: 0;
			}
			
			#wrapper #container.home #home-right .flash-top img,
			#wrapper #container.home #home-right .flash-bottom img
			{
				display: inline;
			}
			
