/* CSS Document */
body
{
direction:rtl;
color: #9c380c; 
font-family:Arial, Helvetica, sans-serif;
margin: 10px;
padding: 10px; 
background-image:url('images/bkg-texture.jpg');
BACKGROUND-repeat:repeat; 
}

:link{color:#ff4e00;}
:visited{color:#ff4e00}
:hover{color:#939598;}

.gd{color:#9c380c;text-decoration:none;cursor:text;}
.gd:hover{color:#9c380c;text-decoration:none;cursor:text;}

.gallery li {
        display: inline;
        list-style: none;
        width: 200px;
        min-height: 175px;
        float:right;
        margin: 0 10px 10px 0;
        text-align: center;
	}


.wallpapers li {
        display: inline;
        list-style: none;
        width: 200px;
        min-height: 175px;
        float:right;
        margin: 0 30px 20px 0;
        text-align: center;
	}


.gallery2 li {
        display: inline;
        list-style: none;
        width: 275px;
        min-height: 175px;
        float:right;
        margin: 0 10px 10px 0;
        text-align: center;
	}
	
	.gallery3 li {
        display: inline;
        list-style: none;
        width: 430px;
        min-height: 175px;
        float:right;
        margin: 0 10px 10px 0;
        text-align: center;
	}

#header {
  background:url('images/menu-bkg.jpg');
  width: 1000px;
}

#leftcol {
  background:#F8D998;
  float: left;
  width: 245px;
  height: auto;
  padding:15px;
}
#content {
  background: #FDF2C6;
  float: right;
  width: 695px;
  height: auto;
  padding:15px;
}
#footer {
  background:url('images/menu-bkg.jpg');
  background-repeat:repeat;
  width: 1000px;
  height:60px;
  clear: both;  
}

.centerImg
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.bold
{
font-weight: bold;
color: red;
font-size: 19px;
}

.pbold
{
font-weight: bold;
}

h1 
{
font: small-caps 900; font-size: x-large; font-family: arial;
text-align: center;
}

h2 
{
font: large; font-family: arial;
}

h3 
{
font: medium; font-family: arial;
}

.m
{
font-size:19px; font-family: arial;
font-weight:bold;
padding: 5px;
text-align:center;
}

.small
{
text-align: center; 
font-size: 75%; 
color: black;
}