body {
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
	direction: rtl;
	font-family: arial;
	font-size:12px;
	}
img{border:0;margin:0;padding:0;vertical-align:top;}
#wrap{
	width: 772px;
	margin: 0 auto;
	border: 8px solid white;
	background-color: white;
	overflow:hidden;
	}
#header{
	width: 772px;
	height: 147px;
	position:relative;
	}
	#header-rss{
		position:absolute;
		left:0px;
		bottom:0px;		
		}
#nav{
	height: 20px;
	list-style-type: none;
	margin: 11px 0 8px 0;
	padding: 0;
	background-color: white;
	border-bottom: 1px solid #5b4d26;
	font-size:16px;
	}
	#nav li{
		float: right;
		padding: 0 15px 0 0;
		margin: 0 0 0 20px;
		background: url(images/bullet.gif) center right no-repeat;
		height:20px;
		}
		#nav li a{
			text-decoration: none;
			color: #6c561a;
			}
		#contact{
			float: left !important;
			padding: 0 !important;
			margin: 0 !important;
			background:none !important;
			}
#right-side{
	float:right;
	width:178px;
		}
	#pictures{
		margin-bottom:9px;
		}
		#pictures img{
			margin-bottom:3px;
			}
	#linkim{
		background:url(images/infobg.gif) repeat-y;
		width:164px;
		margin:0;
		padding:5px 0 0 0;
		list-style-type: none;
		}
		#linkim li{
			background: url(images/bullet.gif) center right no-repeat;
			padding: 3px 15px 3px 15px;
			margin:0 15px 0 0;
			}
			#linkim li a{
				text-decoration:none;
				color: #6c561a;
				}
	#join{
		background:url(images/joinbg.gif) repeat-y right;
		width:142px; /*164-11px*2{left-right} = 142*/
		margin:0;
		padding:5px 11px 0 11px;
		font-size:12px;
		}
		#join span{
			font-weight:bold;
			font-size:14px;
			}
#left-side{
	float:right;
	width:594px;
	}
	
#footer{
	background:url(images/footer.gif) no-repeat;
	width:772px;
	height:164px;
	clear:both;
	margin:0px 0px 0 0;
	border-top:20px solid white;
	position:relative;
	}
	#credit{
		position:absolute;
		bottom:0;
		line-height:24px;
		left:0px;
		height:20px;
		background-color:white;
		color:black;
		font-weight:bold;
		font-size:12px;	
		}
		#credit a{
			color:black;
			text-decoration:none;
			border-bottom:1px solid #bfbfbf;
			}


