﻿body, html {
	background-color: #fff
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Verdana, Helvetica, Lucida, sans-serif;
	font-size: 14px;
	color: #797979;
	direction: rtl;
	text-align: right;
}

img {
	border: 0;
}

a {
	color: #59554e;
}

br.clear {
	clear: both;
}

div#container {
	width: 800px;
	margin: 0 auto;
}

div.header {
	position: relative;
	height: 85px;
}

div#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 134px;
	height: 85px;
}


div#language {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 134px;
	height: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.contentItem {
	width: 800px;
	background-color: #d6d6d6;
	margin-bottom: 40px;
}

div.contentpart {
	float: left;
	width: 356px;
}

div.contentpart div.wrapper {
	margin: 30px 30px 30px 34px;
}

div.contentpart  div.wrapper h1 {
	text-align: left;
	border-bottom: 1px solid #7a7a7e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 4px;
}

div.rightimage {
	float: right;
	width: 444px;
}