      #main {
        border: 1px solid white;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding: 5px;
      }
      #header {
        background-color: white;
	background-image: url(/images/grass-corner-light-sm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100px;
	margin:0;padding:0;
      }
      #content {
        background: white;
	top: 0;
	padding: 0;
	margin:0;
	border:1px solid white;
      }
      #banner {
        position: absolute;
      }
      #top-menu {
        position: relative;
	text-align: right;
	color: black;
	right: 5px;
	top: 2px;
      }
      #top-menu a {
	color: black;
	text-align: justify;
      }
      #rightbox {
        top: 0;
	border-top: 1px solid #5F7EA3;
	width: 490px;
	right: 0;
	left: 210px;
	position: relative;
      }
      #imgline {
      float: right;
      clear: right;
      }
      #header-text p {
        text-align: right;
        vertical-align: baseline;
	position:relative;
	bottom:0;
	right: 100px;
	top:40px;
	font-family: verdana, arial, sans-serif;
	font-size: 150%;
      }
      #header-text img {
        position:relative;
	bottom:0;
	right:0;
	left:500px;
	top:50px;
      }
      #header-text h1 {
        /* This never displays visually; it's just a structural marker */
        display: none;
	visibility: hidden;
      }
      h1,h2,h3,h4 {
        font-family: verdana, arial, sans-serif;        
	font-size:1.5em;
      }
      h2 {
        font-weight: normal;
	font-size: 1.5em;
      }
      #mainlist {
        padding-left: 30px;
	padding-right: 60px;
      }
      .albumtitle {
        float: left;
      }
      .albumdesc {
        clear: left;
      }
      .albumcover {
        float: right;
      }
      .album {
        vertical-align: top;
	text-align: top;
      }
      #mainlist li {
        list-style: none;
      }
      .albumtitle {
        color: #CB6D19;
	vertical-align: top;
      }
      .subtitle {
        font-weight: normal;
	font-family: verdana, arial, sans-serif;
	font-size: .75em;
      }
      #songs h3 {
        font-size: 1em;
	line-height: 0;
      }
