/*
internal.css
*/

p.news_title_date {
  padding-bottom: 0px;
}

p.news_title_title {
  padding-bottom: 10px;
}

#internal_box_left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
  height: 400px;
  border: 1px solid rgb(30, 88, 150);
}

#internal_box_right {
  position: absolute;
  left: 200px;
  top: 20px;
  width: 320px;
  height: 400px;
  border: 1px solid rgb(30, 88, 150);
}

#internal_images_box_left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 100px;
  height: 395px;
  border: 1px solid rgb(30, 88, 150);
}

#internal_images_box_left a.current {
  font-weight: bold;
}

#internal_images_box_right_top {
  position: absolute;
  left: 130px;
  top: 20px;
  width: 410px;
  height: 100px;
  overflow: auto;
  border: 1px solid rgb(30, 88, 150);
}

#internal_images_box_right_bottom {
  position: absolute;
  left: 130px;
  top: 130px;
  width: 410px;
  height: 285px;
  border: 1px solid rgb(30, 88, 150);
}

.internal_box_title {
  position: relative;
  background-color: rgb(30, 88, 150);
  height: 20px;
  width: 100%;
  color: rgb(255, 255, 255);
  font-size: 18px;
}

.internal_box_body {
  padding: 5px;
}

#internal_start_body {
  background-image: url(art/carrierpost.jpg);
  width: 100%;
  height: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;  
}
