/*/////////////////////////////////////////////////////////////////////
	Shell
/////////////////////////////////////////////////////////////////////*/

	#head h1 {
		color: #dd1d00;
	}
	
	body {
		background-image: url(/images/layout/home/grow.jpg);
	}
	#content_1 {
		height: 402px;
		background: url(/images/layout/home/nav_bg.gif) 134px 0 no-repeat;
		margin: 0;
	}
	
	#nav_1 a {
		background-image: url(/images/nav/home.gif);
		color: #a8a8a8;
	}

	#leftNav { background: none; }
	#leftNavFoot { display: none; }
	
/*/////////////////////////////////////////////////////////////////////
	News
/////////////////////////////////////////////////////////////////////*/

	#newsLine, #news {
		width: 606px;
	}
	#newsLine {
		height: 5px;
		background: url(/images/layout/home/head-news.gif) repeat-x;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	}
	#news {
		color: #fff;
		background: #dd1d00 url(/images/layout/home/foot-news.gif) left bottom no-repeat;
		padding: 20px 0 60px 0;
		margin: 0;
	}
	#newsWhiteLine {
		background: url(/images/layout/home/news-line.gif) center top repeat-y;
		padding: 14px 0;
	}
	#news h2 {
		font-size: 1.4em;
		margin: 0 0 11px 0;
	}
	#news p {
		font-size: 1.1em;
		line-height: 1.6em;
		text-align: justify;
	}
	#news img {
		margin: 7px 0 0 10px;
		float: right; 
	}
	
	#newsL {
		width: 254px;
		float: left;
		margin: 0 44px 0 30px;
		display: inline;
	}
	
	#newsL a, #newsR a { 
		color:#fff;
	}
	
	#newsL a:hover, #newsR a:hover { 
		color:#e7e7e7;
	}
	
	#newsR {
		width: 260px;
		float: left;
	}
	
	#newsR #flashAdd {
		margin-top: 10px;
	}
	#newsR #flashAdd p {
		font-size: 2em; line-height: 1.2em;
		text-transform: uppercase;
		margin: 0 0 20px 0;
	}
	#newsR #flashAdd a {
		font-weight: bold;
	}
	#newsR #flashAdd p, 
	#newsR #flashAdd a {
		color: #fff;
	}