html,body {
  text-align:left;
  margin:0;
  padding:0;
  height:100%;
  color:#fff;
  width:1180px;
  background-color:#000;
  font:.9em verdana, arial, sans-serif;
  }
img {
  border:0;
  }
a {
  text-decoration:underline;
  color:#f00;
  }
a:hover{
  color:#c00;
  } 
h1, h2, h3, h3, h4, h5, h6 {
  color:#a00;
  font-style:italic;
  }
ul {
  list-style-type:none;
  }
#nav {
  width:130px;
  overflow:hidden;
  float:left;
  }
#menu {
  list-style-type:none;
  margin:0;
  padding:0;
  }
#menu li a, #menu li a:visited, #menu li a:active{
  font:1em verdana, arial, sans-serif;
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  }
#menu li a:hover{
  color:#c00;
  text-decoration:underline;
  }
#content {
  margin-left:135px;
  margin-right:-6px; /* IE6 float drop fix */
  }
img {
  border:0;
  }
p {
  text-indent:10px;
  }
#footer {
  clear:both;
  text-align:center;
  margin: 20px auto 20px 250px;
  }
table td {
  padding:10px;
  }
.red {
  color:#c00;
  font-style:italic;
  }
.blue {
  color:#00c;
  }
#slides {float:left; padding:20px;}
.gallery {padding:20px}
fieldset {
  width:350px;
  }
legend {
  color:#ccf;
  }
#members{
  width:auto;
  margin:20px auto 5px auto;
  }
.spacer{width:50px;}
#links{text-align:justify;}

/* Gallery images list */
#imagelist{
  height:480px;
  width:250px;
  margin-right:700px;
  overflow:auto;
  }
/* Gallery image */
#image {
  float:right;
  margin-top:10px;
  margin-left:-600px;
  }
