html {
  background-color: #1E1E1E;
}
body {
  color: #EEEEEE;
  font-family: arial;
  font-size: 12px;
  padding: 32px 0;
}
h1.header {
  margin: 0 0 3px 360px;
  text-align: center;
  width: 600px;
}
h2 {
  margin-bottom: 10px;
}
h3 {
  color: #9B5CA2;
  font-size: 15px;
  font-weight: bold;
}
p {
  margin-bottom: 15px;
}
a {
  color: #D0ACD1;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}
.navigation {
  background-image: url(../images/layout/header.gif);
  background-color: #412A4A;
  background-position: top left;
  background-repeat: no-repeat;
  height: 145px;
  padding: 10px 0 0 0;
}
ul.menu {
  color: #D0ACD1;
  list-style: none;
}
ul.menu li a {
  color: #D0ACD1;
  cursor: pointer;
  font-size: 38px;
  text-decoration: none;
}
ul.menu li {
  background-image: url(../images/links/pipe.gif);
  background-position: right 4px;
  background-repeat: no-repeat;
  float: left;
  padding: 0 20px 0 8px;
}
ul.menu li.first {
  padding-left: 0;
}
ul.menu li.last {
  background-image: none;
  padding-right: 0;
}
.main {
  width: 1010px;
}
.left-column {
  float: left;
  margin: 20px 0 0 0;
  width: 360px;
}
.right-column {
  float: left;
  width: 600px;
}
.content {
  background-image: url(../images/layout/pattern.gif);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 50px 0 10px 0;
  padding: 0 0 54px 0;
  width: 600px;
}
.navCon {
  margin-left: 360px;
  text-align: center;
  width: 600px;
}
.copyright {
  color: #AAAAAA;
  font-size: 11px;
  margin: 0 0 11px 0;
  text-align: center;
  width: 600px;
}
.icons {
  text-align: center;
  width: 600px;
}
.menuBx {
  margin: auto;
  width: 580px;
}
.gallery {
  margin: 0 0 25px 0;
}
.gallery a {
  background-image: url(../images/gallery/frame.gif);
  background-repeat: no-repeat;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  padding: 3px 2px 0px 3px;
}
img.album {
  float: left;
  margin: 0 20px 0 0;
}
.discography {
  float: left;
}
.discography ol li {
  list-style: decimal;
  margin: 0 0 0 30px;
}
.entry {
  margin: 0 0 25px 0;
}
.entry h3 {
  margin-bottom: 3px;
}
.author {
  color: #8E8E8E;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1px;
}
.author a {
  color: #776577;
}