	#content
	{
		background		: #9A0009 url(../media/images/index-content-head.png) no-repeat;
		position		: relative;
		padding-bottom	: 166px;
		height			: 424px;
	}
		
		#content #flash
		{
			float		: left;
			margin-top	: 36px;
			width		: 640px;
			height		: 387px;
		}
	
		#content #news
		{
			position	: absolute;
			top			: 0;
			right		: 0;
			padding-top	: 72px;
			width		: 544px;
		}
		
		#content #news .item
		{
			
			color		:  #000;
			font-size	: 13px;
			height		: 90px;
		}

		#content #news .item span.date
		{
			float			: left;
			text-align		: center;
			margin-right	: 15px;
			font-weight		: bold;
			
		}
			#content #news .item span.d
			{
				font-size : 16px;
			}
			
			#content #news .item span.m
			{
				font-size : 9px;
			}
			
			#content #news .item span.y
			{
				font-size : 14px;
			}

		#content #news .item h2
		{
			font-size	: 17px;
			font-family	: Arial;
			display		: block;
			font-weight	: normal;
			line-height	: 33px;
		}
		
		#content #news .item a
		{
			color	: #fff;
			text-decoration	: none;
		}

		#content #news .item h2 a:hover
		{
			text-decoration	: underline;
		}
			
			/* Block 1 */
			#content #news .item.block1
			{
				color		: #000;
				background	: #FFD500;
			}

			#content #news .item.block1 h2
			{
				background	: #FFBF00;
				padding-left: 75px;
			}
			
			#content #news .item.block1 h2 a			
			{
				color	: #000;
			}

			#content #news .item.block1 p
			{
				padding		: 8px 100px 24px 75px;
			}
			
			/* Block 2 */
			#content #news .item.block2
			{
				color		: #fff;
				background	: #00AB2E;
				margin-left	: 26px;
				
			}

			#content #news .item.block2 h2
			{
				background	: #007C21;
				padding-left: 46px;
			}

			#content #news .item.block2 p
			{
			
				padding		: 8px 100px 24px 46px;
			}
			
			/* Block 3 */
			#content #news .item.block3
			{
				color		: #fff;
				background	: #B8010C;
				margin-left	: 16px;
				
			}

			#content #news .item.block3 h2
			{
				background	: #9A0009;
				padding-left: 58px;
			}

			#content #news .item.block3 p
			{
				padding		: 8px 100px 24px 58px;
			}
			
			

	#tools
	{
		position	: absolute;
		left		: 0;
		bottom		: 0px;
		height		: 191px;
		width		: 1100px;
		background	: url(../media/images/tools-bg.png) no-repeat;
	}
	
	
	#tools .left
	{
		float		: left;
		width		: 407px;
		margin		: 55px 0 0 60px;
		display		: inline;
	}
	
		#tools  input, #tools .left select
		{
			font-size	: 14px;
			font-family	: arial;
			padding		: 4px 5px;
			margin-bottom : 20px;
			float			: left;
		}
		
		#tools  input.keyword
		{
			width	: 380px;
		}
		
		#tools  input.date
		{
			width			: 75px;
			cursor			: pointer;
			margin-right	: 13px;
		}

		#tools  input.email
		{
			width	: 160px;
		}
		
		#tools  .right label
		{
			float		: left;
			font-size	: 11px;
			color		: #343434;
			margin-right: 40px;
			padding-left: 7px;
			cursor		: pointer;
		}
		
		#tools  select
		{
			width	: 191px;
		}
		
		#tools  input.submit
		{
			margin-right	: 18px;
			float			: right;
			width			: 180px;
			margin-bottom	: 0;
			cursor			: pointer;
		}
		
		#tools  .right input.submit
		{
			
			width			: 170px;
			margin-bottom	: 0;
			float			: left;
			cursor			: pointer;
		}
		
		#tools  .right input
		{
			margin-bottom	: 10px;
		}
	
	
	#tools .center
	{
		float		: left;
		line-height	: 30px;
		width		: 300px;
		text-align	: center;
		margin-top	: 65px;
		font-size	: 17px;
		color		: #343434;
		padding		: 0 20px;
	}
		
		#tools .center a
		{
			color		: #343434;
		}
	
	#tools .right
	{
		float		: left;
		width		: 267px;
		margin		: 74px 0 0 23px;
	}
				
				
				
#main .banners
{
	text-align	: center;
	margin-top	: 20px;
}
