/*
 *  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.
 *
 *  This file was originally generated at http://psd2cssonline.com 
 *  January 10, 2009, 9:39 pm with psd2css Online version 1.30
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer 'bk_bodybg_jpg' that you created.
   * If you would like this layer to stay static relative to the
   * browser window (you don't want it to scroll with your content)
   * just add the word 'fixed' to the line below (before the ;). */
  background: url(Layer-1.jpg);
}

/* You named this layer bk_center_jpg */
#Layer-2 {
  position: absolute;
  margin-left: -384px;
  left: 50%;
  top: +54px;
  width: 768px;
  height: 600px;
  z-index: 2;
}

/* You named this layer Close_link */
#Layer-3 {
  position: absolute;
  left: 100px;
  top: 159px;
  width: 81px;
  height: 14px;
  z-index: 3;
}

/* You named this layer Close_menu */
#Layer-4 {
  position: absolute;
  left: 738px;
  top: 12px;
  width: 15px;
  height: 13px;
  z-index: 4;
}

/* You named this layer ATP_link */
#Layer-5 {
  position: absolute;
  left: 82px;
  top: 119px;
  width: 116px;
  height: 14px;
  z-index: 5;
}

/* You named this layer ATP_menu */
#Layer-6 {
  position: absolute;
  left: 229px;
  top: 24px;
  width: 538px;
  height: 492px;
  z-index: 6;
}

/* You named this layer ATP_text_\#FFF */
#Layer-7 {
  position: absolute;
  left: 57px;
  top: 46px;
  width: 408px;
  height: 290px;
  z-index: 7;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
}

/* You named this layer CH_link */
#Layer-8 {
  position: absolute;
  left: 104px;
  top: 79px;
  width: 73px;
  height: 11px;
  z-index: 8;
}

/* You named this layer CH_menu */
#Layer-9 {
  position: absolute;
  left: 230px;
  top: 24px;
  width: 538px;
  height: 492px;
  z-index: 9;
}

/* You named this layer CH_text_\#FFF */
#Layer-10 {
  position: absolute;
  left: 56px;
  top: 46px;
  width: 408px;
  height: 290px;
  z-index: 10;

  /* Here are some suggestions for this area's text settings */
  text-align: left;
  /* If you don't want scroll bars when your content gets bigger than the space
   * you designed for it, remove the following line.      */
  overflow: auto;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #FFF;
}

/* 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: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

