body{
	margin: 0px;
	padding: 0px;
	background: url("../images/background.gif") center top;
	font-family: Tahoma,Verdana, Arial;

	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

#topContainer{
	position: relative;
	width: 100%;
	height: 19px;
	background: url("../images/bar_top.gif") repeat-x;
	border-bottom: 1px solid #000000;
}

#bannerContainer{
	position: relative;
	margin: 0 auto 0 auto;
	width: 1008px;
	height: 160px;
}

#bannerLeft{
	position: relative;
	float: left;
	width: 24px;
	height: 160px;
	background: url("../images/banner_left.gif") repeat-y right;
}
#banner{
	position: relative;
	float: left;
	height: 160px;
	width: 958px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: url("../images/banner.gif") no-repeat;
}
#bannerRight{
	position: relative;
	float: left;
	width: 24px;
	height: 160px;
	background: url("../images/banner_right.gif") repeat-y left;
}

#menuContainer
{
	height: 30px;
	background: url("../images/bar_middle.gif") repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#menu
{
	height: 30px;
	width: 958px;
	margin: 0 auto 0 auto;
}

#pageContainer{
	position: relative;
	float: center;
	width: 1008px;
	margin: 0 auto 0 auto;
	border: 1px;
}

#pageContainer #span1{
	position: relative;
	float: left;
	width: 100%;
	background: #52920D url("../images/page_left.gif") repeat-y top left;
	display: block;
}
#pageContainer #span2{
	background: url("../images/page_right.gif") repeat-y top right;
	display: block;
	position: relative;
	float: left;
	width: 100%
}
#pageContent{
	position: relative;
	float: left;
	left: 24px;
	width: 958px;
	min-height: 200px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #52920D;
	z-index: 2;
}
#footerContainer{
	position: relative;
	float: left;
	width: 100%;
	background: url("../images/bar_bottom.gif") repeat-x center;
	border-top: 1px solid #000000;
	height: 20px;
}
#footer
{
	margin: 0 auto 0 auto;
	width: 958px;
	height: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
}

/* Navigation bar Left side */

#navBar{
	top: -1px;
	position: relative;
	float: left;
	width: 180px;
	border-right: 1px solid #000000;
	font-size: 13px;
}

#navBar ul{
	margin: 5px 5px 5px 5px;
	list-style-position: outside;
	list-style-image: url("../images/arrow-right.gif");
	list-style-type: square;
}
#navBar ul{
	padding-left: 20px;
}
/*younes zn form*/
#navBar ul form{
	position:relative;
	left: -10px;
}

#navBar ul a:link, #navBar ul a:visited, #navBar ul a:active{
	text-decoration: none;
	color: #000000;
}

#navBar ul a:hover{
	text-decoration: underline;
}

.navTitle{
	height: 30px;
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: url("../images/bar_menu.gif") repeat-x center;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

.sponsor{
	width: 100%;
	margin: 5px 0px 5px 0px;
	text-align: center;
}

/* Page Right box */

#page{
	position: relative;
	float: right;
	width: 765px;
	margin-right: 6px;
	background-color: #52920D;
}

#page h1,#page h2,#page h3{
	margin-top: 0px;
	margin-bottom: 5px;
	color: #E8E820;
	border-bottom: 1px dotted #E8E820;
}

#page p{
	margin-top: 0px;
	margin-bottom: 10px;
}

#page a:link, #page a:visited,#page a:active{
	color: #E8E820; 
	/*was : color: #B8B800;*/
	text-decoration: none;
}
#page a:hover{
	text-decoration: underline
}
#JahStatus{
    top: 0px;
    left: 0px;
    position: absolute;
	z-index:100;
}









