@font-face {
  font-family: "RemoteEssays1743";
  src: url( fonts/RemoteEssays1743.ttf ); /* IE */
  src: local("Essays1743"), url( fonts/RemoteEssays1743.ttf ) format("truetype"); /* non-IE */ 
}

@font-face {
  font-family: "Hill House";
  src: url( fonts/Hill House.ttf ); /* IE */
  src: local("Hill House"), url( fonts/Hill House.ttf ) format("truetype"); /* non-IE */ 
}

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #faffc7;
}

img {
	border: none;
}

#content {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.header {
	background-color: black;
	padding: 5px 0;
	color: #faffc7;
	border-bottom: 1px solid #000;
}
.header table {
	width: 100%;
}
.header td {
	vertical-align: middle;
	border: 0 solid yellow;
}
.header a:hover,
.header a.selected,
.header .nav .breadcrumbs a:hover {
	color: #faffc7;
}

.nav {
	text-align: center;
}
.nav a {
	text-align: center;
	font-family: Helvetica, sans-serif; 
	color: #b67d63;
	letter-spacing: 0px;
	text-decoration: none;
}
.nav {
	border-top: 0px solid #831b18;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.nav td {
	padding: 0 2em;
}

.nav .breadcrumbs {
	width: 90%;
	text-align: left;
	color: #b67d63;
}
.nav .breadcrumbs a {
	text-decoration: none;
	border-bottom: 0px dotted #b67d63;
	font-family: Helvetica, sans-serif;
}
.nav .breadcrumbs a.apps {
	color: #b67d63;
}

.nav .breadcrumbs span {
	color: #b67d63;
	font-family: Helvetica, sans-serif;
}

table.apps {
	width: 90%;
	margin-left: 2em;
}
table.apps td {
	vertical-align: top;
}

.malt-whisky,
.masterpiece,
.masterpiece_hd {
	margin: 3em auto;
	padding: 1em 0 0 0;
	text-align: center;
	vertical-align: top;
}

.malt-whisky img,
.masterpiece img {
	padding-bottom: 0em;
}


.malt-whisky {
	font-family: RemoteEssays1743, Helvetica, Trebuchet MS, Gill Sans, sans-serif; 
	color: #faffc7;
	font-size: 150%;
	line-height: 1.2em;
}

.malt-whisky a {
	font-family: RemoteEssays1743, Helvetica, Trebuchet MS, Gill Sans, sans-serif; 
	color: #b67d63;
	line-height: 1.2em;
	text-decoration: none;
}	


.malt-whisky p {
	color: #faffc7;
}

.masterpiece,
.masterpiece a {
	font-family: Helvetica, Trebuchet MS, Gill Sans, sans-serif; 
	font-size: 18px;
	background-color: #000;
	text-align: center;
	color: #555;
	text-decoration: none;
}

.masterpiece_hd,
.masterpiece_hd a {
	font-family: "Hill House", Helvetica, Trebuchet MS, Gill Sans, sans-serif; 
	font-size: 18px;
	background-color: #000;
	color: #555;
	line-height: 28px;
	text-decoration: none;
}


img.appstore {
	padding-bottom: 3em;
}

.footer {
	margin: 4em auto;
	text-align: center;
	padding: 0.4em;
}

.footer a {
	color: #aaa;
	text-decoration: none;
}

.footer a:hover {
	color: #ddf;
}


