* {
  margin: 0;
  padding: 0;
}

body {
	background: #0000c0 url('images/background.jpg') no-repeat bottom right;
	background-attachment: fixed;
	font-size: 12px;
	font-family: Verdana;
}

img {
  border: 0;
}

p {
  margin-bottom: 20px;
}

a  {
  color: #1c52c8;
}

a:hover {
  color: #728ffa;
}

#shades_of_blue {
  position: absolute;
  top: 5%;
  left: 5%;
}

#records {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

#sob_entertainment {
  position: absolute;
  top: 5%;
  right: 10%;
}

#subhead, #subhead pre {
  position: absolute;
  top: 45%;
  right: 10%;
  width: 80%;
  color: white;
  font-family: Times New Roman;
  font-size: 35px;
  text-align: right;
}

#navigation1 {
  position: absolute;
  width: 200px;
  bottom: 12%;
  right: 40%;
  
}

#navigation2 {
  position: absolute;
  width: 200px;
  bottom: 12%;
  right: 20%;
}

#navigation1 li, #navigation2 li {
  display: inline;
  padding: 10px;
}

#navigation1 a, #navigation2 a {
  color: #1848fa;
  text-decoration: none;
  background-image: url(images/dot.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 30px;
  font-family: Times New Roman;
}

#navigation1 a:hover, #navigation2 a:hover {
  color: #728ffa;
  background: url(images/dot.png) bottom left no-repeat;
}

#logo {
  position: absolute;
  left: 50px;
  top: 25px;
}

#title {
  font-family: Times New Roman;
  font-size: 50px;
  color: #728ffa;
  font-style: italic;
  font-weight: bold;
  position: absolute;
  left: 180px;
  top: 100px;
}

#title a {
  font-size: 12px;
  color: #728ffa;
}

#title a:hover {
  color: white;
}

#content {
  height: 300px;
  position: absolute;
  top: 180px;
  left: 50px;
  width: 90%;
}

#content_box {
  width: 60%;
  height: 100%;
  background: white;
  overflow: scroll;
  padding: 20px;
  border: solid #0817b5 5px;
}

.mp3_list {
  float: left;
  width: 180px;
  padding: 20px;
}

.mp3_list img {
  width: 100px;
  height: 100px;
}

.mp3_list h1 {
  font-size: 24px;
  color: #b00000;
  margin: 5px 0;
  font-family: Times New Roman;
  font-style: italic;
}

.product {
  width: 150px;
  text-align: center;
  font-size: 16px;
  color: #b00000;
  font-weight: bold;
  float: left;
  margin-right: 50px;
}

#merchandise_note {
  width:300px;
  position:absolute;
  bottom:50px;
  left:50px;
  color:yellow;
  font-weight:bold;
}

#merchandise_note a {
  color: yellow;
}

#page_index {
  font-size: 16px;
  list-style-type: none;
}

#page_index li {
  display: inline;
  padding: 0 5px;
}

#page_index a {
  color: yellow;
}

#page_index .current_page {
  color: #b00000;
  font-weight: bold;
}

.nick_background {
  height: 100%;
  background-image: url('images/nick.png');
  background-repeat: no-repeat;
  background-position: 80% 10%;
}

.text_on_background, .text_on_background a {
  color: white;
  font-family: Times New Roman;
  font-size: 30px;
  text-align: center;
}