/*****************************************************************************/
/*Style Sheet Others for Redland Farm *************************************************/
/*Tony Settle ***************************************************************/
/*2007-03-01*****************************************************************/
/*****************************************************************************/


#OverallContent
{
	background: url('/images/layout/background02.png') top left repeat-x; 
}




#LeftPanel
{
	border-style: solid;
	border-width:0px;
	border-color:Yellow;
	width:56%;
	float:left;
	padding-right:0px;
	overflow:hidden;
}

#RightPanel
{
	border-style: solid;
	border-width:0px;
	border-color:red;
	width:42%;
	float:right;
	margin-top:2%;
	overflow:hidden;
}

