/*
 *  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 
 *  February 6, 2010, 6:30 pm with psd2css Online version 1.72
 *
 */

body {
  margin: 0; padding: 0;
  /* This is the background image to the entire page that you
   * get because of the layer '_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) ;
}

/* This is a wrapper for the bk_center2_jpg layer you made */
#Layer-2-wrapper {
  position: relative;
  width: 1024px;
  margin: auto;
}

/* You named this layer bk_center2_jpg */
#Layer-2 {
  position: absolute;
  left: +0px;
  top: +0px;
  width: 1024px;
  height: 746px;
  z-index: 2;
}

/* You named this layer _text_\#101707 */
#Layer-3 {
  position: absolute;
  left: 508px;
  top: 78px;
  width: 359px;
  height: 301px;
  z-index: 3;

  /* 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: #101707;
}

/* You named this layer home_link */
#Layer-4 {
  position: absolute;
  left: 787px;
  top: 654px;
  width: 207px;
  height: 53px;
  z-index: 4;
}

/* You named this layer p1_lbthumb_link */
#Layer-5 {
  position: absolute;
  left: 242px;
  top: 7px;
  width: 108px;
  height: 148px;
  z-index: 5;
}

/* You named this layer p2_lbthumb_link */
#Layer-6 {
  position: absolute;
  left: 183px;
  top: 119px;
  width: 102px;
  height: 137px;
  z-index: 6;
}

/* You named this layer p1_lbthumb_linkover */
#Layer-7 {
  position: absolute;
  left: 242px;
  top: 7px;
  width: 108px;
  height: 148px;
  z-index: 7;
}

/* You named this layer p2_lbthumb_linkover */
#Layer-8 {
  position: absolute;
  left: 183px;
  top: 119px;
  width: 102px;
  height: 137px;
  z-index: 8;
}

/* You named this layer about_link */
#Layer-9 {
  position: absolute;
  left: 100px;
  top: 689px;
  width: 284px;
  height: 18px;
  z-index: 9;
}

/* You named this layer about_menu_empty */
#Layer-10 {
  position: absolute;
  left: 192px;
  top: 141px;
  width: 683px;
  height: 350px;
  z-index: 10;
  display: none;
}

/* You named this layer _frame */
#Layer-11 {
  position: absolute;
  left: 21px;
  top: 36px;
  width: 640px;
  height: 285px;
  z-index: 11;
}

/* You named this layer about_text_\#FFF */
.Layer-12 {
  position: relative;
  left: 41px;
  top: 0px;
  width: 573px;
  z-index: 12;

  /* 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 _close */
#Layer-13 {
  position: absolute;
  left: 635px;
  top: 27px;
  width: 34px;
  height: 35px;
  z-index: 13;
}

/* You named this layer Frame Top 1000 */
.Layer-1000 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 640px;
  height: 43px;
  z-index: 1000;
  background-image: url(Layer-11.png);
}

/* You named this layer Frame Middle 1001 */
.Layer-1001 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 640px;
  z-index: 1001;
  background-image: url(Layer-1001.png);
}

/* You named this layer Frame Bottom 1002 */
.Layer-1002 {
  position: relative;
  left: 0px;
  top: 0px;
  width: 640px;
  height: 40px;
  z-index: 1002;
  background-image: url(Layer-1002.png);
}

/* 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;
  outline: none;
}
a:link { color: #F88; }
a:visited { color: #F88; }
a:hover {
  color: #F00;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

/* I added this by hand after the page was converted - Shaun */
h1 { 
  font-weight: bold;
  font-size: 18px;
  text-align: right;
}
