body {
  min-width: 800px;
  min-height: 400px;
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 13px;
}

#right-top {
  position:fixed;
  left:0;
  top:0;
  height:60px;
  width: 100%;
  margin:0;
  padding:0;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
  background-color: transparent;
  margin-top: 3.4em;
  border: none;
  font-size: 1em;
}

#right-col, #left-col {
  padding:4px;
  float: right;
  margin-top: 35px;
  width: 160px;
  border: none;
  background-color: transparent;
  display: inline;
  margin-bottom: 4em;
  overflow: auto;
}

#bottom-box {
  position: fixed;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-color: #FFFFFF;
}

#last_changed {
  position: fixed;
  bottom: 0;
  height: 30px;
  width: 100%;
  background-color: #FFFFFF;
}

#top_box {
  padding-top: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 75px;
  background-color: #FFFFFF;
  font-family: arial;
  font-size: 13px;
}

#pagecontent {
  top: 80px;
  padding-top: 75px;
  bottom: 50px;
  padding-bottom: 50px;
  padding-right: 160px;
  background-color: #FFFFFF;
  max-width: 750px;
}

#menuitem {
  padding: 7px;
  text-align: right;
  padding-right: 20px;
}

#webmaster {
  font-size: 9px;
  bottom: 0px;
  margin-top: 40px;
}

#copyright {
  font-size: 11px;
  bottom: 0px;
  margin-top: 50px;
  text-align: center;
}

#browser_table {
  font-size: 12px;
  text-align: center;
}

#w3c_main {
  margin-left: 10px;
  margin-top: 40px;
}

#w3c A:link { text-decoration: none }
#w3c A:visited { text-decoration: none }
#w3c A:active { text-decoration: none }
#w3c A:hover { text-decoration: none }

a:visited {
  color: #FF0000;
}

a:link {
  color: #FF0000;
}

a:hover {
  color: #FF0000;
}
#flags {
  margin-top: 20px;
  margin-right: 20px;
  text-align: right;
}

#flags A:link { text-decoration: none }
#flags A:visited { text-decoration: none }
#flags A:active { text-decoration: none }
#flags A:hover { text-decoration: none }

#flags A:link IMG { border: none }
#flags A:visited IMG { border: none }
#flags A:active IMG { border: none }
#flags A:hover IMG { border: none }

#cancelled {
  color: red
}

#index {
 position: fixed;
 width: 70%;
 left: 10%;
}

#index_table {
 padding: 25px;
}

#ta_iframe {
 width: 750px;
 height: 900px;
 top: 10%;
 frameborder: 0;
 marginwidth: 0
}

#blog-text {
 margin-bottom: 10px;
}

#blog-picture {
 margin-bottom: 20px;
}

#email-box {
 margin-top: 20px
}

#email-address {
 margin-bottom: 5px
}

.code-listing {
    border-style: dashed;
    border-width: 1px;
    background-color: #fffae6;
    padding-left: 15px;
}
