body {
  margin: 0;
  padding:0;
min-width:680px;
}

p {
  padding: 0 15px;
}

h1, h3, h4 {
  margin:0;
  padding: 5px 0;
}

#header h1 {
  text-align:right;
  padding-right:20px;
}

#header h4 {
  text-align:right;
  padding-right:20px;
  }

#header img.left {
  float:left;
  margin:0 12px 0 0;
}

#menuBox ul {
  padding: 0 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  text-align: center;
}

#menuBox li {
  display: inline;
}

#menuBox li a {
  text-decoration: none;
  padding: 0em 1em;
}


#header{
 height:113px;
 width:100%;
 margin:0;
  }

#leftCol{
 position:absolute;
 top:152px;
 left:0;
 width:140px;
 z-index:3;
 background:#c0c0c0;
 color: #333333;}

#rightCol{
 position:absolute;
 top:152px;
 right:0;
 width:140px;
 z-index:2;
 background:#c0c0c0;
 color: #333333;
}

#centralBlock {
 width:100%;
 z-index:1;
 background:#c0c0c0;
 color: #333333;
 height:80%;}


#centerCol{
 margin:0 142px 0 142px;
 position:relative;
 background:#ffffff;
 color: #333333;
 z-index:5;
 border: solid #000000;
 border-width:0 1px;
 min-width:400px; 
}

#footer {
 width:100%;
 height:35px;
 border: solid #000000;
 border-width:1px 0;
 background:#eeeeee;
 color: #333333;
 margin:0;
 }

#entryDate {
  padding: 5px 0px 5px 0px;
  }

#entry {
  margin:0px 20px 0px 20px;
  padding: 20px 0px 20px 0px;
  font-size: 14px;
}

#entry h3 {
  padding: 0 0 0 0 ;
}

#entryFooter {
  text-align: right;
  font-weight:bold;
  font-size:10px;
}

#bottomleft{
 position:relative;
 bottom:315px;
 text-align:right;
 left:0;
 width:140px;
 z-index:23;
}
