body {
  margin: 0;
  padding: 0;
  background: #27284e url('../img/bg.jpg') repeat-x;
}

body, td {
  font: 12px "Verdana";
}

div {
  border: 0 solid black;
  margin: 0;
  padding: 0;
}

a {
  color: white;
}

.contentpaneopen a {
   color: #265492;
}

img {
  border: 0;
}

#head {
   background: url('../img/head.jpg');
   height: 224px;
   border-width: 0 2px 2px 2px;
}

#trunk, #head {
   width: 800px;
   margin: 0 auto;
}

#trunk {
   background: #274059;
   border-width: 0 2px;
}

#links, #rightside, #footer {
   color: white
}

#items, #footer, #links {
   padding: 8px;
}

#links, #items {
   width: 644px;
   float: left;
}

#links {
   border-width: 0 2px 2px 0;
   background: url('../img/links_bg.jpg');
}

#items {
   border-width: 0 2px 0 0;
   background: white;
}

#rightside {
   width: 138px;
   background: #274059;
   float: right;
}

#footer {
   clear: both;
   width: 784px;
   border-width: 2px 0 2px 0;
   background: url('../img/footer_bg.jpg');
   text-align: center;
   font-size: 9px;
}

#links ul {
   list-style: none inside;
   margin: 0;
   padding: 0;
}

#links li {
   float: left;
   margin-right: 1em;
   font-size: 14px;
   font-weight: bold;
}

#items .contentpaneopen {
   width: 640px;
}

#items .contentheading {
   font: 18px "Verdana";
   color: gray;
   font-weight: bold;
}

#items .createdate {
   color: silver;
   padding-bottom: 20px;
}

iframe {
   border: 0;
}

