body {
background: #0171AF url(images/background.gif) repeat-x;
font-family: Tahoma, Verdana;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 20px auto;
width: 950px;
background: #fff;
border: 10px solid #D1E6EF;
}

#header {
height: 125px;
width:950px;
background:url(images/logo.gif);
padding:0px;
margin:0px;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
direction:rtl;

}
#menu ul {
list-style-type: none;
padding-right: 20px;
text-align:center;
}
#menu ul li {
display: block;
float: right;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 12px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#content {
padding: 0 30px 20px 20px;
}

.left {
float: left;
width: 580px;
text-align: justify;
direction:rtl;
line-height:150%;
padding-top:20px;
}
.left h2 {
font-size: 14px;
font-weight: bold;
padding: 15px 0px 7px 0;
}
.left h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}



.right {
float: right;
width: 290px;
padding-top: 10px;
direction:rtl;
}
.right h2 {
margin: 10px 0 0 0;
padding-right: 10px;
height: 28px;
line-height: 28px;
background: #D1E6EF;
color: #111;
font-size: 13px;
}
.right ul {
margin: 0;
padding: 5px 0 0 0;
list-style: none;
}

.right ul li{
padding-right: 15px;
background: url(images/arrow.gif) no-repeat right center;
border: none;
}

.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 12px;
}
.right ul li a:hover {
color: #111;
}
.adleft {
float: left;
height: 125px;
width:125px;
border: 5px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 125px;
width:125px;
border: 5px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
height: 20px;
line-height: 30px;
background: #D1E6EF;
text-align: center;
direction:rtl;
font-size: 11px;
}
.posted{padding:10px; border-bottom:1px dashed #D1E6EF;margin-bottom:20px;}

.recent{
border:1px dashed #D1E6EF; padding:5px;margin-top:20px;
}

.excerpt{font-size:11px;color:#999;}