body {
  
  margin:0px;
  padding:0px;
  background-image:url('images/bg_main.gif');
  background-repeat: repeat-x;
  background-color: #a1abb4;
  font-family: Tahoma;
  font-size: 11px;
  color: #364047;
  
}

.skyscraper {
position: absolute;
overflow: hidden;
z-index: 1;
top: 40px;
left: 50%;
margin-left: 460px;
}

.main {
  text-align: center;
}

.layout {
  margin: auto;
  padding: 0px;
  text-align: center;
  width: 905px;
}

.bottom {
  margin: auto;
  padding: 0px;
  text-align: center;
}

.navi {
  //padding: 0px;
  //white-space: nowrap;
}

.content {
  background-image:url('images/content.jpg');
  background-repeat: no-repeat;
  font-family: Tahoma;
  font-size: 11px;
  width: 905px;
  text-align: center;
}

.subcontent {
  width: 870px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 25px;
  text-align: left;
}

a {
  text-decoration: none;
  color: #364047;
}

a:hover {
  text-decoration: underline;
}

a:focus { 
outline: none; 
}

input, select, textarea {
  font-family: Tahoma;
  font-size: 11px;
}

.line {
  height: 1px;
  background-color: #364047;
}

.box {
  padding: 4px;
}

.box_sub {
  padding: 4px;
}

.newsbottom {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color: #364047;
  padding: 4px;
}

.break {
  width: 100%;
  background-color: #364047;
  height: 3px;
}

li {
  font-weight: bold;
  font-size: 12px;
}
