/* Provided by Mani Bazov - www.mani-design.com */
/* Copyright 2009 (c) All Rights Reserved */

body {
	margin: 0;
	padding: 0;
	color: #FEED2D;
	font-family: Tahoma;
	font-size: 13px;
	background: #000;
}
a {color: #FEED2D}
#header {
	height: 204px;
	margin: 0 auto;
	width: 797px;
}
#menu {
	float: right;
}
#main {
	width: 766px;
	background: url('images/main.jpg');
	margin: 0 auto;
	height: 410px;
	clear: both;
}
#txt {
	width: 728px;
	margin: 0 auto;
	text-align: center;
	direction: rtl;
	clear: both;
	padding: 25px 20px 0px 20px ;
	text-align: right;
	}
#txt_right {
	float: right;
	width: 250px;
}
#footer {
	background: url('images/main.gif') bottom no-repeat;
	height: 22px;
	margin: 0 auto;
	direction: rtl;
	text-align: center;
	color: #000;
	font-weight: bold;
	padding-top: 5px;
}
#footer a{
	font-size: 11px;
	color: #696969;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}