* {
  margin: 0;
  padding: 0;
}

body {
  background: url("Images/Other/back1.gif") repeat;
  text-align: center;
  font: normal 11px/18px verdana, arial, tahoma, sans-serif;
  color: #333;
}

ul, li {
  margin: 0;
  padding: 0;
}

#Wrapper {
  width: 760px;
  background: #fff url("Images/Other/sidebar.gif") repeat-y;
  background-position: 0 0;
  border: solid 10px #fff;
  position: relative;
  margin: 0 auto;
  margin-top: 25px;
  text-align: left;
}

#Current {
  float: left;
  width: 150px;
  height: 200px;
  padding-top: 20px;
  background-color: #000;
  text-align: center;
}
#Current a {
  color: #fff;
  text-decoration: none;
}
#Current div {
  border: 1px solid #999;
  margin:3px;
  padding: 3px;
}

#Pic {
  height: 220px;
  margin-left: 155px;
}
#Pic div {
  text-align: center;
  padding-top: 50px;
}

#SidebarTop h1 {
  float: left;
  width: 150px;
  border-right: 7px solid #fff;
}

#Sidebar {
  width: 140px;
  background-color: #ccc;
  float: left;
  position: relative;
  font: normal 10px/18px verdana, arial, tahoma, sans-serif;
  padding: 5px;
  text-align: center;
}

#Sidebar div.Image {
  border: 1px solid #bbb; border-right: 2px solid #999; border-bottom: 2px solid #999;
  margin-top: 20px;
  padding-top: 3px;
}

#Subscribe {
  margin: 0 auto;
  width: 15em;
  text-align: center;
}

#Content {
  margin-left: 160px;
}

#EmailMe {
  text-align: center;
  margin: 10px 125px; padding: 5px;
  border: 1px solid black;
  background-color: #fc6;
}

#OtherPodcasts h3 {
  text-align: center;
  margin-top: -15px;
}

#AMPed h3, #AMPed p {
  text-align: center;
  margin-top: -15px;
}

#FullListing {
  text-align: center;
  margin-left: 185px;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #333;
  width: 50%;
}

#Archive {
  background-color: #fff;
}

#Archive div.Image {
  border: 1px solid #ccc; border-right: 2px solid #999; border-bottom: 2px solid #999; 
  float: left;
  position: relative;
  width: 145px; height: 180px;
  text-align: center;
  margin: 1em 0 0 3px;
  display: inline;
  line-height: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
  background-color: #333;
  text-align: center;
}
h1 {
  font: bold 20px/30px arial, verdana, tahoma, sans-serif;
  color: #ff6;
  letter-spacing:0.1em;
}
h2 {
  font: bold 16px/30px arial, verdana, tahoma, sans-serif;
  color: #fff;
  letter-spacing:1.3em;
}
h3 {
  font: bold 14px/30px arial, verdana, tahoma, sans-serif;
  color: #fff;
  letter-spacing:0.4em;
}
h4 {
  font: normal 12px/30px arial, verdana, tahoma, sans-serif;
  letter-spacing: 0.3em; word-spacing: 0.5em;
  color: #fff; 
  letter-spacing:0.5em;
}

p {
  margin-bottom: 20px;
}

p:first-line {
  font-weight: bold;
}

a { text-decoration: none; }
a img { border: 1px solid #fff; }
a:visited { color: #f30; }
a:hover { color: #666; background-color: #ffc; }
div#Current a:hover { color: #000; background-color: #ffe; }
a:hover img { border-color: #999; }

ul { margin-left:20px; }

.Center { text-align: center; }
.Clear  { clear: both; }
.InlineDisplay { display: inline; }
.RuleSpacer { margin: 20px auto; }
