html
{
	margin: 0;
	padding: 0;
}

body
{
	font: 12px Arial;
	background-image: url(../images/bg.gif);
	margin: 0;
	padding: 0;
}


#wrap
{
	background-image: url(../images/wrap_bg.png);
	position: absolute;
	left: 50%;
	margin-left: -462px;
	width: 925px;
	min-height: 800px;
}

#header
{
	position: relative;
	left: 29px;
	height: 150px;
	width: 864px;
}


#nav
{
	text-align: right;
	bottom: 0;
	float: right;
	width: 775px;
	height: 38px;
	position: relative;
}

#nav ul
{
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 14px Arial;
	z-index: 999;
	float: right;
	padding-right: 10px;
}

#nav ul li
{
	float: right;
}

#nav .nav_txt
{
	width: 210px;
	text-align: center;
}

#nav a
{
	color: #FFF;
	font: 26px Aharoni;
	padding-right: 5px;
	padding-top: 5px;
	display: block;
}

#nav a:hover
{
	text-decoration: none;
}

#right_nav ul
{
	position: relative;
	margin: 0;
	margin-right: -1px;
	padding: 0;
	list-style-type: none;
	font: 14px Arial;
	z-index: 999;
	width: 218px;
}

#right_nav ul li
{
	background-image: url(../images/nav_right_bg.gif);
	height: 40px;
}

#right_nav a
{
	color: #FFF;
	font: 16px Arial;
	padding-right: 5px;
	padding-top: 11px;
	display: block;
	height: 100%;
}

#right_nav a:hover
{
	text-decoration: none;
}

a
{
	color: #194b58;
	text-decoration: none;
}

a:hover
{
	color: #000;
}

h1
{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	font: bold 16pt Arial;
	color: #00abbb;
}

#content
{
	width: 864px;
	color: #000;
	font: 14px Arial;
	direction: RTL;
	min-height: 500px;
	clear: both;
	margin-left: 28px;
}

#content h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
	margin-top: 4px;
	font: bold 12pt Arial;
	color: #00abbb;
}

.left_part
{
	float: left;
	width: 645px;
}

.right_part
{
	float: right;
	width: 219px;
}

#footer
{
	position: relative;
	bottom: 0;
	width: 864px;
	left: 29px;
	height: 28px;
	direction: RTL;
	clear: both;
	font: 20px Aharoni;
	color: #FFF;
	text-align: center;
	z-index: 999;
	background-image: url(../images/footer_bg.gif);
}

#footer a
{
	font: 14px Arial;
	color: #FFF;
	line-height: 25px;
}

#slideshow
{
	width: 645px;
	height: 245px;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
