html {
   color: #494949;
   background-color: #910018;
   background-image: url("../gfx/shadow.gif");
   background-position: top center;
   background-repeat: repeat-y;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 10px;
   line-height: 22px;
}

body {
   margin: 0;
   padding: 0;
   text-align: center;
}

#layout {
   position: relative;
   width: 770px;
   margin: 0 auto;
   padding: 64px 0 0 0;
   background-image: url("../gfx/header.gif");
   background-position: top left;
   background-repeat: no-repeat;
   text-align: left;
}

#nav {
   position: absolute;
   top: 64px;
   right: 0;
   width: 128px;
   min-height: 213px;
   padding-top: 1px;
   background-image: url("../gfx/nav-bg.gif");
   background-position: top left;
   background-repeat: no-repeat;
   line-height: 17px;
}

#nav ul {
   margin: 0 0 26px 0;
   padding: 0;
}

#nav ul li {
   margin: 0;
   padding: 0;
   line-height: 10px;
   list-style-type: none;
}

#nav ul li img {
   vertical-align: bottom;
}

#nav p {
   margin: 0 10px;
   font-style: italic;
   text-align: right;
}

#nav p img {
   margin-top: 3px;
   border-width: 0;
   border-style: none;
}

#nav p a {
   font-weight: normal;
}

#content {
   width: 615px;
   min-height: 408px;
   _height: 408px;
   padding: 10px 14px;
   background-image: url("../gfx/content-bg.gif");
   background-position: top left;
   background-repeat: no-repeat;
}
