
   a {
   text-decoration: none;
   }
   a:link {
   color: #999;
   background: inherit;
   }
   a:visited {
   color: black;
   background: inherit;
   }
   a:active {
   color: green;
   background: inherit;
   }
   a:hover {
   color: black;
   background: inherit;
   Text-decoration: underline;
   }
   
   body {
   font-family: sans-serif;
   margin: 0px 0px 0px 0px;
   background-color: #D8D8D8;
   color: #996633;
   }
   .logofloat {
   position: fixed;
   bottom: 0;
   right: 0;
   }
   .sidemenu {
   margin:10px 0px 0px 0px;
   text-align: left;
   position: fixed;
   top: 10px;
   width: 165px;
   left: 10px;
   right: auto;
   padding-top: 0px;
   color: inherit;
   background-color: white;
   }
   .content {
   text-align: left;
   position: absolute;
   left: 190px;
   top: 10px;
   width: 456px;
   right: auto;
   padding-top: 5px;
   padding-left: 0;
   }
   .sidemenu h2 {
   font-size: 9pt;
   margin: 10px 0px 0px 5px
   }
   #navcontainer ul {
   list-style-type: none;
   text-align: left;
   padding: 0;
   margin: 0px 0px 0px 10px;
   }
   #navcontainer ul li a
   {
   color: #999;
   background: url(http://css.maxdesign.com.au/listamatic/images/list-off.gif) left center no-repeat;
   text-align: left;
   background-position: 0 .4em;
   font-variant: normal;
   text-decoration: none;
   padding-left: .7em;
   }
   #navcontainer ul li a:hover
   {
   color: black;
   background: url(http://css.maxdesign.com.au/listamatic/images/list-on.gif) left center no-repeat;
   background-position: 0 .4em;
   padding-left: .7em;
   }
   #navcontainer ul li a#current
   {
   color: #666;
   background: url(http://css.maxdesign.com.au/listamatic/images/list-active.gif) left center no-repeat;
   background-position: 0 .4em;
   padding-left: .7em;
   }
   .lead_in {
   color: #993333;
   font-weight: bold;
   background: inherit;
   }
   p, ul {
   font-size: 9pt;
   }
   b {
   font-weight: bold;
   color: #993333;
   background: inherit;
   }
   .navdir {
   font-size: 9pt;
   }
   .filmbrief {
   text-align: left;
   }
   .filmbrief h2{
   margin-bottom: 0;
   padding: 0;
   font-size: 10pt;
   color: #993333;
   background: inherit;
   font-weight: bold;
   }
   .filmbrief p {
   margin-left: 10px;
   margin-top: 0;
   margin-bottom: 0;
   text-align: left;
   padding: 0;
   }
   .filmbrief ul {
   list-style: none;
   margin-top: 0;
   margin-left: 10px;
   padding: 0px
   }
   .filmbrief ul li {
   margin: 0px;
   padding: 0px;
   }
   .filmtitle {
   font-size: 20pt;
   font-weight: bold;
   color: #993333;
   background: inherit;
   margin-bottom: 15pt;
   }
   /* begin styles for RSS Feed. This is the most basic style */
   /* to use for a list with no bullets */
   .rss-box {
   width: 100%;
   }
   .rss-title, rss-title a {
   margin: 0px 0;
   padding: 0;
   }
   .rss-items {
   list-style: none;
   margin:0;
   padding:0;
   }
   .rss-item {
   margin-bottom: 1em;
   }
   .rss-item a:link, .rss-item a:visited, .rss-item a:active {
   }
   .rss-item a:hover {
   }
   .rss-date {
   font-size: xx-small;
   }
