html {
 height: 100%;}
 
body {
 margin:0;
 padding:0;
 background: #000;
 font-family: Arial;
 font-size: 12px;
 color: #ccc;} 
 
a { 
 font-weight:bold;
 color: #ccc;
 text-decoration:none;}

a:hover {
 text-decoration:underline;}

#top {
 height: 29px; width: 100%;}

#slogan {
  height: 100px; width: 100%; background-image: url('images/slogan.jpg'); background-repeat: no-repeat; top: 0; left: 0;}
  
#navlist { 
  float: left; width: 125px; height: 200px; margin-top: 50px; margin-left: 0px;}

#navlist ul {
 list-style: none;}

#navlist li a{
 display: block;
 height: 5px;
 width: 100px; 
 padding-top: 20px;
 margin: 3px;
 background: inherit;
 color: #ccc;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #ccc;}
 
#navlist li .active {
 color: #ccc;}
 
#flashcontent {
 float: left; width: 800px; height: 500px; padding-top: 0px;}