html, body {
  width: 830px;
  align: center;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
  
#left {
  position: absolute;
  left: 100px;
  top: 115px;
  width: 180px;
  height: 2500px;
  vertical-align: top;
  background: #ffffff;
  border: 0px;
  padding: 10px;
  word-wrap: break-word;
  z-index: 2;
}

#right {
  position: absolute;
  top: 115px;
  left: 700px;
  width: 180px;
  height: 2500px;
  vertical-align: top;
  background: #ffffff;
  border: 0px;
  padding: 10px;
  word-wrap: break-word;
  z-index: 2;
}

#header {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 0px;
  width: 800px;
  height: 120px;
  background: #ffffff;
  vertical-align: top;
  z-index: 0;
  /* IE 5.5 */
  height: 120px;
  border-top:0px solid #000;
  border-right:0px solid #000;
  border-left:0px solid #000;
  voice-family: "\"}\"";
  voice-family: inherit;
  /* IE 6 */
  height: 120px;
  
}
html]body #banner {
  /* Mozilla and Safari */
  height: 119px;
  left: 100px;
}

#main {
  position: absolute;
  top: 115px;
  background: #ffffcc;
  vertical-align: top;
  width: 310px;
  height: 2500px;
  padding: 10px;
  word-wrap: break-word;
  z-index: 1;
  /* these two margins affect IE 5.5 */
  margin-left: 300px;
  margin-right:200px;
  border: 0px;
  padding: 10px;
  voice-family: "\"}\"";
  voice-family: inherit;
  /* these two margins affect IE 6 */
  margin-left: 300px;
  margin-right: 200px;
}
html]body #main {
  /* these two margins affect Mozilla and Safari */
  margin-left: 212px;
  margin-right:212px;
}
#footer {
  position: absolute;
  background: #ffffff;
  left: 100px;
  top: 1635px;
  width: 800px;
  height: 30px;
  border: none;
  border-width: 0px;
  margin: 0;
  z-index: 0;
} 


.title { font-size: 30px; color: red; font-family:Arial; }
.section { font-size: 24px; color: #1b479d; font-family:Arial; }
.author { font-size: 18px; clear: both; padding-left: 20px; font-style: italic;}
.edname { font-size: 24px; font-style: italic; padding-left: 20px; margin-top: 30px; }
.jobtitle { font-size: 16px; font-style: italic; margin-left: 50px;  }
.footer { font-size: 12px; font-style: italic; }
.byline { font-size: 14px; font-style: italic; }
.article { position: absolute; top: 150px; margin-left: 15px; padding: 20px; width: 815px; background-color: white; border: solid #1b479d thin; }

a:link {color: #FF3300; text-decoration: none}    
a:visited {color: #FF9966; text-decoration: none} 
a:hover {color: #333399; text-decoration: underline}   
a:active {color: #FFCC00; text-decoration: none}