html {
	direction: rtl;
}
body {
	margin: 0px;
	background: #fff;
	font-size: 12px;
	font-family: arial;
	color: #000;
}

img {
	border: 0px;
}

.clear {
	clear: both;
}

input.submit {
	border: 0px;
	background: url(images/button.jpg) no-repeat;
	width: 51px;
	height: 22px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	color: #000;
}

h1.orange {
	color: #fa990d;
}

h1.red {
	color: #f93b00;
}

#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: auto;
}


#logo {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 143px;
	background: url(images/logo.jpg) no-repeat;
}

#menu {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 900px;
	height: 32px;
	background: url(images/menu_bg.jpg) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style: none;
	float: right;
	line-height: 250%;
	width: 125px;
	text-align: center;
}

#menu ul li a {
	color: #dedede;
	text-decoration: none;
	font-size: 12px;
	font-family: arial;
}
#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.sep {
	width: 2px;
	height: 32px;
	background: url(images/menu_sep.jpg) no-repeat;
}

#mainFrame {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	clear: both;
	width: 833px;
}

#mainFrame .right_column {
	float: right;
	width: 595px;
}

#mainFrame .left_column {
	float: left;
	width: 238px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	clear: both;
	width: 900px;
	height: 34px;
	background: url(images/footer.jpg) repeat-x;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer li {
	list-style: none;
	float: right;
	width: auto;
	text-align: center;
	width: 88px;
	padding-top: 10px;
}

#footer li.sep {
	padding-top: 0px;
	width: 2px;
	height: 34px;
	background: url(images/footer_sep.jpg) no-repeat;	
}

#footer a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}