  body {
    background: #FEE4AB;
    margin: 0;
    direction: rtl;
    text-align: center;
    height: 100%;
  }  
  #wrapper{
	background: #FEE4AB url(images/body_bg.png) repeat-y center top;
	min-height: 600px;
	height:auto !important;
	height:600px;
	}
  .wrapper{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
  }

  h1{
    margin: 0;
    padding: 25px 15px 13px;
    color: #FFD234;
  }
  h2{
    margin: 0;
    padding: 0;
    color: #c60;
    font-family: Arial, Helvetica, sans-serif;
  } 
  #centrical {
    margin: 0 auto;
    text-align: right;
    width: 800px;
  }
  #navigation {
    background: url(images/top_bg.png) top repeat-x;
    width: 100%;
    height: 30px;
  }
  #navigation ul {
    margin: 0;
    padding: 3px 0 0;
    list-style: none;
  }
  #navigation ul li { 
		margin: 0; 
		padding: 0; 
		display: inline;
		font-size: 11px;
	}
	#navigation ul li a { 
		padding: 6px 25px 9px;
		text-decoration: none;
		color: #fff;
		font-family: tahoma;
		font-size: 13px;
	}
	#navigation ul li a:hover , #navigation ul li a.active { 
		background: url(images/link_background.gif) bottom no-repeat;
		color: #003399;
	}
	
	#header {
    margin: 10px auto;
    width: 768px;
    height: 122px;
    text-align: center;
    background-image: url(images/header_bg.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
	}
	#header small {
    margin: 0 15px 0;
    font-family: tahoma;
    font-size: 14px;
    color: #D3D3D3;
	}
	#content {
    margin: 10px auto;
		padding: 20px 0 ;
		width: 70%;
		text-align: right;
		float: left;
	}
	#content a{ color: #0063DC; }
  #content a:hover{ color: #c60; }
	#content p, #target p{
		margin: 1.5em 0;
    padding: 0;
    line-height: 20px;
    font-family: tahoma;
    font-size: 14px;
	}
  #target h2{
    font-family: Arial, Helvetica, sans-serif;
    }
 	#target ul li {
		margin: 2px 0;
		padding: 0 20px;
		line-height: 20px;
		list-style: none;
		font-family: Tahoma, Arial;
		font-size: 14px;
		background-image: url(images/link_icons.gif);
		background-position: right 3.5px;
		background-repeat: no-repeat;
	}  	
	#target ul li a { 
		text-decoration: none;
		color: #59abc3;
		font-family: tahoma;
		font-size: 13px;
	}
    
	#sidebar {
		padding: 20px 16px 0 0;
		width: 20%;
		float: right;
		color: #333;
	}
		#sidebar ul , #sidebar ul li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sidebar ul li {
		margin: 2px 0;
		padding: 0 20px;
		line-height: 20px;
		background-image: url(images/link_icons.gif);
		background-position: right 3.5px;
		background-repeat: no-repeat;
	}
	#sidebar ul li a {
		text-decoration: none;
		color:#333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
	}
	#sidebar a:hover{ color: #0063DC; }
	#sidebar h2 {
		margin: 10px 0;
		font-size: 18px;
		color: #59abc3;
	}
	#countbox, #sidebar p {
		text-decoration: none;
		color:#333;
		font-family: tahoma, sans-serif;
		font-size: 13px;
	}
	#page404{
	background: #FF8C33 url(images/404_bg.png) no-repeat left top;
	width: 500px;
	height: 300px;
	padding: 6px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin: 0 0 0 -256px;
}
#page404 h2{
	line-height: 60px;
	padding: 0 20px 0 0;
	font-size: 20px;
	color: #c60;

}
#page404 p{
	padding: 60px 0 0 0;
	line-height: 170%;
	font-family: tahoma, Arial;
	font-size: 13px;
}
#page404 a{
	color: blue;
}
#page404 a:hover{
	text-decoration: underline;
}

	#footer {
		padding: 5px 0;
		border-top: 3px dotted #FF8C33;
		background: #FF8C33 url(images/bottom_bg.png) repeat-y center;
}
#footer a{ color:#ff9; }
#footer a:hover{color:#ffc;}
#footer p{
	padding: 0 20px;
	line-height: 20px;
	color:#fff;
}