body {
	direction: rtl;
	font-family: arial;
	font-size: 12px;
	background-color:#fe8f00;
}

#title {
	font-family: arial;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	font-size: 14px;
}

#wrapper {
	margin: auto;
	width: 725px;
	background-color:#FFFFFF;
}

#wrapper #top {
	width: 725px;
	height: 7px;
}

#wrapper #top #right {
	float: right;
	width: 13px;
	height: 7px;
	background-image: url('images/content_top_right.jpg');
	background-repeat: no-repeat;
}

#wrapper #top #left {
	float: left;
	width: 13px;
	height: 7px;
	background-image: url('images/content_top_left.jpg');
	background-repeat: no-repeat;
}

#wrapper #bar {
}

#wrapper #content {
	margin: auto;
	margin-bottom: 0px;
	width: 712px;
	height: 100%; 
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	text-align: right;
}

#wrapper #menu {
	font-size: 13.3px;
	color: #ffffff;
	font-weight: bold;
	margin: auto;
	width: 725px;
	height: 32px; 
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

#wrapper #menu a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#wrapper #menu a:Hover {
	text-decoration: underline;
}

#wrapper #content #top {
	width: 712px;
	height: 11px;
}

#wrapper #content #top #right {
	float: right;
	width: 11px;
	height: 11px;
	background-image: url('images/top_right.jpg');
	background-repeat: no-repeat;
}

#wrapper #content #top #left {
	float: left;
	width: 11px;
	height: 11px;
	background-image: url('images/top_left.jpg');
	background-repeat: no-repeat;
}

#wrapper #content #text {
	clear: both;
	margin-top: 2px;
	color:#522F12;
	margin-right: 25px;
}

#wrapper #padding  {
	padding-top: 20px;
}

#wrapper #links {
	text-align: center;
	margin: auto;
	padding-bottom: 10px;
}

#wrapper #links a {
	color:#522F12;
	text-decoration: none;
	font-weight: bold;
}

#wrapper #links a:Hover {
	text-decoration: underline;
}

#wrapper #bottom {
	width: 725px;
	height: 7px;
	background-color: #ffffff;
}

#wrapper #bottom #right {
	float: right;
	width: 13px;
	height: 7px;
	background-image: url('images/content_bottom_right.jpg');
	background-repeat: no-repeat;
}

#wrapper #bottom #left {
	float: left;
	width: 13px;
	height: 7px;
	background-image: url('images/content_bottom_left.jpg');
	background-repeat: no-repeat;
}

.float_left {
	float: left;
}