/*
 *  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 
 *  November 29, 2009, 7:04 am with psd2css Online version 1.58
 *
 */

body{
  /* 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) ;
  color: #421;
}

/* You named this layer _center_jpg */
#Layer-2 {
  position: absolute;
  margin-left: -640px;
  left: 50%;
  top: +0px;
  width: 1280px;
  height: 800px;
  z-index: 2;
}

/* You named this layer c_jpg */
#Layer-3 {
  position: absolute;
  left: 703px;
  top: 156px;
  width: 281px;
  height: 340px;
  z-index: 3;
}

/* You named this layer h_jpg */
#Layer-4 {
  position: absolute;
  left: 268px;
  top: 0px;
  width: 409px;
  height: 101px;
  z-index: 4;
}

/* You named this layer _vlist1 */
#Layer-5 {
  position: absolute;
  left: 268px;
  top: 156px;
  width: 409px;
  height: 189px;
  z-index: 5;
}

#Layer-5 ul
{
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  list-style-type: none;
  font-family: Times, serif;
  font-size: 1.6em;
  padding-right: 20px;
}

#Layer-5 a
{
  display: block;
  padding: 3px;
  width: 100%;
  padding-right: 20px;
  text-align: right;
  /* This is where you set the regular background color  */
  /* background-color: #036; */
  /* Here you can make settings to the bar that separates your menu items  */
  /* border-bottom: 1px solid #eee; */
}

#Layer-5 a:link, #navlist a:visited
{
  /* This is color of the text in your menu  */
  color: #EEE;
  text-decoration: none;
}

#Layer-5 a:hover
{
  /* This is where you set the background color when your mouse is over a menu item  */
  background-color: #70421E;
  /* This is the color of the text when your mouse is over a menu item  */
  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: #70421e; }
a:visited { color: #70421e; }
a:hover {
  color: #70421e;
  /* text-decoration: underline; */
  /* font-weight: bold; */
}

