/* CSS Document */
body
{
	background-color:#e2d6c6;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	text-align:center;
	margin:0;
	padding:0;
}
#wrapper
{
	width:900px;
	text-align:right;
	margin:0 auto;
	height:675px;
	/*background-image: url(images/yagil1X3_bkg.jpg);
	background-position: left top;
	background-repeat: repeat-y;*/
	
}
#header
{
	height:76px;
	width:900px;
	/*background-image:url(images/sketch5clean_1x1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
}
#menu
{
	height:22px;
	width:900px;
	background-image:url(images/sketch5clean_2x1.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	color:#663333;

}
#main_contents
{
	width:900px;
	z-index:99;
	
	
}
#main_contents_1
{
	width:900px;
	z-index:50;
	background-image: url(images/contents_bkg_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:40px;
	min-height:410px;
	height: 410px!important;
	direction:rtl;
}
#left-column
{
	float:left;
	width:220px;
	margin-top:-10px;
	min-height:300px;  /*181*/
	height: auto !important;
	height: 300px;	
}
#inner-left
{
	/*margin-top:100px;*/
	margin-right:80px
}
#inner-left img
{
	border:none;
	margin-bottom:5px;
}
#center-column
{
	direction:ltr;
	float:left;
	width:552px;
	overflow:hidden;
	height:410px;
}
#center-column-inner
{
height:379px;
overflow:auto;
scrollbar-face-color: #5e432e;
scrollbar-highlight-color: #5e432e;
scrollbar-3dlight-color: #A9A963;
scrollbar-shadow-color: #804000;
scrollbar-darkshadow-color: #5e432e;
scrollbar-track-color: #84766c;
scrollbar-arrow-color: #656532	;
/*direction:rtl;*/
/*float:left;*/
margin:15px 0px;
padding:0 10px;
font-weight:bold;
}
#center-column-inner p,#center-column-inner div,#center-column-inner ul
{
	direction:rtl;
	/*margin:10px;*/
}
#center-column-inner p li,#center-column-inner li, #center-column-inner li a,ul#showitems li div,ul#showitems li a
{
	margin:0;
}
#right-column
{
	float:right;
	width:124px;
	margin-top:20px;
	font-size:11px;
}
#right-column img
{
	text-align:center;
}
#right-column ul
{
	/*padding-right:15px;*/
	margin:0 20px 0 0;
	padding:0;
}
#right-column ul li {
font-size:12px;
font-weight:bold;
margin-right:0;
padding-bottom:3px;
padding-right:0;
}
#right-column p
{
	margin:0 10px;
}
.stopfloat
{
	clear:both;
	height:0px;
}
#footer
{
	width:900px;
	background-image: url(images/sketch5clean_4x1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
	min-height:90px;  /*181*/
	height: auto !important;
	height: 90px;
	
}
#footer form
{
	margin-right:150px;
	font-size:12px;
	margin-top:35px;
}
#credits
{
	width:900px;
	height:15px;
	/*background-image: url(images/yagil1X5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	*/
}
#inner-credits
{
	padding:4px 20px;
	text-align:center;
	color:#5e432e;
	text-decoration:none;
	font-size:11px;	
}
#inner-credits a:link,#inner-credits a:visited,#inner-credits a:hover
{
	color:#5e432e;
	text-decoration:none;
	font-size:11px;
	background-color:transparent;
}
h1
{
	color:#5e432e;
	font-size:18px;
}
.book_name
{
	font-weight:bold;
	padding:0 5px;
	text-align:center;
	font-size:12px;
}
#contact
{
	
	float:left;
}	
#contact td
{
	text-align:right;
}
input#submit
{
	margin-right:8px;
}
.ravmeher
{
	color:red;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
/*  tooltips */

 .dvhdr1 {
	background:#F3F0E7;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:200px;
 }
 
 .dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:13px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:200px;
	text-align:right;
 }
/* menu ,http://www.seoconsultants.com/css/menus/tutorial/*/
#menu {
width: 100%;
float: right;
}
#menu ul {
list-style: none;
margin: 0;
padding:0 0 0 0;
direction:ltr;
float: right;
}
#menu a {
font: bold 16px arial, helvetica, sans-serif;
display: block;
border-width: 0;
border-style:none;
margin: 0;
padding: 2px 3px;
text-decoration:none;

}
#menu a:visited,#menu a:link
{
	color:#000000;
}
#menu a:hover {
color: #a00;
background-color:transparent;
}
#menu li
{
	display:inline;
	float:right;
	padding:0 11px;
}
#resulttext
{
	float:left;
	width:250px;
	text-align:right;
}
a:link,a:visited
{
	color:#5f442f;
	text-decoration:none;
}
a:hover
{
	background-color:#5f442f;
	color:white;
	text-decoration:underline;
}
ul,ol
{
	direction:rtl;
	text-align:right;
}