html {
	direction: rtl;
}
body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	background: #7b7b7b;
}
img {
	border: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-family: arial;
	color: #7e7d7f;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family: arial;
	color: #3c1100;
}

a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #3c1100;
}
a:hover {
	text-decoration: underline;
}

div#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	text-align: center;
	background: url(images/bgborder.jpg) repeat-y;
}
div#logo {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 800px;
	height: 335px;
}
div#menu {
	margin-right: 15px;
	margin-left: auto;
	clear: both;
	width: 773px;
	height: 34px;
	background: url(images/menubg.jpg) repeat-x;
}
div#menu ul {
	margin: 0px;
	padding: 0px;
}
div#menu li {
	list-style: none;
	width: 148px;
	vertical-align: middle;
	float: right;
	padding-top: 6px;
}
div#menu li.seperator {
	width: 1px;
	height: 34px;
	background: #ffffff;
	display: inline-block;
}
div#menu a {
	font-size: 16px;
	font-weight: bold;
	color: #3c1100;
	text-decoration: none;
}
div#menu a:hover {
	text-decoration: underline;
}

div#mainFrame {
	margin-right: 15px;
	margin-left: auto;
	padding-top: 10px;
	width: 772px;
	height: auto;
	background: url(images/bg.jpg);
	text-align: right;
}

.small_block {
	margin-right: 25px;
	margin-left: auto;
	width: 350px;
	height: auto;
	background: #ffffff url(images/block_bg.jpg) repeat-x;
	display: inline-block;
	float: right;
}
.small_block_top {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 350px;
	height: 21px;
	background: url(images/block_top.jpg) no-repeat;
}
.small_block_content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	clear: both;
	width: 340px;
	min-height: 150px !important;
	height: auto;
	text-align: right;
}
.small_block_footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 350px;
	height: 21px;
	background: url(images/block_footer.jpg) no-repeat;
}

div.spacer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	height: 20px;
}

div#mainFrame img.graves {
	vertical-align: top;
	float: right;
}

.big_block {
	margin-right: 25px;
	margin-left: 20px;
	width: 460px;
	height: auto;
	background: #ffffff url(images/block_bg.jpg) repeat-x;
	float: right;
}
.big_block_top {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 460px;
	height: 18px;
	background: url(images/bblock_top.jpg) no-repeat;
}
.big_block_content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	clear: both;
	width: 445px;
	min-height: 150px !important;
	height: auto;
	text-align: right;
}
.big_block_footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 460px;
	height: 18px;
	background: url(images/bblock_footer.jpg) no-repeat;
}

.main_block {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: auto;
	background: #f4f4f4;
}
.main_block_top {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 750px;
	height: 15px;
	background: url(images/mblock_top.jpg) no-repeat;
}
.main_block_content {
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	clear: both;
	width: 730px;
	height: auto;
	text-align: right;
}
.main_block_footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 750px;
	height: 15px;
	background: url(images/mblock_footer.jpg) no-repeat;
}

div#footer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 800px;
	height: 37px;
	background: url(images/footer.jpg) no-repeat;
	line-height: 200%;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
}
div#footer p {
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	float: right;
}
div#footer img {
	vertical-align: middle;
}
div#footer .left {
	float: left;
	display: inline;
	padding-left: 15px;
}
