html {
	height: 100%;
}
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 172044;
	height: 100%;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #A396CE;
}
#container {
	width: 773px;
	margin: 0 auto;
	min-height:100%;
}
#header {
	background-image: url(images/contentBg.jpg);
	background-repeat: repeat-y;
	width:inherit;
	height:172px;
	padding:0;
	margin:0;
	clear: both;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-image: url(images/contentBg.jpg);
	background-repeat: repeat-y;
	padding-bottom:10px;
	width:inherit;
	padding-left: 30px;
	padding-right: 40px;
	clear: both;
	padding-top:opx;
	margin:0;
}
#footer {
	text-align: center;
	width:inherit;
	clear: both;
	direction:rtl;
}
#contentText {
	direction: rtl;
	width:703px;
	overflow:hidden;
}
#footer p {
	margin: 5px;
}
