body {
 width: 1000px;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 font-size: medium;
 background-color: #FFFFFF;

}
h3
 {
 text-decoration: underline;
 color: #000000;
}

#header
 {
width: 1000px;
padding-bottom: 20px;
background-image: url(../images/hgnews/white.png);
}
#Content
 {
  text-align: center;
  padding-top: 15px;
  width: 1000px;
}
.issue{
  float: Right;
  padding-top: 10px;
  font-family: "Courier New", Courier, monospace
}
.pict{
  z-index: 1000;
  float: Right;
  margin-right: 10px;
  margin-bottom: 15px;
}
.pictc{
  padding: 5px;
  margin-right: auto;
  margin-bottom: auto;
}
.pictc img {
 padding-left: 10px;
 padding-right: 10px;
}

.pictl{
  z-index: 1000;
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.pictr{
  z-index: 1000;
  float: Right;
  margin-left: 5px;
  margin-bottom: 10px;
}

.columnLeft
 {
 width: 475px;
 padding: 10px;
 float: left;
}
.block1
 {
 border:  none;
 padding: 10px;
 border-color: #3333CC;
 text-align: center;
 width: 95%;
}

.block2
 {
 border:  none;
 padding: 10px;
 border-color: #3333CC;
 text-align: center;
 width: 375px;
 text-align: center;
 width: 95%;
}
.columnRight
 {
 padding: 10px;
 width: 475px;
 float: right;
}
.block3
 {
 border:  none;
 padding: 10px;
 border-color: #3333CC;
 text-align: center;
 width: 95%;
}
.block4
 {
 z-index: 9;
 border: solid;
 padding: 10px;
 border-color: #3333CC;
 text-align: center;
 width: 450px;
}

.block5
 {
 z-index: 8;
 border: 0;
 padding: 10px;
 border-color: #3333CC;
 text-align: center;
 width: 950px;
}
.clear{
  clear: both;
}


#footer
 {
width: 1000px;
background: url(../images/hgnews/white.png) ;

}
