@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
h1{
	text-align: left;
	direction: ltr;
	font-size: 28px;
	color: #333333;
	;
	letter-spacing: -1px;
	position: absolute;
	top: 180px;
	width: 780px;
	font-weight: normal;
	left: 90px;
	text-transform: uppercase;
	line-height: 38px;
	font-family: Verdana, Geneva, sans-serif;
}
h2{
	text-align: left;
	direction: ltr;
	font-size: 18px;
	color: #333333;
	letter-spacing: 0px;
	font-weight: normal;
	width: 600px;
	position: absolute;
	left: 130px;
	top: 350px;
	font-family: Verdana, Geneva, sans-serif;
}
h3{
	text-align: center;
	direction: ltr;
	font-size: 14px;
	color: #063c93;
	letter-spacing: 0px;
	font-weight: normal;
	width: 950px;
	position: absolute;
	left: 0px;
	top: 780px;
	font-family: Verdana, Geneva, sans-serif;
}
p{
	text-align:center;
	direction:rtl;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#container{
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
}
#wrapper{
	width: 950px;
	height: 800px;
	position: relative;
	margin: 0px auto;
	background-image: url(../images/index.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#wrapper1{
	width: 950px;
	height: 690px;
	position: relative;
	margin: 10px auto;
	background-image: url(../images/index1.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.footer{
	width:900px;
	position:relative;
	margin:7px auto;
	text-align:center;
	direction:rtl;
	color:#666;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.copy{
	width: 950px;
	height: 25px;
	vertical-align: text-top;
	position: relative;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	direction: rtl;
}
	.copy a{
		text-decoration:none;
		color:#666;
	}
