/**** This is the css for the right shout box areas ****/
#container-maincolumn {
	background: url(../images/bg-container-maincolumn.gif) right repeat-y;
}
#contentarea {
	width: 504px;
}
#rightcolumn {
	float: left;
	width: 198px;
	padding: 0 0 40px 0;
	margin: 0;
	display: block;
}
#rightcolumn .shout {
	border-top: 10px solid #FFF;
	display: block;
	width: 198px;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	color: #666;
}
#rightcolumn .shout:hover {
	text-decoration: none;
}
#rightcolumn .shout .text {
	display: block;
	padding: 0 10px 20px 10px;
}
#rightcolumn .shout .text p {
	/*margin: 0;*/
}

#rightcolumn .shout .text a {
	color: #d1975c;
}
#rightcolumn .team .text a  {
	color: #666;
}
