/*
 *  psd2css.css
 *
 *  This is your external CSS style sheet. It defines all of the CSS styles that you
 *  are using in your page.  If you are going to create multiple pages from the same
 *  PSD file (like a template), you will share this CSS style sheet between the various
 *  pages.
 *

 *
 */

/* You named this layer bgd_jpg */
#Layer-1 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 1100px;
  height: 800px;
  z-index: 1;
}

/* You named this layer home_jpg */
#Layer-2 {
  position: absolute;
  left: 160px;
  top: 57px;
  width: 150px;
  height: 20px;
  z-index: 2;
}

/* You named this layer menu_jpg */
#Layer-3 {
  position: absolute;
  left: 123px;
  top: 628px;
  width: 838px;
  height: 47px;
  z-index: 3;
}

/* You named this layer main_jpg */
#Layer-4 {
  position: absolute;
  left: 144px;
  top: 183px;
  width: 405px;
  height: 441px;
  z-index: 4;
      color: #272421;
font: 11px "Tahoma", sans-serif;
}

/* You named this layer img_jpg */
#Layer-5 {
  position: absolute;
  left: 549px;
  top: 176px;
  width: 395px;
  height: 454px;
  z-index: 5;
          color: #272421;
font: 11px "Tahoma", sans-serif;
}

/* You named this layer logo_jpg */
#Layer-6 {
  position: absolute;
  left: 481px;
  top: 11px;
  width: 475px;
  height: 154px;
  z-index: 6;
}

/* You named this layer footer_JPG */
#Layer-7 {
  position: absolute;
  left: 10px;
  top: 696px;
  width: 1080px;
  height: 95px;
  z-index: 7;
        color: #272421;
font: 11px "Tahoma", sans-serif;
}

/* You named this layer contact_jpg */
#Layer-8 {
  position: absolute;
  left: 160px;
  top: 99px;
  width: 150px;
  height: 20px;
  z-index: 8;
}

/* You named this layer about_jpg */
#Layer-9 {
  position: absolute;
  left: 160px;
  top: 78px;
  width: 150px;
  height: 20px;
  z-index: 9;
}

/* Here are some examples of how you might want to change the
 * look and behavior of the links on your page.  Some examples for
 * further customization are included in comments.  */
a { cursor: pointer; }
a:link { color: #8684a4; }
a:visited { color: #8684a4; }
a:hover {
 background-color:#ffffff; color: #999a9e;
  /* text-decoration: none; */
  /* font-weight: bold; */
}
  h1 {font: bold 16px Tahoma, sans-serif; color:#8684a4; border-bottom: 3px solid #fff;text-align: left;}
  h2 {font: bold 14px Tahoma, sans-serif; color:#8684a4; text-align: left;}
  h3 {font: italic 13px Tahoma, sans-serif; color:#8684a4; text-align: left;}
  
  

  .post img {
  padding:4px;
  border:2px solid #ddd;
  }
  
    .img2 {
  padding:2px;
  border:2px solid #ddd;
  }
  
  .text {
          color: #272421;
font: 11px "Tahoma", sans-serif;}