@charset "UTF-8"; 
.content {
	height: 200px;
	width: 700px;
	overflow: auto;
	float: right;
	clear: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #F7EDDC;
	}
.main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.topmenu {
	width: 93px;
	float: right;
	margin-top: 9px;
	margin-right: 6px;
	margin-bottom: 9px;
	margin-left: 6px;
}
content {
	height: 300px;
	width: 690px;
	overflow: scroll;
	direction: rtl;
	padding-right: 30px;
}
.notes {
	font-size: 12px;
	color: #6F6554;
	float: right;
	width: 700px;
	direction: rtl;
	margin-right: 30px;
}

.bottomMenu {
	font-size: 12px;
	color: #792F2B;
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #792F2B;
	text-align: center;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #792F2B;
		direction: rtl;

}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #792F2B;
		direction: rtl;

}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #792F2B;
		direction: rtl;

}
p {
		direction: rtl;

}
a {
	color: #792F2B;
}

.contentNoScroll {
	width: 700px;
	float: right;
}
.about {
	width: 300px;
	margin-left: 30px;
	float: right;
}
.letter {
	width: 700px;
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #792F2B;
	float: right;
	padding-bottom: 10px;
		direction: rtl;

}
.eng {
	float: right;
	width: 700px;
	direction: ltr;
	text-align: left;
}
.main .eng p {
		direction: rtl;

}
.contentNoScroll h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #792F2B;
	direction: rtl;
}
