@charset "utf-8";
/* CSS Document */

body { 
	margin: 3px 0;
	background: #E6D2E8;
}
url {display: block; margin-top: 3px; margin-left: 20px;}
url loc {font-weight: bold;}
priority, lastmod, changefreq {color: gray;}
h2 {font: bold 25px Arial, Helvetica, sans-serif; margin: 10px 0 10px 5px;}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: center;
}
p {
	font: bold 12px Arial, Helvetica, sans-serif;
}
img {
	margin: 0px;
}
h1 {
	font: 24px Arial, Helvetica, sans-serif;
	background: #009933;
	color: white;
	border: 2px solid black;
	margin: 3px 0 4px 0;
	clear: both;
	padding: 5px;
}
h3 {
	margin: 11px 0 6px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000033;
}
h4 {
	margin: 1px 0 5px 0;
	font: bold 17px Arial, Helvetica, sans-serif;
	color: blue;
}
a {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #330000;
	border: none;
}
a:hover {
	color: orange;
	text-decoration: underline;
}
ul#menu {
	margin: 2px auto ;
	_margin: -1px auto;
	padding: 0;
	width: 899px;
}
#menu li {
	margin: 0 1px 0 0;
	background-color: gray;
	padding: 3px 19px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#menu li#stuffing {
	height: 20px; 
	width: 292px;
	background: url(images/menu_bg.jpg) repeat-x;
}
#menu a {
	color: white;

}
ul {
	padding: 0;
	margin: 0px;
}
li {
	display: inline;
	margin-right: 10px;
	list-style: none;
	float: left;
}
#content {
	width: 899px;
	background: white;
	border: 1px solid #666666;
}
#content img {
	border: none;
}



table {
	clear: both;
	margin-top: 13px;
}
.v_space { height: 20px;}
.ad {
	vertical-align: top;
	background: white;
	width: 255px;
	height: 200px;
	border: 3px solid gray;
	padding-bottom: 5px;
}
.ad-i {
	vertical-align: top;
	background: white;
	width: 680px;
	border: 3px solid gray;
	padding: 15px;
	text-align: left;
}
.ad-i a {
	color: red;
}
#bg {

}
.center {
	margin-top: 5px;
}
.ad p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.ad a {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: red;
	text-decoration: underline;
}
.ad a:hover {
	text-decoration: none;
}
.logo {
	background: white;
	top: 0;
	height: 45px;
}
#menu_bottom {
	display: block;
	margin: 0 auto;
	text-align: center;
	color: white;
	width: 930px;
	height: 26px;
	background: #9AB8DA;
	border: 1px solid green;
	
}
#menu_bottom ul {
	
}
#menu_bottom li {

}
#menu_bottom a {
	color: white;	
}
#footer {
	width: 898px;
	height: 26px;
	border: 1px solid #cccccc;
	background: black url(images/menu_bg.jpg) repeat-x;
	padding: 2px;
	text-align: center;
	margin: 1px 0 10px 0;
	clear: both;
	color: #555555;
}
#footer a {
	color: white;
	margin: 0 3px 0 3px;
}
.backwards{
  unicode-bidi:bidi-override;
  direction:rtl;
  background:transparent;
  text-decoration:underline;
  padding:0 4px;
}

