 #project 
       {   
            width:350px;
            float:right;
            padding-top:25px;   }
            
        #project a {
            display:block; 
            height:22px;
             padding-right: 10px;
            color:#6a5758; 
            border-bottom:dashed 1px #6a5758; 
            text-align:right;
            background:url(images/menublt.png) 3px 5px no-repeat;
            direction:rtl;
            font-family:Tahoma;font-size:11px;font-weight:bold;
              background-position: right;     
              text-decoration:none;                  
            }

          #project a:hover {
                font-weight:bold;
                color:#000;
                padding-right:2px;font-family:Tahoma;font-size:11px;
                   padding-right: 25px;
            }
            .subhead {display:block; 
                    background:url(images/sidebarh2bg.png) no-repeat; 
                    height:30px; 
                    padding:7px 0 0 15px; 
                    margin-left:-15px; 
                    color:#fff; 
                    margin-bottom:10px;
                    direction:rtl;
                   }
      .gallery {
            float: right;
            margin:25px 40px;
            width: 450px;
            border: 2px solid #fff;
            border-radius:7px;
      
          
        }
        .gallery p
        {
            margin-right:6px;
           font-family:Tahoma;
            font-weight:bold;
            font-size:12px;
            color:Olive;
         text-align:center;
            }
        
        .pic {
            width:328px;
            margin:20px auto;
            padding-right:36px;
            padding-left:36px;

        }    
        .pic a img {
                width:150px;
                height:95px;
                border-radius:5px;
                margin:5px
            }
            .pic a img:hover {
                border:2px solid #fff;
                border-radius:5px;
            }