@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background:#bebebe url(images/bg.jpg) repeat-y center top;
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
	text-decoration:none;
	direction:rtl;
}

img{
	border:0;
}

form{
	margin:0 auto;
}

input{
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
}

select{
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
}
textarea{
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
}

a{
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
	text-decoration:none;
}


a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#646464;
}


td, li{
	font-family:tahoma;
	font-size:11px;
	color:#0f383e;
}

#site-content{
	width:776px;
	background:#fff url(images/inside-bg2.jpg) repeat-y top center;
}

#header{
	width:776px; 
	background:url(images/header/bg.jpg) repeat-x top center; 
	height:178px;
}

#right-side{
	width:190px;
	margin:0 5px;
	direction:rtl;
}

.chat-links{
	display:block;
	background:url(images/chat/3/arrow.jpg) no-repeat right center;
	line-height:20px;
	color:#939393;
	padding-right:12px;
	margin-right:10px;
	text-align:right;
}

.chat-links a{
	display:block;
	color:#939393;
}

.chat-links a:hover{
	display:block;
	color:#676767;
}