﻿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: black;
	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: 243px;
	margin: 0 auto 0 auto;
}

#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;
}

#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;

}

#footer_containter {
	background: url(/images/back.gif) repeat-x top;
	width: 100%;
}

#footer {
	height: 30px;
	background: url(/images/footer.gif);
	padding-top: 32px;
	text-align: center;
}

.category {
	background-color: #EAEAEA;
	padding: 3px;
	font-weight: bold;
}

.main_menu_item {
	padding-right: 3px;
	border-bottom: 1pt dotted #BCBCBC;
}
