body, td {
  font-family: "Trebuchet MS";
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  font-size: 8pt;
  color: white;
}

/* colors */

#top {
	background-color: #400000;
  background-image: url(castex.gif);
  background-position: 0.25em 98%;
  background-repeat: no-repeat;
}

#center {
	background-color: white
}

#bottom, #copyright {
	background-color: black;
}

#content {
  height: 100%;
  width: 1080px;
  margin: auto;
}

#top {
  vertical-align: bottom;
  font-size: 2em;
  font-weight: bold;
  text-decoration: italic;
  height: 50%;
  padding-left: -30em;
  color: #400000;
  text-align: right;
}

#left {
  background-image: url(bg-shadow.jpg);
  background-repeat: repeat-y;
  width: 41px;	
}

#right {
  background-image: url(bg-shadow-r.jpg);
  background-repeat: repeat-y;
  width: 41px;	
}

#center {
  height: 2px;
}

#bottom {
  height: 50%;
  vertical-align: top;
  text-align: right;
  padding-right: 0.5em;
}


#copyright {
	width: 958px;
	text-align: right;
	padding-right: 0.5em;
}
