BODY {
direction: rtl;
background: url('../images/bg.jpg');
font-family: Arial;
font-size: 12px;
color: #000;
}

a {
color: #000;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}

#container {
width: 800px;
background-color: #FFF;
}

#pics3 {
margin: 30px 0 0 0;
width: 596px;
height: 136px;
background: url('../images/3pics.jpg') no-repeat;
}

#topmainarea {
margin: 11px 0 0 0;
height: 6px;
background: url('../images/topmainarea.jpg') no-repeat;
}

#mainarea {
background: url('../images/mainarea.jpg') repeat-y;
}



#menu ul {
list-style-type: none;
direction: rtl;
margin: 0;
padding: 0;
}

#menu ul li {
height: 25px;
line-height: 25px;
text-align: right;
color: #FFF;
border-bottom: 1px dotted #FFF;
margin: 0 0 2px 0;
}

#menu ul li img {
margin: 0 0 0 5px;
}


#menu ul li a {
color: #FFFFFF;
font-family: Arial;
font-size: 14px;
font-weight: normal;
text-decoration: none;
}


#menu ul li a:hover {
text-decoration: underline;
background: #F78B1E;
}



.text {
color: #221F1F;
font-family: Arial;
font-size: 12px;
text-align: right;
}

.text a {
color: #221F1F;
font-family: Arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

.text a:hover {
color: #2F7E9F;
}

.title {
margin: 0;
color: #94D232;
font-family: Arial;
font-size: 25px;
font-weight: bold;
text-align: right;
}


#footer {
background: url('../images/footer.jpg') no-repeat;
height: 35px;
line-height: 35px;
color: #636363;
padding: 0 0 10px 0;
}


#footer a {
color: #2F7E9F;
font-family: Arial;
font-size: 12px;
text-decoration: none;
}

#footer img {
float: left;
}


.links {
width: 800px;
color: #000;
font-family: Arial;
font-size: 11px;
text-decoration: none;
}

.links a {
color: #000;
font-family: Arial;
font-size: 11px;
text-decoration: none;
}

.links a:hover {
text-decoration: underline;
}



.right {
float: right;
}

.left {
float: left;
}

.clear {
clear: both;
}