body {
	background: #F0F0F0 url(/design/gradient.jpg) fixed top left repeat-x;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: blue;
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
	color: #666666;
}

p, ul {
	line-height: 18px;
}

#container {
	direction: rtl;
	text-align: right;
	margin-top: 30px;
}

#main {
	background: transparent url(/design/yaeldeckelbaum.jpg) no-repeat center top;
	width: 1023px;
	height: 530px;
	margin: 0 auto;
}

#menu {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(/design/menu_bg.gif) top left repeat-x;
}

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

#menu ul li {
	float: right;
	margin: 0;
	padding: 0;
	background: transparent url(/design/bg_button.gif) top left no-repeat;
}

#menu ul li a {
	display: block;
	height: 27px;
	padding-left: 20px;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#menu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 20px;
	background: transparent url(/design/bg_button.gif) top right no-repeat;
	cursor: pointer;
}

#menu ul li a.rss {
	margin-left: 10px;
	background: url(/design/rss.gif) left 8px no-repeat;
	padding-left: 20px;
	font-size: 12px
}

#menu ul li a.inner:hover, #menu ul li.highlight a {
	background: transparent url(/design/bg_hover.gif) top left no-repeat;
}

#menu ul li a.inner:hover span.menu_ar, #menu ul li.highlight a span.menu_ar {
	background: transparent url(/design/bg_hover.gif) top right no-repeat;
}

#menu ul li a.external:hover {
	background: transparent url(/design/bg_ext_hover.gif) top left no-repeat;
}

#menu ul li a:hover span.menu_ae {
	background: transparent url(/design/bg_ext_hover.gif) top right no-repeat;
}

#content {
	border: solid #333333 1px;
	background-color: #FFFFFF;
	width: 500px;
	height: 405px;
	margin: 20px;
	padding: 20px;
	font-size: 11pt;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-khtml-opacity: 0;
	position: absolute;
	top: 40px;
	overflow: hidden;
}

#text {
	margin: 20px;
	padding: 20px;
	color: #000000;
	position: absolute;
	top: 60px;
	width: 500px;
	text-align: justify;
	}

#innertext {
	height: 400px;
	right: 15px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 10px;
	border: 0;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: -5px;
	top: 0;
	height: 100%;
	background: #AAAAAA;
}
.jScrollPaneDrag {
	position: absolute;
	background: #800080;
	cursor: pointer;
	overflow: hidden;
}

#footer {
	position: absolute;
	top: 540px;
	margin: 5px;
	color: #555555;
	font-size: 9pt;
	width: 1013px;
}

#footer a {
	color: #5555CC;
}

#gallery {
	margin: 1em auto;
	border: solid 1px #888888;
	width: 480px;
	height: 365px;
}

.playing {
	font-weight: bold;
}

.music li span {
	cursor: pointer;
}

a.article {
	display: none;
}

#news {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

#news li {
	margin-bottom: 10px;
}

.datetime {
	font-size: 11px;
	color: #555555;
}