@import url(http://fonts.googleapis.com/css?family=Arvo|Lobster);
html, body, ul, ol, li, form, fieldset, legend{
	margin-top:30px;
	padding: 0;
}

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
	font-family: "BYekan",Arial,helvetica,sans-serif;
	color: #292d2f;
	background: url('bg.jpg');
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	font-size: 12px;
	direction:rtl;
}

h2 {
	
	display: block;
	margin: 20px 0 ;
	font-size: 26px;
	font-family:"BYekan",Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05), 1px 1px 0px #fff;
	color: #41474a;
	font-weight: normal;
	text-align:center;
}

h1 {
	display: block;
	margin: 30px 0;
	font-size: 30px;
	font-family:"BYekan",Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05), 1px 1px 0px #fff;
	color: #41474a;
	font-weight: normal;
	text-align:center;
}
a, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

:focus{
	outline: none;
} 

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;	
}

.info{
	text-align:center;
	margin-top:10px;
}

.info a:hover {
	text-decoration: underline;
}

.link {
	font-size: 16px;
	font-weight: normal;
	text-align:center;
	margin-bottom:50px;
}

#content{
	padding:10px;
	border:1px solid #e8e8e8;
	border-bottom:3px solid #e8e8e8;
	border-top: none;
	border-radius:4px;	
	background:#fcfcfc;	
	margin:20px 0;
	text-align:right;
}
