/* CSS Document */
/* By: Ali Naderi*/
body {
	background: #F7F7F6 url(images/background.jpg) repeat-y 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 0px auto;
	text-align: right;
	width: 750px;
}

#logo {
	width: 750px;
	height: 80px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	color: #CCCC99;
	background-color: #808060;
	font: bolder 28px "Times New Roman", Times, serif;
}

#logo a {
	color: #FFF;
	background-color: #808060;
	text-decoration: none;
}

#logo a:link, #logo a:visited {
	color: #FFF;
	background-color: #808060;
}

#logo a:hover {
	color: #CCCC99;
	background-color: #808060;
}

#date {
	position: absolute;
	color: #FFF;
	margin: 0px;
	float: left;
	padding: 15px;
	font:  bold 14px/22px "Times New Roman", Times, serif;
}

.clear {
	clear: both;
}


/* --- navigation --- */

#top {
   width: 750px;
	width /**/:/**/ 749px;
   height: 21px;
   margin: 0;
   padding: 0;
	background-color: #808060;
}

#top ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: bold 13px/19px "Times New Roman", Times, serif;
}

#top li{
	float: right;
	width: 106px;
	width /**/:/**/ 105px;
	list-style: none;
	margin: 0;
	margin /**/:/**/ 0px 1px 0px 1px
}

#top li a {
	color: #FFF;
	background-color: #808060;
	padding: 0px;
	width: 100%;
	height: 21px;
	display: block;
	text-decoration: none;
	border-left:1px solid #CCCC99;
	padding-right /**/:/**/ 1px;
	text-align: center;
}

#top li a:link, #top li a:visited {
	color: #FFF;
	text-decoration: none;
	border-left:1px solid #CCCC99;
}

#top li a:hover {
	color:#808060;
	background-color:#FFF;
	border-left:1px solid #CCCC99;
}

#top li a#current {
	color: #808060;
	background-color:#FFF;
	border-left:1px solid #CCCC99;
}

#right {
	width: 107px;
	float: right;
}

#navcontainer {
	width: 107px;		
}

#navcontainer ul {
	margin-right: 1px;
	margin /**/:/**/ 0;
	padding: 0px;
	text-align: right;
 	list-style-type: none;
 	font: bold 13px/18px "Times New Roman", Times, serif;
	border-top: 1px solid #ECECC5;
}

#navcontainer li a {
	background-color: #CCAA99;
 	display: block;
 	width: 106px;
 	height: 20px;
	border-bottom: 1px solid;
}

#navcontainer li a:link, #navcontainer li a:visited {
 	color: #FFF;
 	text-decoration: none;
}

#navcontainer li a:hover {
	background-color: #806A60;
	color: #FFF;
	text-decoration: none;
}

#navcontainer li a#current {
	background-color: #806A60;
	color: #FFF;
	text-decoration: none;
}

/* --- banners --- */

#bannercontainer {
	width: 135;
	float: left;
	vertical-align: top;
	color: #806A60;
}

#bannercontainer img {
	margin : 0px 0px 0px 2px;
	margin /**/:/**/ 2px 0px 0px 2px;
}

#bannercontainer p {
	width: 131px;
	font: 1em "MS Sans Serif", Geneva, sans-serif;
	color:  #806A60;
}

#bannercontainer a, #bannercontainer a:visited {
	color:  #806A60;
	text-decoration: none;
}

#bannercontainer a:hover {
	color:  #808060;
	text-decoration: none;
}

#name {
 	font: bold 11px/14px "Times New Roman", Times, serif;
	text-align: center;
	padding-top: 5px;
	direction: rtl;
}


/* --- content --- */

#content {
	margin: 10px 0px;
	margin /**/:/**/ 0px;
	margin-right /**/:/**/ 35px;
	width: 450px;
	float: right;
	direction: rtl;
	padding: 20px 0px;
}

#content h1 {
 	font: bolder 28px "Times New Roman", Times, serif;
	color: #57573E;
}

#content h2 {
 	font: normal 18px "Times New Roman", Times, serif;
	color: #57573E;
}

#content h3 {
	color: #57573E;
}

#content h4 {
	margin: 0px;
 	font: bold 16px "Times New Roman", Times, serif;
	color: #57573E;
}

#content a {
	font: normal Arial, Helvetica, sans-serif;
}

#content a:link {
 	color: #806A60;
 	text-decoration: none;
}

#content a:visited {
 	color: #6F2D47;
 	text-decoration: none;
}

#content a:hover {
	color: #CCAA99;
	text-decoration: none;
}

#content table {
	margin-right: 30px;
}

#content td {
	vertical-align: top;
}

#content td a {
	padding: 5px;
	font: normal 1em Arial, Helvetica, sans-serif;
}


#content td a:link {
 	color: #806A60;
 	text-decoration: none;
}

#content td a:visited {
 	color: #6F2D47;
 	text-decoration: none;
}

#content td a:hover {
	color: #CCAA99;
	text-decoration: none;
}

#content .seperator {
	color: #CCAA99;
}

.persian {
	direction: rtl;
}

.latin {
	text-align: left;
	direction: ltr;
}

input.rahmen {
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	background-color: #CCAA99;
	cursor: pointer;
	width: 106px;
	text-align: center;
}

.textbox {
	font: bold 13px/19px "Times New Roman", Times, serif;
	height: 18px;
	width: 100px;
	margin: 20px 0px 10px 0px;
	text-align: center;
	color: #333333;
	background-color: #EBE9C2;
}

.text {
	margin: 0px;
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.imageright {
	float: right;
	padding: 7px;
	margin-left: 10px;
	background-color: #ffffff;
	border: 1px solid #bac1a3;
}

#footer {	
	margin: 0px auto;
	position: relative;
	background-color: #EBE9C2;
	width: 748px;
	padding: 5px 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

#footer a:visited, #footer a:link {
	color: #806A60;
	text-decoration: none;
}

#footer a:hover {
	color: #CCAA99;
	text-decoration: none;
}
