
* {
	margin: 0;
	padding: 0;
}

body {
    background: #E3E3E6 url(images/img01.gif) repeat-x;
	font: normal 13px Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
	direction: rtl;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: 0;
    font-family: "Times New Roman", Times, serif;
	text-align: right;
	direction: rtl;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: 0px;
	font-family:  Tahoma, "Times New Roman", Times, serif;
	text-align: right;
	direction: rtl;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	font-family:  Tahoma, "Times New Roman", Times, serif;
	text-align: right;
	direction: rtl;
}

p, blockquote, ol{
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	font-family: Tahoma,"Times New Roman", Times, serif;
	text-align: right;
	direction: rtl;
}
ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
	font-family: Tahoma,"Times New Roman", Times, serif;
	text-align: right;
}

blockquote {
	margin-right: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-right: 1em;
	background: url(images/img07fa.png) no-repeat right top;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	border-left: 20px solid #DB5600;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #DB5600;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/sitelogo.jpg)
}

#logo h1 {
	margin: 0;
	padding: 130px 10px 0 0;
	text-align: right;
	letter-spacing: 0px;
	font-size: 150%;
}

#logo h2 {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	letter-spacing: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 440px;
	padding: 20px 30px 20px 50px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url(images/img04.gif) repeat-x left bottom;
}

.floating-box {
	float: left;
	direction: rtl;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 1px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	width: 200px;
	padding: 20px;
}

#sidebar blockquote {
	margin-right: 0;
	padding-right: 1em;
	background: url(images/img09fa.gif) no-repeat left bottom;
	border-right: 5px solid #DB5600;
}

#sidebar blockquote p {
	text-align: right;
	line-height: normal;
	font-style: italic;
	font-size: 80%;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x right bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x right top;
	text-align: right;
}

#links a {
	padding: 0 10px 0 10px;
	background: url(images/img08fa.gif) no-repeat right center;
	color: #DB5600;
	font-size: 85%;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 8px 30px 8px 30px;
	background: #FFFFFF;
	border-left: 20px solid #010100;
	font-size: 85%;
	text-align: left;
	direction: ltr;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 8px 10px 8px 10px;
	background: #01DA0A;
	font-family: Tahoma;
	direction: rtl;
	text-align: center;
	font-size: 85%;
	color: #FFFFFF;
}