* {
    padding: 0;
    margin: 0;
} 

body {
direction:rtl;
background: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 18px;
color: #fff;
}

img { border: none; }
a { text-decoration: none;}

#wrap {
margin: 40px auto 0 auto;
width: 900px;
}

#header { 
padding-bottom:10px;
text-align:center;
}
#header h1 {
font-size: 12px;
font-weight: 100;
letter-spacing: -0.5px;
padding: 12px 0 0px 10px;
color: #fff;
}

#content {
height:560px;
background: url(images/bgc.jpg);
padding: 30px 30px;
color: #fff;
}

#right {
width: 540px;
float: right;
font-size: 17px;
}
#right h2 {
color: #ffd144;
font-size: 26px;
letter-spacing: -2px;
font-weight: 100;
padding : 10px 0 15px 0;
}

#left {
float: left;
width: 300px;
}
#left #slideshow {
margin: 10px 5px;
}

h3 {
color: #ffd144;
font-size: 32px;
font-weight: 100;
padding : 10px 0 15px 0;
}
h4 {
color: #ffd144;
font-size: 20px;
letter-spacing: -1px;
font-weight: 100;
}

#footer {
text-align: center;
color: #ccc;
font-size: 11px;
padding: 0 0 10px 0;
}
#footer a{color: #ccc;}
#footer a:hover{text-decoration: underline;}                  