/* CSS Document */

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: "Courier New", Courier, mono
}

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #000000;
	
}

p
{
	font-family: "Courier New", Courier, mono
	font-weight: normal;
	color: #EDEBEC;
	line-height: 1em;
	text-align:center
}


li
{
	font-family: "Courier New", Courier, mono
	font-weight: normal;
	color: #EDEBEC;
	line-height: 1em;
	text-align: left;
}

a:link { 
	color: #EDEBEC; 
	font-family: "Courier New", Courier, mono 
	font-size: 0.8em; 
	text-decoration: underline;
	}

a:visited { 
	color: #EDEBEC; 
	font-family: "Courier New", Courier, mono 
	font-size: 0.8em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #EDEBEC;
	font-family: "Courier New", Courier, mono 
	font-size: 0.8em; 
	text-decoration: underline;
	} 

a:hover { 
	color: #EDEBEC; 
	font-family: "Courier New", Courier, mono 
	font-size: 0.8em; 
	text-decoration: underline;
	}
	
h1
{
	font-weight:bold;
	font-family: "Courier New", Courier, mono;
	font-size: 1em;
	color: #EDEBEC;
	margin-top: 15px;
	text-align: left;
	padding-left: 15px;
}

h1.film
{
	font-weight: normal;
	font-size: 1em;
	color: #EDEBEC;
	margin-left: 8px;
  margin-top: 25px;
}

h1.artists
{
	font-weight: normal;
	font-size: 0.9em;
	color: #EDEBEC;
	margin-left: 8px;
  margin-top: 25px;
}

h1.release
{
	font-weight: normal;
	font-size: 0.8em;
	color: #EDEBEC;
	margin-left: 15px;
}

.maintable 
{
	padding-top: 20px;
	background-color: #000000;
	margin-top: 25px;
	margin-bottom: 25px;
}

.menutable 
{
	height: 25px;	
	width: 800px;
	font-size: 0.5em;
	background-color: #000000;
}

.onecolumncell 
{
	width: 800px;
	height: 150px;
	
}
.additionalonecolumncell 
{
	width: 800px;
	height: 20px;
	
}

.twocolumncell 
{
	width: 400px;
	height: 400px;
	text-align:center;
	margin-left: 10px;
	margin-right: 10px;
	
}

.additionaltwocolumncell 
{
	padding-top: 20px;
	width: 400px;
	height: 225px;
	text-align:center;
	border: 1px solid #FFFFFF;
	margin-left: 15px;
	margin-right: 15px;
	
}

.recordsleftcolumncell 
{
	width: 200px;
	height: 200px;
	
}
.recordsrightcolumncell 
{
	width: 600px;
	height: 200px;
	
}
.recordsthreecolumncell 
{
	width: 266px;
	height: 200px;
	
}

p.text
{
	padding-top: 10px;
	font-size: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	color: #EDEBEC;
	text-align: left;
}

p.release
{
	font-size: 0.8em;
	margin-left: 8px;
	color: #FFFFFF;
}

p.index
{
	padding-top: 15px;
	font-size: 0.9em;
	margin-left: 5px;
	margin-right: 5px;
	color: #EDEBEC;
	text-align:center;
}

p.postage
{
	padding-top: 15px;
	font-size: 1.2em;
	margin-left: 5px;
	margin-right: 5px;
	color: #EDEBEC;
	text-align:center;
}

p.twocolumncell
{
	padding-top: 10px;
	font-size: 0.8em;
	margin-left: 15px;
	margin-right: 15px;
	color: #EDEBEC;
}

p.releases
{
	padding-top: 15px;
	font-size: 0.7em;
	margin-left: 5px;
	margin-right: 5px;
	color: #EDEBEC;
	text-align:left;
}

p.footer
{
  padding-top: 5px;
  text-align: center;
	color: #EDEBEC;
	font-size: 0.6em;
}
p.footer2
{
  color: #EDEBEC;
	font-size: 1em;
	}