﻿/*
 *  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 
 *  July 11, 2009, 3:30 am with psd2css Online version 1.42
 *
 */
 
 /* Modifed by tylerd 7/27/09 */
 /* Made far more dynamic than the original */
 /* original contents, commented out, are at bottom */
 
 #Layer-1 { /* page */
  background: url('background.png') repeat-y 50% 0pt;
 
  margin: auto;
  width: 1080px;
}

#Layer-2 { /* body */
  margin-left: 35px;
  float: left;
  /* padding-top: 194px; */
  width: 787px;
}

#Layer-3 { /* menu */
  font-size: 17px;
  margin-left: 78px;
  /* margin-top: 194px; */
  width: 108px;
  
  float: left;

  line-height: 175%;
  text-align: left;
}

#footerimg {
  clear: both;
  margin-bottom: -10px; /* IE hack/bug */
}

/* You named this layer _center */

/*
#Layer-1 {
  position: absolute;
  margin-left: -540px;
  left: 50%;
  top: +0px;
  width: 1080px;
  height: 826px;
  z-index: 1;
}
*/

/*
#Layer-2 {
  position: absolute;
  left: 222px;
  top: 194px;
  width: 787px;
  z-index: 2;

  overflow: auto;
}
*/

/*
#Layer-3 {
  font-size: 17px;
  position: absolute;
  left: 78px;
  top: 194px;
  width: 108px;
  height: 566px;

  z-index: 3;
  line-height: 175%;
  text-align: left;
  
  overflow: auto;
}
*/


