/* CSS Document */

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

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #000033;
	background-image:url(images/CMMbackgroundsmall.jpg);
}

p
{
	font-family:"Times New Roman", Times, serif
	font-weight: normal;
	color: #C4D280;
	line-height: 1.3em;
	text-align: left;
}


li
{
	font-family:"Times New Roman", Times, serif
	font-weight: normal;
	color: #C4D280;
	line-height: 1.3em;
	text-align: left;
}

a:link { 
	color: #C4D280; 
	font-family:"Times New Roman", Times, serif 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #C4D280; 
	font-family:"Times New Roman", Times, serif 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:active { 
	color: #C4D280;
	font-family:"Times New Roman", Times, serif 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #E1E1E1; 
	font-family:"Times New Roman", Times, serif 
	font-size: 1em; 
	text-decoration: none;
	}
	
h1
{
	font-weight: normal;
	font-family:"Times New Roman", Times, serif 
	font-size: 1em;
	color: #C4D280;
	margin-left: 15px;
	margin-top: 15px;
}

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

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

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

.maintable 
{
	background-color: #000000;
	margin-top: 25px;
	margin-bottom: 25px;
	background-image: url(images/blackbackgroundsmall.jpg)
	}

.menutable 
{
	height: 25px;	
	width: 800px;
	font-size: 0.9em;
	background-color: #000000;
	background-image: url(images/blackbackgroundsmall.jpg);
}

.onecolumncell 
{
	width: 800px;
	height: 400px;
	
}
.additionalonecolumncell 
{
	width: 800px;
	height: 400px;
	
}

.twocolumncell 
{
	width: 400px;
	height: 150px;
	
}

.threecolumncell 
{
	width: 266px;
	height: 150px;
	
}
.additionalthreecolumncell 
{
	width: 266px;
	height: 150px;
	
}

p.text
{
	font-size: 1em;
	margin-left: 15px;
	margin-right: 15px;
	color: #E1E1E1;
}

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

p.gigs
{
	padding-top: 15px;
	line-height:1.8;
	font-size: 0.6em;
	margin-left: 5px;
	margin-right: 5px;
	color: #E1E1E1;
}

p.releases
{
	padding-top: 5px;
	font-size: 0.6em;
	margin-left: 5px;
	margin-right: 5px;
	color: #E1E1E1;
}

p.footer
{
  text-align: center;
	color: #E1E1E1;
	font-size: 0.6em;
}
p.footer2
{
  color: #E1E1E1;
	font-size: 0.8em;
	}