* {
	margin: 0;
	padding: 0;
}

body {
	background: #fbffe6;
	font-family: arial;
	font-size: 12px;
	color: #000;
	direction: rtl;
}

span{
	font-size:12px;
}

span em{
	font-size:larger;
}

a {
	color: #8a9c4c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

label {
	display: block;
}

input[type="text"] {
	width: 75%;
}

ul {
	list-style: inside;
}

ul ul {
	margin: 5px 15px 5px 0;
	list-style-type:circle
}

.clear {
	clear: both;
}

h1, h1 span {
	font-size: 24px;
	color: #7d6e45;
	margin: 10px 0 10px 0;
}

h2, h2 span {
	font-size: 20px;
	margin: 10px 0 10px 0;
}

h3, h3 span {
	font-size: 16px;
	margin: 10px 0 10px 0;
}

h4, h4 span {
	font-size: 14px;
	margin: 5px 0 5px 0;
}

h5, h5 span {
	font-size: 12px;
	margin: 5px 0 5px 0;
}

#warp {
	width: 770px;
	margin: 10px auto;
}

#header {
	margin-bottom: 10px;
}

#header img {
	margin-bottom: -3px;
}

#menu {
	background: url('images/menu.jpg') no-repeat;
	height: 21px;
	padding: 5px 5px 0 0;
}

#menu a {
	color: #fff;
	font-weight: bold;
	padding: 0 5px 0 5px;
}

#content {
	float: left;
	width: 610px;
	background: url('images/content-center.jpg') right repeat-y;
}

#content .top {
	background: url('images/content-top.jpg') top right no-repeat;
	width:590px;
	padding:10px;
}

#content .bot {
	background: url('images/content-bottom.jpg') bottom right no-repeat;
	width:610px;
}

#sidebar {
	width: 150px;
	float: right;
}

.side {
	width: 150px;
	background: url('images/side-center.jpg') repeat-y right;
	margin-bottom: 15px;
}

.side .item {
	margin: 0px 0 5px 0;
	font-weight: bold;
	text-align: center;
}

.side .item img {
	border: 1px solid #7D6E45;
}

.side .title {
	color: #fff;
	font-size: 13px;
	border-bottom: 2px solid #f0ffa6;
	font-weight: bold;
}

.side a {
	color: #fff;
}

.side .cont {
	padding: 0 5px 0 5px;
	width: 140px;
}

.side .top {
	background: url('images/side-top.jpg') top no-repeat;
	height: 15px;
}

.side .bottom {
	background: url('images/side-bottom.jpg') top no-repeat;
	height: 15px;
}

#footer {
	height: 16px;
	background: url('images/footer.jpg') no-repeat;
	margin-top: 10px;
	padding: 7px;
	color: #fff;
	font-weight: bold;
}

#footer a {
	color: #fff
}

#its_articles .title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#bottom {
	margin-top: 10px;
	text-align: center;
	width: 770px;
}

#botlinks {
	margin-top: 10px;
	background: url('images/botlinks_center.jpg') repeat-y ;
}

#botlinks .top {
	height: 10px;
	background: url('images/botlinks_top.jpg') no-repeat;
}

#botlinks .bot {
	height: 10px;
	width: 770px;
	display: block;
	background: url('images/botlinks_bottom.jpg') no-repeat;
}

#botlinks table {
	width: 750px;
	margin: 0 10px -3px 10px;
}

#botlinks td {
	vertical-align: top;
}

#botlinks .title {
	font-size: 14px;
	color: #99a172;
	font-weight: bold;
}

#botlinks .links a {
	display: block;
}

#tags {
	margin-top: 10px;
}

#contact input[type="text"], #contact select {
	width: 135px;
}

#contact input[type="submit"] {
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	padding: 0 5px 0 5px;
}