/* 
================================
 Boat Syndicates International
 Container Styles for Rightpane
 LBL - Epic Multimedia Pty Ltd
 March 2008
================================
*/   


.yellow_ccf {
	width: 270px;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #CCF;
	background-image: url(yellow-RP.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 8px;
	clear: both;
}
#headyellow .head	{
	color: #005BAB;
	font-weight: bold;
}

.blue_ccf {
	width: 270px;
	background-color: #FFFFFF;
	moz-border-radius-bottomleft: 15px;
	moz-border-radius-bottomright: 15px;
	moz-border-radius-topleft: 3px;
	moz-border-radius-topright: 3px;
	border: 1px solid #CCCCFF;
	padding: 4px;
	margin: 0px;
	background-image: url(blue-RP.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: none;
}
#headblue .head	{
	color: #FFFFFF;
	font-weight: bold;
}

