/******************** MAKET SPECIFIC STYLES ********************/

/******************** LAYOUT ********************/
#layout {
  width:960px;
  vertical-align:top;
  margin:auto;
}

#drop_shadow {
  width:1020px;
  background-image:url(/_mod_files/ce_images/layout/drop_shadow.gif);
  background-position:top left;
  background-repeat:repeat-y;
  margin:auto;
}

#drop_shadow_top {
  width:1020px;
  height:40px;
  background-image:url(/_mod_files/ce_images/layout/drop_shadow_top.gif);
  background-position:top left;
  background-repeat:no-repeat;
  margin:auto;
}

#drop_shadow_bottom {
  width:1020px;
  height:32px;
  background-image:url(/_mod_files/ce_images/layout/drop_shadow_bottom.gif);
  background-position:top left;
  background-repeat:no-repeat;
  margin:auto;
}


/******************** BODY ********************/
#lay_body {
  width:960px;
  height:300px;
  vertical-align:top;
  padding-top:20px;
  padding-left:60px;
  padding-right:60px;
}

#lay_body H1 {
  line-height:15px;
}


/******************** BLOCK 1 ********************/
#lay_f1 {
  width:960px;
  height:130px;
  padding-top:10px;
  padding-left:55px;
}


/******************** BLOCK 2 ********************/
#lay_f2 {
  width:960px;
  height:50px;
  color:#bdb7d4;
  font-weight:bold;
  background-color:#504288;
  text-align:center;
}

#lay_f2 A {
  font-size:18px;
  color:#bdb7d4;
  font-weight:bold;
  text-decoration:none;
}

#lay_f2 A:hover {
  text-decoration:underline;
}