﻿body
{

	background-image: url('bg.jpg');
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:center;
	direction:rtl;
	background-color:#ffffff;
}


#Bgcon
{
	
	height:194px;
	background-image:url(conbg.jpg);
	position:absolute;
	margin-right: 0px;
	margin-left: 0px;	
	z-index:-1;
}

#container
{
	top:50px;
	width:643px;
	height:410px;
	position:relative;
	margin: auto;
	
}

	#rightcell
	{
		width:21px;	
		height:410px;
		background-image:url(rightcell.jpg);
		position:relative;
		float:right;
	}
	
	
	#centercell
	{
		width:600px;	
		height:410px;
		background-image:url(centercell.jpg);
		position:relative;
		float:right;
		z-index:-1;
	}
		#logo
		{
			width:237px;
			height:169px;
			background-image:url(logo.jpg);
			position:absolute;
			top:55px;
			left:180px;
		}
		
		#SearchSimple
		{
			position:absolute;
			width:390px;
			top:220px;
			right:125px;
			text-align:center;
			z-index:2
			/*border:solid 1px #000000;*/
		}

				.searchicon
				{
					font-family : Tahoma;
					font-size:9pt;
					background-color:#033893;
					background-image:url(/LibView/layout/Se_icon.jpg); 
					BORDER: none;
					cursor:pointer;
					padding-bottom:5px;
					width:31px;
					height:35px;	
					
				}

			
			
	
	#leftcell
	{
		width:22px;
		height:410px;
		background-image:url(leftcell.jpg);
		position:relative;
		float:left;
	}
	

	
	#menucell
	{
		position:absolute;
		top:14px;
		font-family:Tahoma;
		font-size:11px;
		color:#FFFFFF;
		right:20px;
		display:inline;
		clear:both;
		
	}
	
	#comment
	{
		font-size:11px;	
		color:#517a91;
		width:610px;
		height:50px;	
		top:410px;
		text-align:center;
		position:absolute;
		right:12px;
	}
	
	
	#menucell a:link, a:visited
	{
		color:#FFFFFF;
		text-decoration:none;
	}	
	
	#menucell a:hover, a:active
	{
		color:#93ebff;
		text-decoration:none;
	}
	
	
	 
	
	
