html
		{
			direction: rtl;
		}
		body
        {
            font-family: Helvetica, Arial, sans-serif;
			direction: rtl;
			text-align: center;
			margin: 0px;
            padding: 0px;
        }
       
        a:visited
		{ 
			color:blue;
		}
        a:hover
		{
            color: red;
        }
		
		header 
		{
			display: block;
			margin-top: 5px;
			margin-bottom: 5px;
			height: 118px;
			width: 761px;
			margin-left:auto;
			margin-right: auto;
		}
		article
		{
			display: block;
			text-align: right;
			margin-left: auto;
			margin-right: auto;
			width: 761px;
			font-size: 12px;
			z-index: 1;
			margin-top: 10px;
			margin-bottom: 10px;
			position: relative;
			background-image: url('/geva/images/Bg404.jpg');
			background-position: top left;
			background-repeat: no-repeat;
		}
		footer
		{
			display: block;
			z-index: 1;
			margin-left: auto;
			margin-right: auto;
			margin-top: 5px;
			width: 760px;
		}
		#homepage
		{
			
			height: 507px;
		}
		nav
		{
			display: block;
			margin-left: auto;
			margin-right: auto;
			width: 761px;
		}
		
		img
		{
			border: 0;
		}
		#mainLogo
		{
			height: 118px;
			width: 157px;
			margin-left: 5px;
		}
		#mainBanner
		{
			height: 118px;
			width: 599px;
		}
		
		#sideContent
		{
			width: 456px;
			margin-left: 305px; 
		}
		ul 
		{
			list-style: disc url('/geva/images/li_arrow.gif') inside;
		}
		li
		{
			line-height: 20px;
			font-size: 12pt;
			margin-bottom: 2px;
		}
		h1
		{
			margin-bottom: 3px;
		}
		h2
		{
			font-weight: normal;
			font-size: 14pt;
		}
		