body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11pt; 
	text-align: right; 
	margin: 0; 
	padding: 0px; 
	direction: rtl; 
	background: white url(/images/back.gif) repeat-x top;
} 

a:link, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: orange;
}

h1 {
	color: #D13119;
	font-size: 23pt;
	padding: 0 0 5px 10px;
	text-align: right;
}

h2 {
	color: #D13119;
	font-size: 17pt;
	
}

h3 {
	margin: 0;
}

td {
	vertical-align: top;
}

.main_item {
	text-align: center;
	width: 120px;
	float: right;
	margin-bottom: 20px;
}

.main_item  img{
	border: 1px solid silver;
}

#header {
	background: url(/images/header.jpg) no-repeat top;
	width: 1000px;
	height: 243px;
	margin: 0 auto 0 auto;
}

#abc {
	margin: 205px 120px 0 0;
	font-size: 12.5pt;
	font-weight: bold;
	float: right;
	color: white;
}
#abc a:link, #abc a:visited, #abc a:active {
	color: #D13119;;
}

#abc a:hoover {
	color: orange;
}

#content {
	background: url(/images/back-main.gif) repeat-y;
	width: 1000px;
	margin: 0 auto 0 auto;
}

#navi {
	width: 200px;
	float: right;
	padding: 10px;
	margin: 0 30px 0 0;
	background: #FFE69C;
	font-size: 10pt;
}

#main_content {
	width: 690px;
	float: right;
	text-align: justify;
	margin: 0 20px 20px 0;
}

#left_ads {
	float: left;
	width: 280px;
	margin: 0 20px 0 0;
}

#footer_containter {
	background: url(/images/back.gif) repeat-x top;
	width: 100%;
}

#footer {
	height: 211px;
	background: url(/images/footer.gif);
	padding-top: 25px;
	text-align: center;
}

.category {
	border-bottom: 1px dotted silver; 
	border-top: 1px dotted silver;
	font-size: 11pt;
	color: #D13119;
	margin: 20px 0 5px 0;
	font-weight: bold;
	clear: right;
}

.learn_td {
	background: white;
	text-align: right;
}


