@CHARSET "UTF-8";




a img
	{
	border:0; 
	}
*
	{
	margin:0; padding:0;
	font-family:arial;
	}
html, body
	{
	direction:rtl;
	height:100%;
	background:#848484;

	}

body
	{
	font-size:13px;
	text-align:center;
	width:100%;
	height:auto;
	
	}

a#addPhotos {
	
	margin-right:10px;
	font-weight: bolder;
	padding: 3px;
	text-decoration : none;
	font-size: 14px;
	color: #fff;
}

a#addPhotos:hover {
	color: rgb(168, 194, 165);
}

#container
	{
	background:transparent url(appProxy/containerBg.gif) repeat-y center;
	text-align:right;
	/*height:auto !important; height:100%; min-height:100%;*/
	width:925px; 
	margin:0 auto ;
	}
.header{
	background:#CCC8AA url(appProxy/nav/topBg.gif) top no-repeat;
	width:930px;
	margin:0 auto;
	height:137px;
}

/*menu*/
.header ul {
	list-style: none;
	width: 925px;
	font-size: 14px;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}

.header ul li {
	float: right;
	display: block;
	padding-left:20px;
}

.header ul li a {
	text-decoration: none;
	color: rgb(81, 81, 81);
	font-weight: bolder;
}


.header div.companyProp{
	width:600px;
	height:100px;
	float:right;
	margin-right:40px;
	_margin-right:20px;
	font-family:gisha;
	font-weight:bold;
	color:white;
	font-size:20px;
}
.bottomBg{
	width:930px;
	height:16px;
	background:url(appProxy/containerBottomBg.gif) no-repeat;
	margin:0 auto;
}
a.logo{
	display:block;
	float:right;
	margin-right:80px;
	_margin-right:40px;
	margin-top:15px;
}
.clear{
	clear:both;
}


