#header {
	background-image: url(images/s22s_02.jpg);
	background-repeat: repeat-x;
	height: 185px;
}
#jdol {
	background-image: url(images/h1_02.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
#header .right {
	background-image: url(images/s22s_03.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 252px;
	width: 351px;
}
#header .left {
	background-image: url(images/s22s_01.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 252px;
	width: 391px;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#jdolns {
	background-image: url(images/h2_02.jpg);
	background-repeat: repeat-x;
}
#foter {
	background-image: url(images/s22s_06.jpg);
	background-repeat: repeat-x;
	height: 120px;
}
#foter .right {
	background-image: url(images/s22s_07.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 121px;
	width: 281px;
}
#foter .left {
	background-image: url(images/s22s_05.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 121px;
	width: 368px;
}
/*--------------لون الخلفية------------*/
body {
  background-color: #F1F1F1;
  background-attachment: fixed;
  
}
/*--------------الخطوط------------*/
p {
	font: bold 15px "Times New Roman", serif;
	text-align: center;
	color: #FFF6C8;
}
/*--------------مؤثرات النصوص------------*/
a {
	text-decoration:none;
	color: #FFF6C8;
}
a:hover {
	text-transform: uppercase;
	font-weight:bold;
	color:#F1F1F1;
	background-color:#DD1583;
}
a.veg {
	color: #AA2E67;
}
a.eee {
	color: #FF0000;
}
body {
	margin: 0px 0px 0px 0px;
}
ul {
	border-width: thin;
	border-style: solid;
	border-color: orange;
}