body
	{
	font: normal 9pt tahoma;
	direction: rtl;
	background-image: url('images/bg.jpg');
	margin:0;
	}
a
	{
	font: 9pt tahoma;
	text-decoration: none;
	}
a:hover
	{
	text-decoration: underline;
	}
img a, a img
	{
	border-width:0;
	}
#background
	{

	}
#around
	{
	text-align:center;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	width: 100%;
	margin: 20px 0 5px 0;
	}
.wrapper
	{
	width:700px;
	border:5px double black;
	margin:0px auto;
	}
#header
	{
	text-align:right;
	border-bottom-width:0;
	height:50px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background-color: white;
	}
#menu
	{
	border:1px solid white;
	border-width: 1px 0;
	text-align:right;
	padding: 5px;
	background-color: white;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	width: 690px;
	}
#menu .wrapper
	{
	border-width:0;
	}
#content
	{
	border-top-width:0;
	background-color: white;
	padding-bottom: 10px;
	}
#footer
	{
	border-width: 0;
	background-color: transparent;
	padding:5px;
	color: black;
	font-size: 8pt;
	font-weight: bold;
	}
#footer a
	{
	color: black;
	font-weight: bold;
	}
#footer a:hover
	{
	color: white;
	}
