﻿/* 
This CSS has the structure of the pages only.
Yom Chouloute
RCI  - 2009
*/

/* --------------------------------------- Body and Html -----------------------------------*/

* 
{
	margin:0;
	padding:0;
} 

body > #YCMainContainer 
{
	height: auto;
	min-height: 100%;
}

#main 
{
	padding-bottom: 150px;
}  

/* must be same height as the footer */

html, body, #YCMainContainer 
{
	height: 100%;
}

#YCMainArea
{
 	width:1024px;
}

/* --------------------------------------- Header -----------------------------------*/

#YCHeader
{
   	height:130px;
    position:relative;
	margin-top:130px;
	width:1024px;
	z-index:1;
}


#RCIlogo
{
	float:left;
	padding-left:10px;
	padding-top :10px;
}

#RCIPTitle
{
	float:right;
	padding-left:400px;	
	padding-top:20px;
}

#YCHeaderLine
{
	height:20px;
}

/* --------------------------------------- Navigation -----------------------------------*/

#YCRightnav
{
	margin-top:-120px;
	width:120px;
	height:800px;
	float:right;
	z-index:100;
}



#YCLeftnav
{
	float: left;
	width: 210px;		
}


/* --------------------------------------- Content -----------------------------------*/

#YCCenterBox
{
	text-align:center;
	margin: auto;
	width:1024px;
}

#YCContent
{
	float:left;
	width: 640px;	
	text-align:left;
	padding:20px;
	padding-top:0px;
	display: block;
}


/* --------------------------------------- Footer -----------------------------------*/

#YCFooter 
{
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
}

#YCFooterLine
{
	height:10px;
}


/* --------------------------------------- Other -----------------------------------*/
/* CLEAR FIX*/

.RCIClear
{
	clear:both;
}

.clearfix:after 
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix 
{
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix 
{ 
	height: 1%;
}

.clearfix 
{
	display: block;
}
/* End hide from IE-mac */











