/* Styles for the Swetcharnik Art Resource Consulting site */
	
   img {
      display: block;
      border: 0;
      margin-left: auto;
      margin-right: auto }
      }

  /*  General structure */

   html {
         height: 100%;
         }

   body {
         background: #fff; 
         color: #000;
         margin: 0 0 0 0;
         padding: 0;
         border 0;
         text-align: left;
         font-family: verdana, arial, helvetica, sans-serif;
         font-size: 80%;
      } 
      
    #wrapper {
    	   background: #fff;
         color: #000;
         margin: 0;
         padding: 0 2em 0 2em;
         }
      
    html>#wrapper	{
         width: 760px;
         } 
 
   /*  Page header */
 
    #block {
         display: none
         }

      
    #title {
         height: 85px;
         margin: 0 0 0 0;
         }
      
      #inner_title {
         height: 82px;
         margin: 0 3px 3px 0;
         background: #fff ;
         }


     #title img {
         margin-top: 0px;
         margin-bottom: 0px;
         }     

   	/*  Sidebar vertical nav */
   
    #sidebar {
         display:none
         }
        

    /*  Content area */

        
    #main_content {
         margin: 0 0 0 0; 
         background: transparent;
         }


     #main_content ul {
        text-align: left;
        }

     #main_content li {
        margin-top: 4px; 
        margin-bottom: 4px; 
        margin-right: 10px; 
        }
      
     h1 {
        text-transform: uppercase;
        font-size: 1.4em;
        line-height: 1.4em;
        margin-left: 12px; 
        margin-right: 12px; 
        margin-top: 0px; 
        margin-bottom: 0px; 
    	  font-style: normal; 
        font-weight: normal;
        text-align: left;
        color: #555555; 
        font-family: Georgia, Times New Roman, Times, Serif;
        }
               
    h1:first-letter {
      text-transform: uppercase;
      font-size: 1.7em; 
      line-height: 1.7em;
      color: #555555; 
      letter-spacing: 1px;
      font-family: Georgia, Times New Roman, Times, Serif;
      }

    h2 {
      text-align:center;
      font-weight: normal;
      margin-top: 0;
      font-size: small;
      }
       
    #main_content p {  
      margin-left: 12px; 
      margin-right: 12px;
      margin-top: 10px; 
      margin-bottom: 10px;
      text-align: left;
        }

    strong {
      font-size: 1.15em;
      font-weight: normal; 
      }
        
    em {
      font-style: italic;
      }

       
    a:visited {	
      color: #039;
      text-decoration: none
      }

    a:link {
      color: #039;
      text-decoration: none
      }

    a:hover {	
      color: #0066dd;
      text-decoration: underline
      }

    a:active {
	   color: #606000;
	   }
   

             
   /*  Bottom Horizontal nav */


    #footer {
        margin: 0;
        padding: 0;
        clear: both;
        }

    #footer p {
      text-align:center;
      font-size: xx-small;
      }

    #footer_in {
        text-align: center;
        margin: 0;
        }

    #footer_in ul {
       display: none;
       }

   .mailsig {
      margin: 0;
      padding: 0;
      padding-top: 8px;
      }


       
   .noprint {
      display: none;
      }
       
   .contact {
    clear: both;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: xx-small;
    letter-spacing: -1px;
    padding-top: 15px;
    padding-bottom: 3px;
    margin: 0;
    margin-right: 2px;
    background-color: #fff;
    text-align:center;
   }

   .fineprint {
    clear: both;
    font-family: verdana, lucida, arial, helvetica, sans-serif;
    font-size: xx-small;
    letter-spacing: -1px;
    margin: 0;
    margin-right: 2px;
    text-align:center;
    }


   .breaker {
   width: 100%; 
   height: 0px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   clear: both; 
   height: 1px;
   line-height: 0;
   font-size:0;
   }
   
img.caption {
      float: right;
        margin: 0;
      }

div.figure_right {
  float: right;
  text-align: right;
  margin-top: 8px; 
  margin-bottom: 8px; 
  margin-right: 10px;
  margin-left:  12px;
  padding: 0 0 0 0;
  line-height: 1px;
  }

div.figure_right img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: #ddc solid thin;
  }
 

div.figure_left {
  float: left;
  text-align: left;
  margin-top: 8px; 
  margin-bottom: 8px; 
  margin-right: 12px;
  margin-left:  10px;
  padding: 0 0 0 0;
  line-height: 1px;
  }

div.figure_left img {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  border: #ddc solid thin;
  }


/*    #main_content img {
        margin-top: 8px; 
        margin-bottom: 8px; 
        margin-right: 20px;
        border: solid #ddddcc;
        float: right;
        }
*/    