@charset "iso-8859-1";
<!--

@font-face {
  font-family: "FuturaMediumItalic";
  src: url(http://www.jeromeleroy.com/FuturaMediumItalic.ttf) format("truetype");
}

@font-face {
  font-family: "FuturaMedium";
  src: url(http://www.jeromeleroy.com/FuturaMedium.ttf) format("truetype");
}

             
@font-face {
  font-family: "SnellRoundhand";
  src: url(http://www.jeromeleroy.com/SnellRoundhand.ttf) format("truetype");
}

/* General */
	html, body {
		color: #323431;
		height:100%;
		margin: 0; 
		padding: 0;
		font-family: FuturaMedium, Helvetica, sans-serif;
		}

/* General - Links */
	a:link, a:active, a:visited {
		text-decoration:none;
		font-weight:bold;
		color:#e8730a;
	}
	a:hover {
		text-decoration:underline;
		color:#e44513;
	}
	.iconstext:link, .iconstext:active, .iconstext:visited {
		font-size:9px;
		color:#000000;
		font-weight:normal;
	}
	.iconstext:hover {
		text-decoration:underline;
	}

/* General - Images */
	img {
		border:0;
	}
	
/* General - Text */
	p {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	h1 {
		margin-top:25px;
		margin-bottom: 10px;
		color: #565954;
		text-align: center;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-weight: bold;
		font-family: FuturaMedium, Helvetica, sans-serif;
		font-size: 1.2em;
	}
	h2 {
		margin-top: 15px;
		margin-bottom: 5px;
		font-size: 1.8em;
		text-align: center;
		color: #d95421;
		font-family: SnellRoundhand, serif;
	}
	.bold {
        font-weight:bold;
	}
	.italic {
        font-style:italic;
	}
	.underline {
        text-decoration:underline;
    }


	div.spacer {
		clear: both;
		font-size:0.1em;
		margin-top:25px;
	}

	.header {
		margin-left:auto;
		margin-right:auto;
		width:450px;
		height:131px;
	}
	
	.new {
		text-style:bold;
		color:red;
		font-size:0.5em;
	}

/* Tables */
	.media {
		margin-left:auto;
		margin-right:auto;
		font-family:Georgia, serif;
		font-size:0.9em;
	}
	.media_title {
		text-align:right;
		padding-right:10px;
		width:220px;
	}
	.media_flash {
		padding-left:10px;
		width:220px;
	}
	.icons {
		padding:0;
		margin:0;
		text-align:center;
		font-family:Verdana;
		font-size:0.6em;
		width:225px;
		margin-right:auto;
		margin-left:auto;
	}
	#icons_row1 td {
		width:45px;
		height:30px;
		padding:0;
		margin:0;
	}
	#icons_row2 td {
		padding:0;
		margin:0;
	}
	.credits {
		border-spacing: 0px 0px;
		border-style: solid;
		border-right-width: 0px;
		border-color: #5d625b;
		border-left-width: 1px;
		border-bottom-width: 1px;
		border-top-width: 0px;
		margin-right: auto;
		margin-left: auto;
		padding: 0px;
		text-align: center;
		color: #323431;
		font-size: 0.8em;
		font-family: FuturaMedium, Helvetica, sans-serif;
	}
	.title {
		border-style: solid;
		border-left-width: 0px;
		border-bottom-width: 0px;
		border-color: #5d625b;
		border-right-width: 1px;
		border-top-width: 1px;
		margin: 0px;
		text-align: left;
		padding: 6px;
		font-family: FuturaMediumItalic, Helvetica, sans-serif;
		font-style:italic;
		width: 200px;
		background-color: white;
		vertical-align:top;
	}
	.year {
		border-style: solid;
		border-left-width: 0px;
		border-bottom-width: 0px;
		border-color: #5d625b;
		border-right-width: 1px;
		border-top-width: 1px;
		margin: 0px;
		background-color: white;
		padding: 6px;
		width: 100px;
		vertical-align:top;
	}
	.genre, .composer {
		border-style: solid;
		border-color: #5d625b;
		border-left-width: 0px;
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 0px;
		margin: 0px;
		padding: 6px;
		width: 200px;
		background-color: white;
		vertical-align:top;
	}
	.composer span {
		display:block;
	}
	.prod {
		border-style: solid;
		border-color: #5d625b;
		border-right-width: 1px;
		border-left-width: 0px;
		border-bottom-width: 0px;
		border-top-width: 1px;
		margin: 0px;
		padding: 6px;
		width: 200px;
		background-color: white;
	}
	.prod span {
		display:block;
	}
	.disclaimer {
		font-family: FuturaMedium, sans-serif;
		letter-spacing: 1px;
		color: #5d625b;
		font-size: 0.6em;
		text-align: center;
		margin-top:2px;
	}
	
/* Bottom */
	#infowebsite {
		margin-right:auto;
		margin-left:auto;
		margin-top:40px;
		text-align:center;
		width:620px;
		font-family:Verdana;
		font-size:0.6em;
	}
	
	
-->