body{
	
	margin:0px;
	padding:0px;
	background-color:#f3f3f3;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:20px;
}

span.reverse {
  unicode-bidi: bidi-override;
  direction: rtl;
}

[href^='mailto'] {
	direction: rtl;
	unicode-bidi: bidi-override;
}

.container{
	
	width:867px;
	margin:0px auto;
}

.header{
	
	background-image:url(images/header.jpg);
	width:867px;
	height:auto;
}

.nav{	
	
	height:39px;	
	float:right;
	margin:41px 0px 0px 0px;
	padding:0px;
	
}

#nav-menu{
	
	list-style:none;
	padding:0;
	margin:0;
}

#nav-menu li{
	
	float:left;
	margin:0 .15em;
	padding:0px;
}

.left{
	width:586px;
	float:left;
}

.right{
	
	width:281px;
	float:left;
	background-image:url(images/right.jpg);
	height:382px;
}

.footer{
	
	width:867px;
	height:200px;
	background-color:#d2dce2;
	margin-top:75px;
	margin-bottom:15px;
}


.footer-whoweare{
	
	float:left;
	width:260px;
	padding:10px 10px 10px 10px;
}

.footer-news{
	
	float:left;
	width:260px;
	padding:10px 22px 10px 22px;
}

.footer-contact{
	
	float:right;
	width:260px;
	padding:10px 10px 10px 10px;
}

h1{ color:#184074; }

h2{

	border-bottom: 1px solid #666666;
	width:100%;
}

#contact{
	
	list-style:none;
	margin:0;
	padding:0;
}

a{
	
	color:#184074;
}

a:hover{
	
	color:#FFFFFF;
}

.legal{
	
	margin-bottom:20px;
}

.legal a:hover{
	
	color:#000000;
	
}

div.footer-news ul{
	
	list-style:none; 
		float:left;
		margin:0px;
		padding:0px;
}
