﻿
body
{
	width:100%;
	text-align:center;
	direction:rtl;
	background-image:url('4.jpg');
	background-repeat:repeat;
	/*padding-top:100px;
	padding-right:5%;
	padding-left:2%;
	left:5%;*/
}


@font-face {
    font-family: "nazanin";
    src:url('BNAZANIN.TTF')format('truetype');
    /* url('fonts/yekan.ttf') format('truetype'); */
}
.nazanin
{
	font-family:"nazanin";
	font-size:13pt;
	
}
.nazaninbold
{
	font-family:"nazanin";
	font-size:13pt;
	font-weight:bold;
}

.grayfont
{
	color:#333333;
}

/*** white back ground****/
#image98
{
	top:25px;
	left:5%;
	position:absolute;
}
#whitebg
{
	top:110px;
	left:5%;
	position:absolute;
	background-color:white;
	width:70%;
	z-index:0;
	padding-top:50px;
	padding-bottom:50px;
	margin-right:10%;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;

	-webkit-box-shadow: -1px 0px 5px 0px rgba(130,130,130,1);
	-moz-box-shadow: -1px 0px 5px 0px rgba(130,130,130,1);
	box-shadow: -1px 0px 5px 0px rgba(130,130,130,1);
	text-align:center;

}
#menuright
{
	background-color:#FFE9D2;
	width:25%;
	padding-top:30px;
	padding-bottom:50px;
	padding-right:20px;
	float:right;
	z-index:1;
	top:120px;
	margin-bottom:50px;
	right:5%;
	text-align:right;
	position: absolute;
	margin-top:10px;
	
	-webkit-box-shadow: 2px 4px 15px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 4px 15px 2px rgba(0,0,0,0.75);
	box-shadow: 2px 4px 15px 2px rgba(0,0,0,0.75);
	border-radius: 13px 5px 5px 15px;
	-moz-border-radius: 13px 5px 5px 15px;
	-webkit-border-radius: 13px 5px 5px 15px;
	border: 0px solid #000000;

	background: rgba(250,236,223,1);
	background: -moz-linear-gradient(left, rgba(250,236,223,1) 0%, rgba(250,241,232,1) 39%, rgba(250,246,242,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(250,236,223,1)), color-stop(39%, rgba(250,241,232,1)), color-stop(100%, rgba(250,246,242,1)));
	background: -webkit-linear-gradient(left, rgba(250,236,223,1) 0%, rgba(250,241,232,1) 39%, rgba(250,246,242,1) 100%);
	background: -o-linear-gradient(left, rgba(250,236,223,1) 0%, rgba(250,241,232,1) 39%, rgba(250,246,242,1) 100%);
	background: -ms-linear-gradient(left, rgba(250,236,223,1) 0%, rgba(250,241,232,1) 39%, rgba(250,246,242,1) 100%);
	background: linear-gradient(to right, rgba(250,236,223,1) 0%, rgba(250,241,232,1) 39%, rgba(250,246,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faecdf', endColorstr='#faf6f2', GradientType=1 );
	
	line-height:200%;
	text-decoration:none;
	
}
#menuright a
{
	text-decoration:none;
	color:#333333;
}
#menuright a:hover
{
	text-decoration:none;
	color:#800000;
	font-weight:bold;
	font-size:12pt;
}
.baz
{
	font-size:1.2em;
	color:#942D01;
 text-decoration:none;
}
