#container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background: #004282;
}

body {
  text-align: center;
  background: #000000;
  background-image: url(/images/base/b_block_f1.png);
}

#rightbar {
  background-image: url(/images/base/hori_blue_grad_strip_left_1.png);
  background-repeat: repeat-y;
  float: left;
  width: 150px;
  height: 600px;
  margin-right: 10px;
  padding: 2px;
}

#rightbar_long {
  background-image: url(/images/base/hori_blue_grad_strip_left_1.png);
  background-repeat: repeat-y;
  float: left;
  width: 150px;
  height: 1500px;
  margin-right: 5px;
  padding: 2px;
}

#menu {
  float: left;
  width: 150px;
  height: 550px;
  margin-right: 5px;
  padding: 2px;
}

#menu_long {
  float: left;
  width: 150px;
  height: 1450px;
  margin-right: 5px;
  padding: 2px;
}

#contact {
  float: left;
  width: 150px;
  height: 50px;
  margin-right: 5px;
  padding: 2px;
} 

#content {
  background-image: url(/images/base/hori_mush_grad_strip.png);
  float: left;
  width: 590px;
  height: 600px;
}

#content_long {
  background-image: url(/images/base/hori_mush_grad_strip.png);
  float: left;
  width: 590px;
  height: 1500px;
}

#content_inner {
  float: left;
  width: 584px;
  margin-left: 4px;
}

#sidebar {
  background-image: url(/images/base/hori_blue_grad_strip_right.png);
  background-repeat: repeat-y;
  float: right;
  width: 190px;
  height: 600px;
  text-align: right;
  margin-left: 5px;
  padding: 2px;
}

#sidebar_long {
  /* background-image: url(/images/base/hori_blue_grad_strip_right.png); */
  background-repeat: repeat-y;
  float: right;
  width: 190px;
  height: 1500px;
  text-align: right;
  margin-left: 5px;
  padding: 2px;
}

#footer {
  border-top: 1px solid #000000;
  clear: both;
  text-align: center;
  padding-top: 5px;
}  

#hiddi {
  display: none;
  position:absolute; 
  left:200px; 
  top:10px; 
  border-style: solid; 
  background-color: white; 
  padding: 5px;
}

table#img_table {
  text-align:center;
  margin-left: auto;
  margin-right: auto;

}

table#img_table td {
    padding: 1px;
}

img
{  border-style: none;
}
