* {
	margin:0px;
	padding:0px;
}

body {
	font-family:arial;
	background:#92a8ba url('../images/body_bg.gif') repeat-x top left;
	text-align:center;
}

#site {
	margin:auto;
	background:#fff;
	border:3px solid #455d71;
	border-top:0px;
	width:820px;
	padding:5px;
}

#header {
	background:#fff url('../images/header.gif') no-repeat top center;
	color:#fff;
	width:800px;
	height:87px;
	padding: 5px 10px 0 10px;
	margin-bottom:5px;
}

#logo_heb {
	float:right;
	direction:rtl;
	width:440px;
	text-align:right;
}

#logo_eng {
	float:left;
	direction:ltr;
	width:240px;
	text-align:left;
}

a.logo_name {
	font-size:1.8em;
	font-weight:bold;
	line-height:1em;
	color:#fff;
	text-decoration:none;
}

.logo_desc {
	font-size:1.2em;
	
}

a.about {
	font-size:0.8em;
	color:#fff;
	/*display:block;*/
	line-height:2.5em;
}

a.about:hover {
	text-decoration:none;
}

#sidebar {
	background:#edf6fe;
	width:238px;
	
	float:left;
	text-align:left;
}

.thumbnail {
	padding:10px;
	border:0px;
}

#sidebar_nav {
	font-size:0.8em;
	font-weight:bold;
	margin-top:16px;
	width:206px;
}

#about_sidebar {
	width:238px;
	height:648px;
	background:#edf6fe url('../images/about_image.jpg') no-repeat top left;
	float:left;
	text-align:left;
}

#main {
	float:right;
	width:577px;
	text-align:center;
}
#preview_name {
	width:550px;
	color:#72818a;
	font-size:0.8em;
	padding:10px;
	line-height:1.4em;
}

#preview_pane {
	width:570px;
	height:570px;
	color:#72818a;
	font-size:0.8em;
	vertical-align:middle;
	overflow:hidden;
}

#preview_pane img {
	border:0px;
}

#about_eng
{
	width:500px;
	padding:30px 10px 30px 10px;
	font-size:0.8em;
	color:#486173;
	text-align: left;
	line-height:1.4em;
	margin:auto;
}

#main hr {
	width:500px;
	height:1px;
	color:#8cb5e0;
	margin:auto;
}

#about_heb
{
	width:500px;
	padding:30px 10px 30px 10px;
	font-size:0.8em;
	color:#486173;
	text-align: right;
	direction:rtl;
	line-height:1.4em;
	margin:auto;
}

h2 {
	font-size:1.8em;
	margin:0 0 15px 0;
}

ul {
	margin:0 20px 0 20px;
	padding:10px;
}

li {
	list-style: disc outside;
	padding:5px;
}

#footer {
	background:#deecf9;
	padding:5px;
	font-size:0.7em;
	color:#253542;
	text-align:center;
	margin-top:5px;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
	font-size:0px;
}