/*Top*/

#top{
	background: url(../img/bg_green_home.jpg) top left repeat-x;
	height:268px;
}
#top .border{
	margin-left:0;
	float:right;
	clear:right;
	height:268px;
}

#top #video{
	float:left;
	clear:both;
	margin-top:10px;
	width:701px;
	height:351px;
	z-index:100;
}

/* Content */

#content{
	padding-top:15px;
	_padding:0;
}
#content .title{
	width:60%;
}
#content #left{
	float:left;
	width:640px;
	padding-top:78px;
	_padding:0;
}
#content .blog{
	float:right;
	clear:right;
	width:240px;
	height:270px;
	background:#ededed url(../img/bg_blog.jpg) no-repeat bottom right ;
	line-height:18px;
	padding:0 30px;
}

#content .newsletter{
	float:right;
	width:340px;
	line-height:18px;
	margin-top:75px;
	_margin:0;
}

#content .news{
	float:left;
	clear:left;
	width:307px;
	line-height:18px;

}
#content .news a{
	color:#252525;
	text-decoration:none;
}
#content .news a:hover{
	color:#55000c;
}
.boxnews{
	font-family:Verdana,Geneva,sans-serif;
	background-color:#d9d9d9;
	border: 1px solid #adadad;
	font-size:9px;
	color:#959595;
	padding:4px;
	width:180px;
	margin:6px 0;
}
