/*
 *  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 
 *  August 26, 2009, 8:46 pm with psd2css Online version 1.45
 *
 */

body{
  /* This is the background image to the entire page that you
   * get because of the layer '_bodybg' 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.png) ;
}

/* You named this layer b_center */
#Layer-2 {
  position: absolute;
  margin-left: -512px;
  left: 50%;
  top: +0px;
  width: 1024px;
  z-index: 2;
}

/* You named this layer content_wordpress */
#Layer-3 {
  position: absolute;
  left: 31px;
  top: 161px;
  width: 728px;
  padding-right: 20px;
  z-index: 3;
  
}

/* You named this layer sidebarback_jpg */
#Layer-4 {
  position: absolute;
  left: 788px;
  top: 161px;
  width: 236px;
  height: 521px;
  z-index: 4;
}

/* You named this layer sidebar_wordpress */
#Layer-5 {
  position: absolute;
  left: 29px;
  top: 20px;
  width: 197px;
  height: 469px;
  z-index: 5;
}

/* You named this layer hdr_jpg */
#Layer-6 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1024px;
  height: 138px;
  z-index: 6;
}

/* You named this layer seeds_linkover */
#Layer-7 {
  position: absolute;
  left: 383px;
  top: 96px;
  width: 163px;
  height: 44px;
  z-index: 7;
}

/* You named this layer seeds_link */
#Layer-8 {
  position: absolute;
  left: 383px;
  top: 101px;
  width: 163px;
  height: 37px;
  z-index: 8;
}

/* You named this layer value_linkover */
#Layer-9 {
  position: absolute;
  left: 213px;
  top: 95px;
  width: 163px;
  height: 45px;
  z-index: 9;
}

/* You named this layer value_link */
#Layer-10 {
  position: absolute;
  left: 213px;
  top: 101px;
  width: 163px;
  height: 37px;
  z-index: 10;
}

/* You named this layer about_linkover */
#Layer-11 {
  position: absolute;
  left: 43px;
  top: 96px;
  width: 165px;
  height: 44px;
  z-index: 11;
}

/* You named this layer about_link */
#Layer-12 {
  position: absolute;
  left: 44px;
  top: 101px;
  width: 163px;
  height: 37px;
  z-index: 12;
}

/* You named this layer home_linkover */
#Layer-13 {
  position: absolute;
  left: 11px;
  top: 108px;
  width: 23px;
  height: 23px;
  z-index: 13;
}

/* You named this layer home_link */
#Layer-14 {
  position: absolute;
  left: 11px;
  top: 108px;
  width: 23px;
  height: 23px;
  z-index: 14;
}

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


