body, p, h1, h2, h3, h4, h5, h6, img, ul, form , input{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: right;
	direction: rtl;
}
h1 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #760829;
}
h4 {
	font-size: 18.21px;
	font-weight: bold;
	color: #760829;
}
a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.center {
	height: auto;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper {
	background: url(../images/bg_content.jpg) repeat-y center top;
	float: left;
	width: 748px;
	height: auto;
	padding-right: 16px;
	padding-left: 16px;
}
.header {
	height: 127px;
	display: block;
	float: left;
	width: 780px; /*====================>>>> set width*/
	background: url(../images/header.jpg) no-repeat center top;
	margin-top: 10px;
}
.logo {
	background: #FFFFFF url(../images/logo.gif) no-repeat;
	height: 80px;
	width: 160px;
	float: right;
	margin-top: 27px;
	*margin-right: 50px;
	_margin-right: 25px;	
}

.header>.logo {
	margin-right: 50px;
}
.nav_top {
	width: 290px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
	height: 20px;
	float: right;
	padding-top: 27px;
	display: block;
	padding-right: 55px;
}
.nav_top a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	display: inline;
}
.nav_top   a:hover  {
	text-decoration: underline;
}
.header .rss img {
	float: left;
	margin-left: 37px;
	margin-top: 27px;
}
.page {
	height: auto;
	float: left;
	width: 748px;
}
.content {
	float: right;
	width: 750px;
}
.hold_left {
	height: auto;
	min-height: 591px;
	width: 535px;
	float: left;
	background: #f0f4f7 url(../images/bg_hold_left.jpg) repeat-x left top;	/*background: url(../trace/terror.jpg);*/
}
.hold_right {
	width: 195px;
	float: right;
	padding-right: 18px;
	/*height: 591px;*/
}

.content>.hold_right {
	padding-right: 16px;
}


.ver_nav {
	width: 195px;
}
#right_nav    {
	height: auto;
	width: 190px;
	margin: 0px;
	list-style: none;
	text-align: right;
	padding: 0px 0px 0px 5px;
}
.ver_nav .ul_top {
	height: 51px;
	width: 190px;
	background: url(../images/bg_Rnav_top.jpg) no-repeat right top;
}
#right_nav li {
	text-decoration: none;
	display: block;
	width: auto;
	list-style: none;
	height: 48px;
}
#right_nav a {
	text-decoration: none;
	font-weight: normal;
	height: 48px;
	line-height: 35px;
	display: block;
	width: auto;
	background: url(../images/bg_Rnav.jpg);
	padding-right: 53px;
	color: black;
}
#right_nav a:hover {
	background: url(../images/bg_Rnav_on.jpg);
	font-weight: bold;
}
#right_nav a.selected {
	background: url(../images/bg_Rnav_on.jpg);
	font-weight: bold;
}
.ver_nav .ul_bottom {
	background: #536d7c;
	height: 35px;
	width: auto;
	display: block;
	color: #FFFFFF;
	padding-top: 13px;
	padding-right: 17px;
	_margin-right: 2px;
}
input.txt {
	height: 24px;
	width: 130px;
	border: 1px solid #e5e9ec;
}
.submit {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 5px;
}


.footer {
	height: 50px;
	width: 780px; /*====================>>>> set width*/
	margin-right: auto;
	margin-left: auto;
	float: left;
	_float: none;
	background: url(../images/bg_footer.jpg) no-repeat center top;
}
/*Firefox fix: if footer is inside the wrapper set with and use this rule	*/
.wrapper>.footer {
	float: left;
}
/*Firefox fix: if footer is to be outside for a drop shadow all around the content 
set the same with as center and use this rule*/
.center>.footer {
	float: left;
}

.footer span {
	direction: ltr;
	float: left;
	width: auto;
	line-height: 24px;
	font-size: 8pt;
	font-style: italic;
	color: #000;
	text-align: left;
	margin-top: 10px;
	margin-left: 24px;
}
.footer span a {
	width: auto;
	line-height: 18px;
	font-size: 8pt;
	font-style: normal;
	color: #000;
	text-decoration: none;
	margin: 0 5px;
}
.footer span a:hover {
	color: #760829;
	text-decoration: underline;
}
.footer .w3 {
	float: right;
	margin: 10px 25px;
}


.debug {
	border:1px solid red;
}

.footer_text {
	margin: 10px 25px;
	font-size: x-small;
	color: #9e9e9e;
}

.footer_text a{
	font-size: x-small;
	color: #9e9e9e;
	text-decoration: none;
}
