body {
  background: #FFFFFF;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
  
  background-image: url('img/background.jpg');
  background-repeat: repeat-x;
  background-color: #B0DCFF;
}

/* Framework */

.framework_main {
  width: 912px;
  margin-bottom: 20px;
}

.upper_bar {
  height: 135px;
}

.line_below_menu {
  height: 13px;
}

.center_area {
  background-color: #FFFFFF;
}

.bottom_bar {
  height: 142px;
}

.designby {
  text-align: right;
}

/* Framework: Upper bar */
.upper_bar_table {
  width: 912px;
  height: 135px;
}

.upper_bar_td_logo {
  width: 410px;
  height: 135px;  
}

.upper_bar_td_menu {
  width: 502px;
  height: 135px;
}

.menu_table {
  width: 502px;
  height: 135px;
}

.slogan {
  text-align: right;
  vertical-align: top;
}

.menu {
  vertical-align: bottom;  
}


/* Framework: Center area */
.center_area_table {
  width: 912px;
  height: 100%;
}

.center_area_border_left {
  width: 11px;
  vertical-align: top;
  background-image: url('img/border_left_repeat.jpg');
  background-repeat: repeat-y;
}

.center_area_border_right {
  width: 11px;
  vertical-align: top;
  background-image: url('img/border_right_repeat.jpg');
  background-repeat: repeat-y;
}

.center_area_center {
  width: 890px;
  vertical-align: top;
  padding: 10px;
  text-align: left;
}



/* Fonts */

.font_designby {
  font-family: Arial;
  font-size: 10px;
  color: black;
  font-weight: bold;
  text-decoration: none;
  margin-right: 11px;
}

.font_headline {
  font-family: Arial;
  font-size: 20px;
  color: #004C85;
}

.font_departments {
  font-family: Arial;
  font-size: 16px;
  color: #004C85;
  font-weight: bold;
  text-decoration: none;
}

.font_default {
  font-family: Arial;
  font-size: 12px;
  color: black;
}

p, td {
  font-family: Arial;
  font-size: 12px;
  color: black;
}

.font_default_bold {
  font-family: Arial;
  font-size: 12px;
  color: black;
  font-weight: bold;
}

.font_default_italic {
  font-family: Arial;
  font-size: 12px;
  color: black;
  font-style: italic;
}
