/*---------------------------------
   News Box Styling
-----------------------------------*/
#news {
	margin: 0;
	padding: 0;
	background: #F4F2DA url(../../images/inset_cr.gif) repeat-y right;
}
#news h1 {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 8px 15px 8px 10px;
	background: #9A831E url(../../images/inset_tr.gif) no-repeat right top;
}
#news h2 {
	font-style: italic;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin: 0 8px 15px 0;
	padding: 6px 15px 6px 10px;
	background: #D3C65E;
}
#news h3 {
	font-weight: bold;
	color: #000;
	margin: 15px 8px 0 0;
	padding: 5px 0 5px 20px;
	background: #ECE1A8;
}
#news h4 {
	font-weight: normal;
	text-align: center;
	color: #000;
	margin: 0 8px 0 0;
	padding: 8px 0;
	background: #D3C65E;
}
#news h4 a {
	color: #634601;
}
#news h4 a:hover {
	color: #FFF;
}
#news p {
	color: #000;
	margin: 0;
	padding: 5px 20px;
}
#news a {
	color: #333;
}
#news a:hover {
	color: #F90;
}
#news .pic-l, #news .pic-a, #news .pic-c, #news .pic-r, #news .pic-b, #news .pic- {
	font-style: italic;
	color: #000;
}
#page img {
	border: 0;
}
#news h6 {
	margin: 0;
	padding: 0;
	clear: right; /* ensures inset box contains all elements */
	background: url(../../images/inset_br.gif) no-repeat bottom right;
}
#news h6 a {
	display: block;
	margin: 0;
	background: url(../../images/inset_bl.gif) no-repeat bottom left;
}

