﻿/* 
This CSS has the colors and the Fonts only.
Yom Chouloute
RCI - 2009

*/


/* --------------------------------------- Body and Html -----------------------------------*/
body
{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/backlevel2.jpg);
	background-repeat:repeat-x;
}


/* --------------------------------------- Header -----------------------------------*/

#YCHeader
{

}

#RCIlogo
{

}

#RCIPTitle
{
	font-family:Helvetica-Black;
	font-size:30px;
	font-weight:bolder;
	color:#cc321a;
}

#YCHeaderLine
{
	background-color:#FECB68; 
}


/* --------------------------------------- Navigation -----------------------------------*/

#YCRightnav
{

	
}

#YCLeftnav
{
	background-color:#FFFFFF;
}


/* --------------------------------------- Content -----------------------------------*/

#YCContent
{ 
	background-color:#FFFFFF;
}

#YCFooterLine
{
	background-color:#FECB68;
}


/* --------------------------------------- Footer -----------------------------------*/


#YCFooter
{ 
	background-color:#799654;
}




























