/******************** HOME.CSS ********************/

/******************** BODY ********************/
#body_div {
  width:100%;
  height:100%;
  background-color:#ffffff;
  background-image:url(/_mod_files/ce_images/layout/bg-layout.jpg);
  background-position:top left;
  background-repeat:repeat-x;
}


/******************** LAYOUT ********************/
#layout {
  width:930px;
  height:748px;
}

#shadow-left {
  width:15px;
  background-image:url(/_mod_files/ce_images/layout/shadow-left.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

#shadow-right {
  width:15px;
  background-image:url(/_mod_files/ce_images/layout/shadow-right.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}


/******************** BODY ********************/
#lay_body {
  width:658px;
  height:265px;
  background-color:#ffffff;
  vertical-align:top;
  padding:15px;
}


/******************** BLOCK 1 ********************/
#lay_f1 {
  width:1000px;
  height:80px;
}


/******************** BLOCK 2 ********************/
#lay_f2 {
  width:900px;
  height:74px;
  background-image:url(/_mod_files/ce_images/layout/bg-main_menu.jpg);
  background-position:top left;
  background-repeat:no-repeat;
  text-align:left;
  padding-left:30px;
}


/******************** BLOCK 3 ********************/
#lay_f3 {
  width:900px;
  height:309px;
  background-color:#ffffff;
  background-image:url(/_mod_files/ce_images/layout/header.jpg);
  background-position:center center;
  background-repeat:no-repeat;
  text-align:right;
  vertical-align:bottom;
  padding:4px;
  padding-right:5px;
}


/******************** BLOCK 4 ********************/
#lay_f4 {
  width:700px;
  height:50px;
  background-image:url(/_mod_files/ce_images/layout/bg-bottom_menu.jpg);
  background-position:top left;
  background-repeat:repeat-x;
  text-align:center;
  padding-left:100px;
  padding-right:100px;
}


/******************** BLOCK 5 ********************/
#lay_f5 {
  width:900px;
  height:50px;
  text-align:center;
  font-size:10px;
  font-weight:bold;
}

#lay_f5 A {
  font-size:10px;
  color:#346a90;
}


/******************** BLOCK 6 ********************/
#lay_f6 {
  width:194px;
  height:265px;
  background-color:#ffffff;
  vertical-align:top;
  padding-top:15px;
  padding-right:18px;
  color:#000000;
}

#lay_f6 A {
  color:#000000;
  text-decoration:underline;
}

#lay_f6 A:hover {
  text-decoration:none;
}