a:link {color: blue; text-decoration: underline; } 
a:visited {color: blue; text-decoration: underline; } 
a:hover {color: black; text-decoration: none; }
a:active {color: blue; } 

html { 
     height: 100%;
} 

body {
	background-repeat: repeat-y;
	margin:30px 0px;border:0px;
	background-attachment: scroll;
	background-position: center;
	background-color: #DCDCDC;
	font-family: Arial;
}
#wrapper {
	position:relative;
	width:760px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%; 
    	height: 100%; 
}

#header-line-over {
	position:absolute;
	width:760px;
	height:80px;
	z-index:9;
	left: 0px;
	top: -30px;
	
}
#header {
	position:absolute;
	width:760px;
	height:129px;
	z-index:4;
	left: 0px;
	top: -30px;
	
}
#useful-links {
	position:absolute;
	width: 760px;
	top: -30px;

	height:12px;
	z-index: 10;
	font-size: 10px;
	text-align: left;
}
#heb-useful-links {
	position:absolute;
	width: 760px;
	top: -124px;

	height:12px;
	z-index: 10;
	font-size: 10px;
	text-align:right;
}
#header-title {
	position:absolute;
	z-index:5;
	left:70px;
	top: -18px;
	
}
#left-header {
	position:absolute;
	z-index:5;
	left: 322px;
	top: -20px;
	
}
#menu {
	position: absolute;
	height:80px;
	z-index:9;
	top: 110px;
	
}
#heb-menu {
	position: absolute;
	height:80px;
	z-index:9;
	top: 92px;
	
}
#main-text {
	position: absolute;
	width:550px;
	z-index:1;
	top: 160px;
	left: 180px;
}
#heb-main-text {
	position: absolute;
	width:550px;
	z-index:1;
	top: 140px;
	right: 180px;
	
	direction: rtl;
}
#side-text {
	position: absolute;
	width: 150px;
	top: 160px;
	left: 5px;
	z-index:1;
	
	font-size: 16px;
        background-color: #DCDCDC;
}

#heb-side-text {
	position: absolute;
	width: 150px;
	top: 160px;
	right: 5px;
	z-index:1;
	
	font-size: 16px;
	text-align: right;
	direction: rtl;
        background-color: #DCDCDC;
}
#general-text {
	position:absolute;
	width:700px;
	height:400px;
	z-index:1;
	left: 30px;
	top: 140px;

	font-size: 16px;
	text-align: left;
}
#heb-general-text {
	position:absolute;
	width:700px;
	height:400px;
	z-index:1;
	right: 30px;
	top: 140px;

	font-size: 16px;
	text-align: justify;
	direction: rtl;
}
#general-text-header {
	position:absolute;
	width:700px;
	height:100px;
	z-index:1;
	left: 50px;
	top: 220px;
}
#footer{ 
	position:absolute;
	width: 170px;
    	height: 20px;
	left:470px; 	
	top: 0;
	z-index:7;
	
	font-size: 12px;
} 
#marquee {
	position:absolute;
	background-color: #CC9933;
	width: 760px;
	top: 97px;

	height:15px;
	z-index: 8;
	font-size: 11px;
	text-align: center;
	
}
#heb-marquee {
	position:absolute;
	background-color: #CC9933;
	width: 760px;
	top: 126px;

	height:15px;
	z-index: 8;
	font-size: 11px;
	text-align: center;
	
}
#imageContainer {
	height:140px;
	width: 200px;
}
#imageContainer img {
	position:absolute;
	z-index:6;
	right: 0px;
	top: -27px;
	display:none;
	
}
#album {
	position:absolute;
	width:750px;
	height:400px;
	left: 10px;
	top: 275px;
}
