html { height: 100% } 
body { min-height: 101%; 
text-align:left;      
margin: 0px;
padding: 0px;
font-family: times, Verdana, sans-serif;
color: #ffffff;
background-color: #9D1F2B;
background-image: url("images/blend.jpg");
background-repeat: repeat-x;
font-size: 15pt;
}

a {
color: #ffffff;
text-decoration: none;
font-size: 13pt;
font-weight: bold;
}

table {
border: 0;
margin: 0;
padding: 0;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}

img {
border: 0;
padding: 0;
margin: 0;
}

h1,h2 {
text-align: center;
margin: 0px auto 10px;
padding: 0px;
}

h1 {
font-size: x-large;
}

h2{
font-size: large;
}

#container {
text-align: left;
width: 1000px;
margin: 0px auto;
}

#menu {
 text-align: left;
 width: 24%;
 margin: 0;
 padding: 0;
 float: left;
 font-weight: normal;
 font-size: small;
 background-image: url("images/shadow.jpg");
 background-repeat: no-repeat;
}

ul { 
list-style-type: none;
margin: 0px;
padding: 0px;}

li {
background-image: url("images/button.jpg");
background-repeat: no-repeat;
margin: 1px;
padding: 3px 10px;
}

#content {
 width: 75%;
 float: right;
 margin: 0;
 text-align: center;
}

#content p {
text-align: justify;
margin: 0px;
padding: 5px 0 5px 0;
}

#piclist {
font-size: small;
}

.cds a{
text-decoration: underline;
font-size: small;
font-size: 11pt;
}

table.filmbox {
margin:0 auto;
padding: 0;
border: 4px dotted #ffcc99;
}