@CHARSET "ISO-8859-1";
.cdcmain { width: 770px; }
.header {text-align: left; }
.content {position: relative; top: 20px; width: 100%; text-align: left; }
.subtitle {width: 500px; background-color: #c9a5a5; float: left; padding: 5px; text-align: center; border: 1px solid; margin: 5px; }
.subtitle .text {font: bold italic 20px arial; }
.footer { position: relative; top: 45px; background-color: #c9a5a5; padding: 5px; text-align: center; float: left; border: 1px solid; }
.leftbar {margin-right: 10px; margin-top:5px; width: 85px; height: 265px; background-color: #c9a5a5; float: left; border: 1px solid black; padding: 10px;}
.menu {font: bold 16px arial; }
.menu table {width: 100%; }
.menu td {height: 20px; }
.menu a:link {color: #000000; text-decoration:none; }     /* unvisited link */
.menu a:visited {color: #000000; text-decoration:none; }  /* visited link */
.menu a:hover {color: red; text-decoration:underline; }   /* mouse over link */
.menu a:active {color: #000000; text-decoration:none; }   /* selected link */
.items {position: absolute; top: 0px; right: 0px; width: 500px; height: 200px; }
.item {margin: 5px; width: 350px; background-color: #ffffff; float: left; border: 1px solid #000000; }
.item td {padding: 10px; }
.item img {height: 250; border: none;}


