		html{
			direction:rtl;
		}
   
		body{
			background:#660033 url(/pics/bg.gif);
			margin:0;
			padding:0;
			font-family:Arial;
   	}
   	
   	h1{
			color: #6f1e31;
			font: bold 14px Arial;
			text-align:right;
			padding:0;
			margin:20px 0 0 0;
		}
		
		p{
			font: normal 12px Arial;
			color:black;
			text-align:right;
		}
		
		a:link, a:visited, a:active{
			color:#821a3f;
			text-decoration:none;
		}
		
		a:hover{
			text-decoration:underline;
		}
		
		#container{
		  width:994px;
		  position:absolute;
		}
   	
   	#top{
			width:1002px;
		}
   	
   	#rightDiv{
   		width:208px;
   		vertical-align:top;
   		float:right;
		 }
		 
		 #rightDiv div{
		 	vertical-align:top;
		 	margin:0;
		 	padding:0;
		 }
		 
/*		 
		 #spRightDiv{
		 	width:36px;
		 	height:533px;
			background:url(/pics/mainRight.jpg) repeat-y;
			float:right;
		 }
*/	
		 #spRightDiv{
		 	width:36px;
		 }
		 
		 #spRightDivTop{
 			background:url(/pics/mainRightTop.jpg) no-repeat;
 			}

	 
		 #leftDiv{
		 /*float:right;*/
			vertical-align:top;		 
		 }
		 
		 #leftTop{
		 }
		 
		 #leftTop1{
		 	height:111px;
		 	width:230px;
			background:url(/pics/top1.jpg) no-repeat;
			float:right;
		 }
   	
		 #leftTop2{
		 	height:111px;
		 	width:325px;
			background:url(/pics/top2.jpg) no-repeat bottom center;
			float:right;
		 }
   	
		 #leftTop3{
		 	height:111px;
		 	width:194px;
			background:url(/pics/top3.jpg) no-repeat;
			float:right;
		 }
/*
		 #leftTop4{
		 	height:225px;
		 	width:36px;
			background:url(/pics/mainRightTop.jpg) no-repeat;
			float:right;
		 }
 */	
   	#leftMain{
			width:749px;
			background:#ffffff url(/pics/mainTopRight.jpg) no-repeat top right;
		}
		
		#mainContent{
			width:481px;
			padding: 0px;
			margin-top:30px;
			overflow-y:visible;
			overflow-x:hidden;
			direction:rtl;
			text-align:center;
		}
     	
   	#splDiv{
			width:230px;
			height:391px;
			background:url(/pics/splLeftBG.gif) repeat-y left;
		 	text-align:center;
/*		 	padding: 5px 0;*/
		 	float:left;
		}
   	
   	.splUnderTitle{
		 	background:url(/pics/splUnderTitle.jpg);
		 	height:20px;
		 	width:187px;
		}
		
		.splTd{
			height:100px;
		 	width:187px;
/*			color:#801e2b;
			font:bold 14px Arial;*/
			vertical-align:top;
		}
		
		.splBox{
		 	width:187px;
		}
		
		#leftMainBottom{
			clear: both;
			width:739px;
		}
		
		#leftMainBottomRight{
			width:36px;
			height:30px;
			background:url(/pics/mainBottomRight.jpg) no-repeat;
		}
		
		#leftMainBottomMiddle{
			width:518px;
			height:30px;
			background:url(/pics/mainBottomBG.jpg) repeat-x;
		}

		#leftMainBottomLeft{
			width:230px;
			height:30px;
			background:url(/pics/mainBottomLeft.jpg) no-repeat;
		}
		
		#bottom{
			clear: both;
			height:91px;
			width:994px;
			background:url(/pics/bottomLeft.jpg) no-repeat bottom left;
			padding: 10px 0 10px 100px;
			vertical-align:top;
			text-align:center;
		}

/*  Sub Menus */
  #shiureiTora_Div{
    position:absolute;
    top:279px;
    left:690px;
    width:150px;
    display:none;
  }
  
  #shiureiTora_Div ul, #mosdot_Div ul{
    list-style-type:none;
  }
  
  #shiureiTora_Div ul li, #mosdot_Div ul li{
    background:#782314;
    padding: 2px 15px;
  }
  
  #shiureiTora_div ul li a, #mosdot_Div ul li a{
    color:white;
    font: bold 12px Arial;
    text-decoration:none;
  }
  
  #mosdot_Div{
    position:absolute;
    top:338px;
    left:690px;
    width:150px;
    display:none;
	}
  
/*	Links	*/
	ul.links{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	ul.links li{
		height:80px;
		padding:20px 50px 20px 0;
		background:url(/pics/linksLI.jpg) no-repeat right center;
		border-bottom: #821a3f 1px dashed;
	}
	
	ul.links li.first{
		border-top: #821a3f 1px dashed;
	}
	
	
