body {
  background-color: #FFFFFF;
  background-position: top center;
  background-repeat: repeat-y;
  margin: 0px;
}

body,td {
  font-family: Arial;
  font-size: 14px;
  line-height: 20px; 
}

a {
  color: #0000FF; 
}

h1 {
  font-size: 20px
}

body.menu1 {
  background-image: url('background_menu1.jpg');
}

body.menu2 {
  background-image: url('background_menu2.jpg');
}

body.menu3 {
  background-image: url('background_menu3.jpg');
}

body.menu4 {
  background-image: url('background_menu4.jpg');
}

body.menu5 {
  background-image: url('background_menu5.jpg');
}

div#header {
  position: absolute;
  top: 0px;
  left: 50%;
  background-color: #FF0000;
  margin-left: -547px;
  height: 100px;
  width: 1094px;
}

div#header div#header_left {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 197px;
  height: 197px;
  background-image: url('header_left.jpg');
}

div#header div#header_center {
  position: absolute;
  top: 0px;
  left: 197px;
  width: 700px;
  height: 197px;
  background-image: url('header_center.jpg');
}

div#header div#header_right {
  position: absolute;
  top: 0px;
  left: 897px;
  width: 197px;
  height: 197px;
  background-image: url('header_right.jpg');
}

div#right {
  position: absolute;
  top: 197px;
  right: 50%;
  margin-right: -547px;
  width: 197px;
  height: 985px;
}

div#right div.rightitem {
  width: 197px;
  height: 197px;
}

div#right div.rightitem div.rightitemcontent {
  width: 197px;
  height: 197px;
}  

div#menu {
  position: absolute;
  top: 197px;
  left: 50%;
  margin-left: -547px;
  width: 227px;
  height: 985px;
}

div#menu div.menuitem {
  position: absolute;
  left: 0px;
  width: 197px;
  height: 197px;
  cursor: pointer;
}  

div#menu div#menu1 {
  top: 0px;
  background-image: url('menu1.jpg');
}

div#menu div#menu2 {
  top: 197px;
  background-image: url('menu2.jpg');
}

div#menu div#menu3 {
  top: 394px;
  background-image: url('menu3.jpg');
}

div#menu div#menu4 {
  top: 591px;
  background-image: url('menu4.jpg');
}

div#menu div#menu5 {
  top: 788px;
  background-image: url('menu5.jpg');
}

div#menu div.leftitem {
  position: absolute;
  left: 197px;
  width: 30px;
  height: 197px;
  visibility: hidden;
  background-position: top left;
  background-repeat: no-repeat;
}

div#menu div.leftitem a{
  visibility: hidden;
}

div#menu div#left1 {
  top: 0px;
  background-image: url('left1.png');
} 

div#menu div#left2 {
  top: 197px;
  background-image: url('left2.png');
} 

div#menu div#left3 {
  top: 394px;
  background-image: url('left3.png');
} 

div#menu div#left4 {
  top: 591px;
  background-image: url('left4.png');
} 

div#menu div#left5 {
  top: 788px;
  background-image: url('left5.png');
}  

div.top {
  position: absolute;
  top: 197px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  height: 20px;
  z-index: 5;
}

div.top div.topitems {
  width: 620px;
  height: 20px;
  margin-left: 40px;
}

div.top div.topitems div.topitem {
  margin: 0 10px 0 10px;
  width: 135px;
  height: 20px;
  float: left;
  cursor: pointer;
} 

div#top1 {
  background-image: url('top1.jpg');
} 

div#top2 {
  background-image: url('top2.jpg');
} 

div#top3 {
  background-image: url('top3.jpg');
} 

div#top4 {
  background-image: url('top4.jpg');
} 

div#top5 {
  background-image: url('top5.jpg');
}          
  
div#container {
  position: absolute;
  top: 197px;
  left: 50%;
  margin-left: -350px;
  width: 700px;
  z-index: 4;  
}

div#content {
  padding: 30px 40px 10px 40px;
}

div#content div.textrow {
  padding: 0 0 20px 0;
}

div#content div.textrow div.image_top_left {
  float: left;
  margin: 0 10px 10px 0;
}

div#content div.textrow div.image_top_right {
  float: right;
  margin: 0 0 10px 10px;
}

div#content div.textrow div.image_top_center {
}

div#content div.textrow div.image_text {
  font-size: 10px;
  line-height: 14px;
}

