html, body {
	dir: "rtl";
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/bg1.jpg);
	background-color: #F5FFFA;
}

div#page-container{
	margin: auto;
	width: 760px;
	background-color: #FFFFFF;
	text-align: right;
	border-right: #003399 solid 1px;
	border-left: 1px solid #003399;
}

div#header {
background: #FFFFFF;
border-top: #003399 solid 1px;
border-bottom: #003399 solid 1px;
}

div#top-menu{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	background-color: #F8F8F8;
	border-bottom: #003399 solid 1px;
}

div#top_adbanner{
	border-bottom: #003399 solid 1px;
	padding: 5px;
}

div#right-menu {
float: right;
width: 270px;
background-color: #FFFFFF;
}

div#content {
	margin-right: 270px;
	padding: 10px;
	background-color: #FFFFFf;
	border-right: 1px solid #E6E6E3;
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

div#adblock250_250 {
	float: left;
	width: 250px;
	height: 250px;
}

div#footer {
clear: both;
background: #F8F8F8;
text-align: center;
border-top: #003399 solid 1px;
border-bottom: #003399 solid 1px;
padding: 10px;
}

p {
	font-family: Arial;
	font-size: 10pt;
	line-height: 150%;
	margin: 0px 0px;
}

p#smallfont {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 140%;
	margin: 0px 0px;
}

ul, li {
	margin-right: 20;
	margin-bottom: 0;
	font-family: Arial;
	font-size: 10pt;
	line-height: 150%;
}



h1 {
	margin-top: 10;
	padding: 0;
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	margin-top: 10;
	padding-top: 10;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
}



a:link {
	text-decoration: none;
	color: blue;
}

a:visited {
	text-decoration: none;
	color: green;
}

a:hover {
	color: red;
}

