BODY
{direction: rtl;
font-family: Arial, Verdana, Geneva, sans-serif;
background-color: rgb(102,153,204);}

MAIN
{
	background-color: rgb(255,234,204);
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-top: 5px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 6px 2px rgba(51,51,51,0.3);
}
LOGO
{width: 700px; background-color: rgb(158,192,216); display: block; height: 100px; margin-left: auto; margin-right: auto; 
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
 color: white; padding-right: 20px; padding-left: 20px; text-shadow: 6px 6px 7px rgba(0,0,0,0.3); background-image: url(images/%D7%96%D7%94%D7%91%D7%94_%D7%99%D7%A4%D7%AA-%D7%AA%D7%9B%D7%A0%D7%95%D7%9F_%D7%91%D7%9F_%D7%95%D7%91%D7%AA.png); background-repeat: no-repeat;}

#nav {
	list-style-type:none;
	margin: 0 0px 0 5px;
	padding:0;
	display:inline-block;
}
	
#nav li {
	float: right;
}

#nav li a{
	display: block;
	background-color: rgb(255,153,255);
	padding-top:5px;
	color: white;
	font-size: 16pt;
	font-weight: bold;
	text-decoration: none;
	margin-right: 22px;
	width: 140px;
	height:34px;
	text-align: center;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 4px 4px 6px rgba(0,0,0,0.3);}

/*#wrapper{
	display:inline-block;
	padding-top:20px;
	vertical-align:top;}*/

#article{
	padding-right:10px;
	display:inline-block;
	padding-left:10px;
	width:700px;}
	
#article h2{
	text-align:center;}
	
#article p{
	font-size:14pt;}

#footer{
	font-size:10pt; text-align:center; color:rgb(153,153,153) }
	
#footer line{
	margin-left: auto; margin-right: auto; background-color:rgb(102,153,204); text-decoration:none; width:960px; display:inline-block;  
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius:10px;
font-size:12pt; color:rgb(0,0,0);}
	
	
#footer a{
	color:black; text-decoration:none;}