body 
{ margin:0; padding-left: 0;
  padding-right: 0;
  background-color: #999999;
  background-image: url('layout/bodybg.jpg');
}

  a:link { color: #33ffcc; text-decoration: none; }
  a:visited { color: #33ffcc; text-decoration: line-through; }
  a:hover { color: #00ffff; text-decoration: overline underline;  }

#header {
  margin-left: 100px;
  margin-right: 100px;
  padding: 0px;
  height: 217px;
  width: 750px;
  background-color: #000033;
  background-image: url('layout/header.jpg');
  background-repeat: no-repeat 
 }

#menu {
  position: absolute;
  left: 100px;
  top: 217px;
  height: 100%;
  width: 150px;
  background-color: #cccccc;
  background-image: url('layout/menubg.jpg');
}
#content {
  position: absolute;
  left: 250px;
  top: 217px;
  height: 100%;
  width: 600px;
  background-color: #006666;
  overflow: auto;
}
p.menutext {
  width: 100%;
  background-color:#669999;
  font-family: sans-serif; 
  font-face: arial;
  font-size: small;
  border-bottom: 1px solid #003300; 
  text-align: right;
  }
  
 p.menusplit {
  border-bottom: 1px solid #003300; 
  text-align: center;
  }

			/* Homepage - Latest Boxes */
table.latest {
  width: 275px;
  height: 100px;
  background-color: #ccffff;
  border: 1px solid #003300;
  align: center
  color: #ccffff;
  font-family: sans-serif; 
  font-face: helvetica, franklin gothic, arial;
}

table.doujinbox {
  width: 400px;
  height: 100px;
  background-color: #ccffff;
  border: 1px solid #003300;
  align: center
  color: #ccffff;
  font-family: sans-serif; 
  font-face: helvetica, franklin gothic, arial;
}

td.latehead {
  border-bottom: 1px solid #003300; 
  height: 25%;
  font-size: small;
  font-weight: bold;
  color: #333366;
  text-align: center;
  background-color: #66cccc;
}

td.latetext {
  border-left: 1px solid #003300; 
  font-size: x-small;
  color: #333366;
  text-align: left;
  background-color: #66cccc;
}

td.latefoot {
  border-top: 1px solid #003300; 
  height: 25%;
  font-size: x-small;
  font-weight: bold;
  color: #333366;
  text-align: center;
  background-color: #669999;
}

			/* Homepage - News Boxes */

table.news {
  width: 95%;
  background-color: #;
  border: 0px solid #003300;
  align: center
  color: #003333;
  font-family: sans-serif; 
  font-face: helvetica, franklin gothic, arial;
  font-size: small
}

td.newshead {
  border-bottom: 1px solid #003300; 
  height: 25%;
  font-size: small;
  font-weight: bold;
  color: #66cccc;
  text-align: right;
  background-color: #003333;
}

td.newstext {
  border-bottom: 1px solid #003300; 
  height: 25%;
  font-size: small;
  color: #66cccc;
  text-align: left;
}

  			/* Doujinpages */