body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	text-align: right; 
	margin: 0; 
	padding: 0px; 
	direction: rtl; 
	background: #D2D2D0 url(/images/back.gif) repeat-x top;
} 

a:link, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: orange;
}

h1 {
	color: #FF0105;
	font-size: 16pt;
	background: white;
	padding: 0 10px 5px 10px;
	text-align: right;
}

h2 {
	color: #FF0105;
	font-size: 12pt;
}

h3 {
	margin: 0;
}

.header {
	background: url(/images/top.jpg) no-repeat top;
	width: 1000px;
	height: 55px;
	margin: 0 auto 0 auto;
	padding: 188px 50px 0 0;
	overflow: hidden;
}

.header a:link, .header a:visited, .header a:active {
	text-decoration: none;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.header a:hover {
	color: orange;
}

.abc {
	margin: 192px 290px 0 0;
	font-size: 13pt;
	font-weight: bold;
	float: right;
}
.abc a:link, #abc a:visited, #abc a:active {
	color: white;
}

.abc a:hoover {
	color: black;
}

.content {
	background: url(/images/main.gif) repeat-y;
	width: 1000px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.navi {
	width: 180px;
	float: right;
	padding: 0 20px 0 0;
}

.main_content {
	width: 460px;
	float: right;
	text-align: justify;
	padding: 0 20px 20px 20px;
}

.left_ads {
	float: right;
	width: 270px;
	padding: 14px 0 0 30px;
	overflow: hidden;

}

.footer_containter {
	background: url(/images/back.gif) repeat-x top;
	width: 100%;
}

.footer {
	height: 70px;
	width: 100%;
	clear: left;
	clear: right;
	background: black url(/images/footer-back.gif) repeat-x;
	text-align: center;
}

.category {
	background-color: #EAEAEA;
	padding: 3px;
	font-weight: bold;
}

.main_menu_item {
	padding-right: 3px;
	border-bottom: 1pt dotted #BCBCBC;
}