* {
  margin: 0;
  padding: 0;
  font-family: Arial, serif;
  font-size: 18pt; /*color: #666;*/
}

html {
  background-color: #fff;
}

body {
  background-color: #fff; /*color: #f00;*/
}

a {
  text-decoration: none;
}

#mybody {
/*margin: 0 auto;*/
  margin: 70px auto 0;
  width: 1080px;
  height: 600px;
  background: #ccc no-repeat;
  padding: 0;
  color: #fff;
}

#footer {
  background-color: #fff;
  margin: 0 auto;
  width: 1080px;
  height: 60px;
}

#footer table {
  margin: 0 auto;

}

#footer table td, #footer table td a {
  color: #ccc;

}

#footer table td a{
  border-bottom: 1px dashed #ccc;
}

#logo {
  position: relative;
  top: -25px;
  left: 550px;
  background: transparent url("../images/logo.gif") no-repeat;
  width: 405px;
  height: 50px;

}

ul#nav {
  margin-left: 120px;
  margin-top: 60px;
  width: 350px;
  float: left;
}

ul#nav li {
  list-style: none;
  margin-bottom: 30px;
}

ul#nav li a {
  color: #fff;
}

ul#nav li a:hover {
  border-bottom: 2px solid #f00;
}

#nav-desc {
/*border:1px solid #CCCCCC;*/
  float: right;
  height: 343px;
  margin-right: 75px;
  margin-top: 60px;
  width: 482px; /*background: transparent url("../images/navdescbg.gif") no-repeat;*/
/*opacity:0.5;*/
  color: #000;
  padding: 25px;
}

#nav-desc #title {
  font-style: italic;
  color: #000;
}

#nav-desc #tc {
  height: 260px;
  overflow: auto; /*color: #fff;*/
  font-size: 80%;
  width: 95%;
}

#nav-desc #tc a {
  color: #000;
  text-decoration: none;
}

/* flickr tag cloud css*/
p#TagCloud, p#TagCloud a {
  padding: 0;
  margin: 0;
  font-size: 85%;
  color: #000;
  width: 400px;
}

.music-title {
  font-size: 80%;
}

small {
  font-size: 70%;
  padding-left: 5px;
}