body {
	background-color: #FFE8A7;
	font-family: Georgia, "Times New Roman", serif;
	font-size:  12px;
	color:#200;
	border: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#hidden {
	visibility: hidden;
	font-size: 0px;
	width: 0px;
	height:0px;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
}

#hidden h1{
	font-size: 0px;
	padding: 0px, 0px, 0px, 0px;
	margin: 0px, 0px, 0px, 0px;
}

#container {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 0px;
	background-color:#FFE8A7;
}

#header{
	width: 800px;
	height: 170px;
	background: url(images/header.jpg);
}

#header h1 {
	text-align: right;
	padding: 0 15px 0 0;
	margin: 20px 0px 25px 0px;
	color: #520;
	font-size: 22px;
}

#header a {
	color:#600;
	text-decoration: none;
	font-weight:bold;
	border: 0;	
}

#header a:hover {
	color:#900;	
}

#menu {
	width: 763px;
	padding: 20px 0 0 0px;
	display: inline-block;/*for IE5*/
	clear:left;/*for IE5*/
}

#menu .quote {
	font: 400 1em garamond,times,serif;
	width: 300px;
	float: left;
	text-align: right;
	direction: rtl;
	padding: 0px 0 0 120px;
	display: inline-block;/*for IE5*/
	clear:left;/*for IE5*/
	font-style: italic,bold;
	color: #B85;
}

#menu .cssnav	{
	position: relative;
	float:right;
	margin: 0;
	width: 80px;
	height: 17px;
	text-align: center
}

#menu .cssnav a {
	display: block;
	width: 80px;
	height: 17px;
	float: right; 
	text-decoration: none;	
	font-size:  14px;
	padding-right: 30px;
	margin-right: 0px;
}


/*BEGIN CONTENT*/

#content{
	width: 800px;
	min-height: 440px;
	background: url(images/extender.jpg) repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




#contentright{
	width: 150px;
	float: right;
	padding: 10px 35px 0 37px;
	margin: 0px 0px 0px 0px;
}

#contentright a {
	color:#600;
	text-decoration: none;
	font-weight:none;
	border: 0;	
}

#contentright a:hover {
	color:#900;	
	font-weight:none;
}

#contentright b {
	color: #520;
	font-size: 100%;
	font-weight:800;
}

#contentright h1 {
	font: 1.6em serif;
	font-weight:bold;
/*	border-top: 1px solid #520; */
	background: url('images/menu.gif') no-repeat bottom center;
	padding: 2px 0 16px 0;
	text-align:center;
	color: #510;
	font-variant: small-caps;
	margin: 0;
}

#contentright ul{
	list-style-type: none;
	list-style:none;
	margin: 0;
	padding: 5px;
}

#contentright ul li a{
	padding-left: 13px;
	margin-left: 0px;
	font-size: 1.2em;
	color:#600;
}

#contentright ul li a:hover
{
	padding-left: 13px;
	margin-left: 0px;
	background: url('images/bullet.gif') no-repeat left center;
	font-size: 1.2em;
	color:#A20;
}





#contentleft{
	width: 510px;
	padding: 10px 5px 10px 50px;	
	margin: 0;
}

#contentleft h1 {
	font: 600 1.7em garamond,times,'times new romans',serif;
	color: #520;
	margin: 0 0 10px 0;
}

#contentleft h2 {
	font: 600 1.3em 'times new romans',times,serif;
	color: #300;
	margin: 3px 0;
}

#contentleft h3 {
	color: #720;
	font-size: 100%;
	font-weight:800;
}

#contentleft i {
	font: 400 1.3em garamond,times,serif;
	color: #404040;
	font-style: italic;
	margin: 0 0 10px 0;
}

#contentleft a {
	color:#800;
	text-decoration: none;
	border: 0;	
}

#contentleft img {
	border: 1;
}

#contentleft a:hover {
	color:#A00;	
}

#contentleft .english {
	margin-top: 20px;
	direction: ltr;
	text-align: left;
} 

#contentleft .english ol li {
	margin-left: 25px;
	padding: 4px 0
}

#contentleft .english ul {
	list-style-type: none;
}
	
#contentleft .english ul li {
	padding-left: 17px;
	background: url('images/bullet.gif') no-repeat left top;
	margin-left: 10px;
	color: #400;
}

#contentleft .english table {
	width: 100%;
	margin-bottom: 20px;  
  
	font-size: 1em;
	border-collapse: collapse;
}

#contentleft .english table caption {
	margin-top: 10px;
	padding: 0 0 0.5em 3px;

	font: 400 1.2em garamond,times,serif;
	text-align: left;  
}

#contentleft .english table th, table td {
	text-align: left;
	vertical-align: top;
	padding: 4px 7px ;
	padding: 6px 10px;
}


#contentleft .english thead th {
	color: #820;
	border-top: 2px solid #600;
	border-bottom: 1px solid #600;
}


#contentleft .english tbody td {
	border-bottom: 1px solid #D6B8A0;
}

#contentleft .english tbody tr:hover {
	background-color: #EDDCAF;
}

#contentleft form label{
	display:block;
}

#contentleft form input.text, form textarea{
	width:95%;
	border:1px #87764B solid;
	color:#211000;
	padding:4px 5px;
	font:12px Verdana,Arial,san-serif;
	background-color: #F6EFCB;
}

#contentleft form input.text:hover, form textarea:hover
{
	border:1px #87764B solid;
}

#contentleft form input.text:focus, form textarea:focus
{
	border:1px #2D1A06 solid;
	color:#211000;
}

#contentleft form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:12px Verdana,Arial,san-serif;
}

#contentleft .farsi
{
	font: 14px Arial;
	text-align: right;
	direction: rtl;
}

#contentleft .code
{
	direction: ltr;
	text-align: left;
	outline: gray solid thin;
	margin-top: 10px;
	padding: 0 20px 20px 20px;
	font:14px Courier New, monospace;
	color:#555;
	white-space: pre;
}





#footer{
	clear: both;
	width: 800px;
	height: 105px;
	background: url(images/footer.jpg) no-repeat;
	padding-top: 10px;
}

#footer p{
	margin: 0px 0px 0px 0px;
	padding: 50px 0 0px 0;
	text-align: center;
	font-size: 85%;
	
}
	
