body {
  background-color: #E1E1E1;
  color: #353C42;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Arial, sans-serif;
  font-size: medium;
  }

/* LAYOUT */

#content {
  position: relative;
  padding: 0px;
  background-image: url(../graphics/content.png);
  margin: 0px auto 0px auto;
  width: 698px;
  text-align: left;
  top: 0px;
  }
#header {
  position: relative;
  padding: 10px 0px 5px 0px;
  top: 0px;
  left: 4px;
  width: 690px;
  background-color: #81A7BC;
  color: #0C355F;
  text-align: center;
  }
#navigation {
  position: relative;
  padding: 5px 0px 5px 0px;
  top: 0px;
  left: 4px;
  width: 690px;
  color: #204973;
  background-color: #81A7BC;
  }
  #navigation ul {
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
  } 
  #navigation ul li {
  padding: 5px;
  list-style: none;
  display: inline;
  }
  #navigation ul li a:visited {
  text-decoration: none;
  }
  #navigation ul li a:hover {
  color: #FFFFFF;
  background-color: #81A7BC;
  text-decoration: none;
  }
  #navigation ul li.active {
  color: #204973;
  background-color: #FFFFFF;
  list-style: none;
  display: inline;
  }
  #navigation ul li.active a:hover {
  color: #204973;
  background-color: #FFFFFF;
  text-decoration: none;
  }
#main {
  padding: 20px;
  }
#slide {
  position: relative;
  padding: 5px 0px 5px 0px;
  top: 0px;
  left: 4px;
  width: 690px;
  text-align: center;
  }
  #slide p {
  padding: 0px 20px 0px 20px;
  }
div.tile {
  background-color: #FFFFFF;
  color: #000000;
  float: left;
  padding: 10px;
  width: 180px;
  margin: 10px;
  border: 1px
  solid #000000;
  text-align: center;
  }
#footer {
  position: relative;
  padding: 10px 0px 10px 0px;
  top: 0px;
  left: 4px;
  width: 690px;
  background-color: #81A7BC;
  color: #204973;
  text-align: center;
  font-size: small;
  }
div.indent {
  margin-left: 30px;
  }
div.thumb {
  float: left;
  padding: 5px;
  margin: 5px;
  text-align: center;
  }
div.spacer {
  clear: both;
  }
.left {
  float: left;
  margin: 0px 10px 10px 0px;
  }
.right {
  float: right;
  margin: 0px 0px 10px 10px;
  }

/* LISTS */
ul.listMajor {
  font-weight: bold;
  list-style-type: none;
  }
ul.listMinor {
  font-weight: normal;
  list-style-type: circle;
  }
.musicArtists {
  list-style-type: decimal;
  font-weight: bold;
  }
.musicAlbums {
  list-style-type: none;
  font-weight: normal;
  }
.musicSongs {
  list-style-type: none;
  }

/* TABLES */

.rowhead {
  color: #FFFFFF;
  background-color: #353C42;
  }
.rowcolor {
  color: #353C42;
  background-color: #95BBD0;
  }

/* LINKS */

a {
  font-weight: bold;
  }
  a:link img, a:visited img {
  border: 2px solid #FFFFFF;
  }
  a:hover img {
  border: 2px solid #81A7BC;
  }
  a:link {
  color: #204973;
  background-color: transparent;
  text-decoration: none;
  }
  a:visited {
  color: #204973;
  background-color: transparent;
  text-decoration: none;
  }
  a:hover {
  color: #204973;
  background-color: transparent;
  text-decoration: underline;
  }

