body {
	font: 100% Arial;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	direction: rtl;
}
.FixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
}
.FixCtr #containerin {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bgin.gif); 
	background-position: top right; 
	background-repeat: no-repeat;
}
.FixCtr #mainContent {
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.FixCtr #logo {
	width: 398px;
	margin-top:14px;
	height: 98px;
	background: #B2BDC9;
	float:right;
}
.FixCtr #headpage {
	width: 273px;
	margin-top:0px;
	height: 25px;
	background: #B2BDC9;
	float:right;
}
.FixCtr #headpagein {
	width: 273px;
	margin-top:40px;
	height: 25px;
	background: #B2BDC9;
	float:right;
}
.FixCtr #headpagein {
	.width: 273px;
	.margin-top:-130px;
	.height: 25px;
	.background: #B2BDC9;
	.float:right;
}
#nav {
	margin-top:-45px;
	margin-right:10px;
	width:700px;
	float:right;
	display: inline-block;
}

#nav ul 
	{ 
	display: inline; 
	margin: 0;
	padding: 0;
	}
#nav ul li
	{ 
	display: inline; 
	margin: 0; 
	padding: 0;
	}
.imgsep {
	padding: 0 1.5px 0 1.5px;
}
#opennav {
	margin-top:-25px;
	padding-right:71px;
	float:right;
	display:none;
	height:50px;
}
.address {
	color:#6C5635;
	font:Bold 13px Arial;
}
.rights {
	color:#515151;
	font:12px Arial;
	margin:10px auto;
}
.credit {
	color:#7F7F7F;
	font:12px Arial;
	float:left;
	margin:15px 0;
}
.contact, .contact:link {
	color:#6C5635;
	font:Bold 13px Arial;
	}
	
.contact:visited {
	color:#6C5635;
	font:Bold 13px Arial;
	}
	
.contact:hover {
	color:#96AEC8;
	font:Bold 13px Arial;
	}
	
a, a:link {
	color:#7F7F7F;
	font:12px Arial;
	}
a:visited {
	color:#7F7F7F;
	font:12px Arial;
	}
	
a:hover {
	color:#96AEC8;
	font:12px Arial;
	}
	
	
.FixCtr #logo {
	.width: 398px;
	.margin-top:-170px;
	.height: 98px;
	.background: #B2BDC9;
	.float:right;
}

.FixCtr #headpage {
	.width: 273px;
	.margin-top:-140px;
	.height: 25px;
	.background: #B2BDC9;
	.float:right;
}

