body {
/*
    background-image: url(images/West_Cairn_Hill_square_with_sun.jpg);
    background-repeat: repeat;
    background-position: left top;
*/
    text-align: center;  /* for IE */
    padding-bottom: 20px;
    background: #D0E0F0;
}

.indented-text { margin-left: 24pt; }

#wrapper {
    border: 1px solid grey;
    width: 1000px;
    margin: 30px auto 0 auto;
    text-align: left;
    background: rgba(255, 255, 255, 0.65); /* IE cannot cope with this */
    padding: 20px;
    font-family: Optima, Verdana, Helvetica, Arial, Sanserif;
}

  .important { font-weight: bold; }

table {
    margin-left: 0px;
    margin-right: 0px;
}

table.track-listing {
    width: 400px;
    margin-left: 0px;
    margin-right: 0px;
}

table.track-listing td.track-number {
    width: 30px;
    text-align: right;
    padding-right: 8px;
}

.row1 {
    background-color: rgb(152, 162, 172);
}

.row2 {
    background-color: rgb(170, 180, 190);
}

  .address {
	font: 9pt/14pt Verdana, Helvetica, Arial, Sanserif;
	color: black;
        margin-left: 20px;
  }

  .indented {
        margin-left: 20px;
  }

  .text-in-table {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
  }

  .indented {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
  }

ul {
    text-align: left;
    font: 14/16pt Georgia, Times, serif;
}

ol { }

li {
    margin-top: 10px;
    margin-left: 0px;
    text-align: left;
}

td {
  vertical-align: center;
}

h1 {
    font-size: 22px;
    line-height: 26px;
    color: #500028;
    font-weight: normal;
    margin-top: 14px;
}

h2 {
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    color: #500028;
    font-weight: normal;
    margin-top: 20px;
}

p {
    color: black;
    text-align: left;
    font: 14/16pt Georgia, Times, serif;
}

a:link    { color: #900000; text-decoration: none; }
a:visited { text-decoration: none; color: #900000; }
a:hover   { text-decoration: none; background-color: pink; }

td a:link {
    color: black;
    text-decoration: none;
}
td a:visited {
    text-decoration: none;
    color: black;
}
td a:hover {
    text-decoration: none;
    background-color: #FF4040;
}

  .label {
	font: 12pt/16pt Gill Sans, Helvetica, Arial;
	color: purple;
	text-align: right;
	vertical-align: top;
	padding-right: 12pt;
  }

.centred_image {
    margin: 0 auto 0 auto;
    width: 50%;
    border: 10px solid black;
}

.track-listing {
}

.cover-to-side {
    float: right;
}

div.cover-to-side img {
    width: 200px;
    border: 5px solid black;
}
