* {
	margin: 0;
	padding: 0;
}

body {
background: #cfeaff url(images/background.gif) repeat-x;
font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
direction:rtl;
}

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

#wrap {
margin: 40px auto;
width: 780px;
background: #fff;
border: 10px solid #e1b025;
}

#header {
height: 110px;
}
h2 {
	color:#ACD3E5;
}
#header h1 {
font-size: 19px;
color: #ACD3E5;
padding: 5px 0 0 20px;
letter-spacing: 0;
font-weight: 100;
}

#menu {
height: 30px;
line-height: 30px;
background: #D1E6EF;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 14px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

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

.left {
float: left;
width: 540px;
text-align: justify;
}
.left h1 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
color: #ACD3E5;
}
.left h2 {
padding: 15px 0 7px 0;
color: #ACD3E5;
font-size: 16px;
font-weight: bold;
}
.left h1 a {
text-decoration: none;
}
.left h1 a:hover {
color: #111;
}

.right {
float: right;
width: 180px;
padding-top: 10px;
}
.right h2 {
margin: 10px 0 0 0;
padding-right: 10px;
height: 28px;
line-height: 28px;
background: #ACD3E5;
color: #111;
font-size: 13px;
}

.right ul {
padding: 10px 10px 15px 0;
list-style-type: none;
}
.right ul li a {
color: #648CA5;
text-decoration: none;
font-size: 14px;
font-weight: 100;
}
.right ul li a:hover {
color: #111;
}
.adleft {
float: left;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}
.adright {
float: right;
height: 105px;
width:105px;
border: 10px solid #ACD3E5;
font-size: 18px;
color: #aaa;
text-align: center;
}

#footer {
height: 20px;
line-height: 30px;
background: #D1E6EF;
text-align: center;
font-size: 11px;
}

.my {
	margin: 10px;
	float: left;
	position: inherit;
	width: 300px;
}




