@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: #FFFFFF;
}

/* Text */

p, li, h4 { font-family: "Trebuchet MS", verdana, arial, sans-serif; }
p.lg { font-size: larger; }
p.sm { font-size: smaller; }
p.xxl { font-size: xx-large; }
p.xxs { font-size: xx-small; }

#back {
  background: #FFFFFF;
  /*background-image: url(../images/shadow_edge_right.jpg);8/
  /*background-repeat: repeat-y;*/
  position: relative;
  margin: auto;
  width: 968px;
  height: 1000px;
  z-index: 0;
}

#header {
  background: #FFFFFF;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 700px;
  height: 50px;
  z-index: 1;
}

/*#nav {
  background: #E6E6E6;
  position: absolute;
  top: 60px;
  left: 10px;
  width: 968px;
  height: 43px;
  z-index: 1;
}*/

#content {
  background: #fff;
  position: absolute;
  top: 120px;
  left: 50px;
  width: 700px;
  height: 300px;
}