@charset "utf-8";
/* CSS Document */

body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	

}

a{
	color:#969696;
	text-decoration:none;

}

/**************************
*	Template Parts
***************************/

#pageArea{
	position:absolute;
	width:900px;
	top:25px;
	left:50%;
	margin-left:-450px;
}


/**************************
*	Header
**************************/

#pageHeader{
	position:relative;
	margin:0px;
	height:103px;
	border-bottom:#969696 1px solid;

}

#headerTop{
	position:relative;
	height:17px;
	border-bottom:#969696 1px solid;
	
	text-align:right;
	padding-top:5px;
}

#hebrewSite{
	text-decoration:none;
	color:#000000;
}

#hebrewSite:hover{
	text-decoration:underline;
}

#homePageLink{
	position:relative;
	margin:0px;
	padding:0px;
}

#logo{
	border:none;
}

/*******************************
*	Content
********************************/

#pageContent{
	position:relative;


}

/******************************
*	Fotter
*******************************/
#pageFotter{
	position:relative;

	border-top:#969696 1px solid;
	
	clear:both;
	

	top:30px;

}

div#credit{
	position:relative;
	color:#969696;
	float:right;
	margin-top:-10px;
}

a.credit:hover{
	text-decoration:underline;
}