@font-face {
    font-family: Garamond Premier Pro;
    src: url('GaramondPremrPro.otf');
}

@font-face {
    font-family: PT Sans Regular;
    src: url('PTS55F.ttf');
}

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: #fff8f8;
    font-family: Garamond Premier Pro;
}

.indented-text { margin-left: 24pt; }

#wrapper {
    border: none;
    background: #fff3f3;
    width: 80%;
    margin: 30px 10% 0 10%;
    text-align: left;
    border: 1px solid white;
    padding: 20px;
/*    font-family: Optima, Verdana, Helvetica, Arial, Sanserif; */
}

ul.menu {
    float: left;
    font-family: Garamond Premier Pro;
    font-size: 100%;
    margin: 20px 0 0 8px;;
    padding: 0px;
}

a:link {
    color: #a00000;
    text-decoration: none;
}

a:visited {
    color: #a00000;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

.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 {
    padding: 3px 0 3px 0;
}

table.track-listing td.track-number {
    width: 30px;
    text-align: right;
    padding-right: 8px;
}

table.track-listing td a:link,
table.track-listing td a:visited {
    color: black;
}

table.track-listing td a:hover {
    color: red;
}

.row1 {
    background-color: #ffd0d0;
}

.row2 {
    background-color: #ffe0e0;
}

  .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;
  }

h1 {
    font-family: PT Sans Regular;
    font-size: 30px;
    line-height: 30px;
    color: #a00000;
    font-style: normal;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
}

h2 {
    font-family: PT Sans Regular;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    font-style: normal;
    color: #a00000;
    margin-top: 30px;
}

p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 12px 0;
}

  .label {
	font: 12pt/16pt Gill Sans, Helvetica, Arial;
	color: purple;
	text-align: right;
	vertical-align: top;
	padding-right: 12pt;
  }

.centred-image {
    text-align: center;
    padding: 0 0 20px 0;
}

.centred-image img {
    border: 10px solid black;
}

.track-listing {
}

.cover-to-side {
    float: right;
}

div.cover-to-side img {
    width: 200px;
    border: 5px solid black;
}

.image-links {
    text-align: center;
}

.image-links a {
    margin: 0 10px 0 10px;
}

.image-links a:link img {
    border: 1px solid #ffe8e8;
}

.image-links a:visited img {
    border: 1px solid #ffe8e8;
}

.image-links a:hover img {
    border: 1px solid red;
}

table.for-sale {
    margin: 0 0 12px 0;
}

table.for-sale td {
    padding: 1px 10px 1px 10px;
    font-size: 18px;
    vertical-align: middle;
}

table.for-sale td form {
    display: inline;
}

ul.links {
    padding-left: 0px;
}

ul.links li {
    font-size: 18px;
    margin: 0 0 8px 36px;
    list-style-position: inside;
    text-indent: -36px;
    text-align: left;
}

ul.menu li {
    list-style-type: none;
    margin: 3px 0 3px 0;
    padding: 0px 10px 0px 10px;
    text-align: left;
}

ul.menu li a:link {
    color: black;
    text-decoration: none;
}

ul.menu li a:visited {
    color: black;
    text-decoration: none;
}

ul.menu li a:hover {
    color: red;
    text-decoration: none;
}

