﻿body 
{
     margin:0 auto; 
     background-repeat:repeat;
     background-position:top;
     height:100%;
     /* background-image:url(../Images/til_1.jpg); */
     text-align: center;
     background-color: #666666;
    }
  
/***shadow at left side***/
       
        
      div#divRightBorder
      {
        position:relative;
        margin: 0 auto;
        z-index:5;
        height:100%;
        width: 761px;
        background-color:Transparent; 
        background-image: url(../Images/rightg.jpg);
        background-repeat: repeat-y;
        background-position: right;

        }
        
        
/***shadow at right side***/
         div#divLeftBorder
      {
        position:relative;
        top:0px;
        left:.5px;
        z-index:10;
        height:100%;
        width: 761px;
          
        background-color:Transparent;
        background-image: url(../Images/leftg.jpg);
        background-repeat: repeat-y;
        background-position: left;

        }
         
      div#divMain
      {
        position: relative; 
        float: left; 
         
        background-color:#ffffff;
        
        padding: 0px; 
        left: 14px; 
        width: 734px; 
        height: 100%;
        margin:0 auto;
        z-index:11;
        /* border: solid 1px red; */
        
       }
       
        
      div#divTopBar
      {
        position: relative ; 
        float: left; 
        padding: 0px; 
        width: 734px; 
        height: 75px;
         
        background-color: #336666;
        background-image: url(../Images/toppart1g.jpg);
        background-repeat: no-repeat ;
        background-position: top;
      }
      
      div#divHeaderMenu
      {
        padding-left: 20px;
        text-align: left; 
      }
      
      div#divMenuBar
      {
         
        position: relative; 
        background-color: #336666;
        background-image: url(../Images/toppart2g.jpg);
        background-repeat: no-repeat ;
        background-position: top;
        float: left; 
        padding: 5px;  
        width: 734px; 
        height: 40px;
        text-align: left;
         
      }
      div#divbottomborder
      {
         
        position: relative; 
        
        background-image: url(../Images/bottommenubar.gif);
        background-repeat: no-repeat ;
        background-position: top;
        float: left; 
         
        width: 734px; 
        height: 20px;
        text-align: left;
         
      }
      
      
      div#divHeaderTitle
      {
       border-bottom: solid 2px #FFCC33; 
       width: 95%; 
       height: 15px;
         
      }
      
      div#divBody
      {
        
       position: relative; 
        
       float: left; 
       padding: 5px;  
       width: 734px;
       
        /**border-top: solid 1px #336666; **/
        
      }
      div#divFilter
      {
        position: relative;  
        padding: 5px;  
        width: 95%;
        height: 50px;
        border: solid 1px #336666;
        text-align: center;
        padding-top: 15px;
        background-color: Gray;
        
      }
      
      div#divListingsContainer
      {
        position: relative; 
         
        padding: 5px;  
        width: 95%;
        border: solid 1px #336666;
        text-align: center;
        padding-top: 15px;
        
        
      }
      /*  INDEX CONTENT START */
      
      div#divIndexContainer
      {
        position: relative; 
         
        padding: 5px;  
        width: 95%;
        border: solid 1px #336666;
        text-align: center;
        padding-top: 15px;
        
        
      }
      div#divRightContent
      {
        position: relative; 
        
       float: right; 
       padding: 5px;  
       width: 350px;
        border: solid 1px #336666;
        height: 500px;
        
        
      }
       div#divLeftContentTop
      {
         position: relative; 
        
       float: left; 
       padding: 5px;  
       width: 310px;
        border: solid 1px #336666;
        height: 250px;
        
      }
       div#divLeftContentBottom
      {
        
         position: relative; 
        
       float: left; 
       padding: 5px;  
       width: 310px;
        border: solid 1px #336666;
        height: 250px;
      }
      /*  INDEX CONTENT END */
      
      
      div#divText
      {
        padding: 10px; 
        text-align: left;
        width: 90%; 
      }
      
      /* ################### FOOTERS START ##################### */
      
      div#divFooterINDEX
      {
        border-top: solid 2px #FFCC33; 
         
         
        position: relative ; 
        bottom: 1px;
        vertical-align: bottom; 
        padding: 3px; 
        width: 95%; 
        height: 80px;
      }
      
       
      
       /* ################### FOOTERS END ##################### */
        
        div#divHeaderMenu A:link 
        {
             
            text-decoration: none;
             color: black;
            font-size: 9pt;
            font-family: Arial;
            }
            
        div#divHeaderMenu A:visited 
        {
              color: black;
            text-decoration: none;
            font-size: 9pt;
              font-family: Arial;
            }
            
        div#divHeaderMenu A:hover 
        {
             text-decoration: none;
              color: red;
            font-size: 9pt;
            /**text-decoration: underline;**/
              font-family: Arial;
        }


        
