body {
	text-align: center;
	min-width: 970px;
	padding: 0;
	margin: 0;
	background-image:url(../images/bg.jpg);
	background-color: #7A7A7A;
	background-repeat: repeat-x;
	background-position: top;
	direction: rtl;
	font-family: Tahoma;
	font-size: 9pt;
}	

a { 
	text-decoration: none;
}

#wrapper {
	background-image: url(../images/content_bg.jpg);
	text-align: right;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	padding: 0;
}

#header {
	background-image:url(../images/header_bar_bg.jpg);
	background-color: #7A7A7A;
	background-repeat: repeat-y;
	padding-bottom: 10px;
}
#header #bar {
	margin-right: 14px;
	margin-left: 14px;
	margin-top: 10px;
}

#middle {
	margin: 0;
	/*
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
	*/
}

#content {
	margin-right: 250px;
	margin-left: 35px;
	align: justify;
}

#rightSide {
	margin-right: 20px;
	float: right;
	width: 200px;
}

#leftSide {
	float:left;
}
#footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-position: top;
	background-color: #7A7A7A;
}
#center {
	text-align: justify;
	width: 430px;
}