#news h1 {
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
	background: transparent url(../img/main_titles.gif) 0 -52px no-repeat;
	height: 17px;
	width: 120px;
	position: absolute;
	top: 50px;
	left: 30px;
}


.news_bubble {
	color: #f26522;
	font: 26px/34px	palantino, georgia, serif;
	padding: 0px;
	background: transparent url(../img/news_bubble_middle.gif) top left repeat-y;
	width: 632px;
}


.news_bubble div {
	background: transparent url(../img/news_bubble_top.gif) top left no-repeat;
}

.news_bubble blockquote {
	background: transparent url(../img/news_bubble_bottom.gif) bottom left no-repeat;
	padding: 28px;
	
	
}


.news_bubble_author {
	margin-top: -2px;
	margin-bottom: 15px;
	padding: 10px 0 15px 0;
	width: 630px;
	background: transparent url(../img/news_bubble_tail.gif) 280px 0 no-repeat;
	border-bottom: 1px solid #eee;
}

.news_bubble_author strong {
	
color: #000;
}

#news .entry {
	margin-bottom: 14px;
	padding-bottom: 5px;
}

#news .entry p {
	padding-bottom: 18px;
}

#news .entry h3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0px 0;
}

.entry .date {
	color: #999;
}

#news .entry p.intro {
	color: #333;
	font-size: 15px;
	}
	
#news .main_content {
	padding: 30px 29px;
}

