/* @override 
	http://www.edwardcaine.com/style.css
	http://www.latemusicfestival.org.uk/edd/style.css
	http://localhost/festival2008/style.css
	http://localhost/festival2008/redesign/style.css
	http://www.edwardcaine.com/piano/style.css
*/

body, td, th
{
	font-family: Helvetica, Arial, Geneva;
	text-align:left;
	font-size:12px;
	background: #fff repeat-x;
	color: white;
}
a
{
	color: #fdffc6;
	text-decoration: none;
}
a:link
{
	color: #fdffc6;
	font-weight:normal;
}
a:visited
{
color: #fdffc6;
}
a:hover
{
	color: #fdffc6;
}
a:active
{
	color:white;
}
h1
{
	font-size:24px;
	color:white;
	font-weight:normal;
	margin-top: 0px;
	margin-bottom: 10px;
	
}
h2
{
	font-size: 16px;
	color: white;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
}
h3
{
	font-size:12px;
	font-weight:normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:black;
}
h4
{
	font-weight:normal;
	font-size: 14px;
	padding: 10px;
}
h5
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #ccc;
}
b
{
	color:black;
}
table
{
	background: transparent;
}
tr
{
	background: transparent;
}
td
{
	background: transparent;
	vertical-align: top;
}
td a:hover
{
	color: grey;
}
.composer
{
	color: #ccc;
}
.player
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.wrapper
{
	width: 1000px;
	height: 536px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background: #000 url(images/edd.jpg) no-repeat right;
}
.text
{
	width:730px;
	height: 476px;
	
}
.desc
{
	background-color: #333;
	padding: 20px;
	height: 396px;
	overflow: auto;
}
.wedsdesc
{
	background-color: rgba(51,51,51,0.74);
	padding: 10px;
	height: 416px;
}
.navigator
{
	height: 35px;
}
.gig
{
	border-left: 10px solid white;
	margin-bottom: 20px;
	background: #666;
	
}
.gigdesc
{
	color: #ccc;
}
.main
{
	padding-left:33px;
	padding-right: 180px;
	height: 440px;
	overflow: hidden;
}
.wedsmain
{
	padding-left:33px;
	padding-right: 0px;
	height: 440px;
	overflow: hidden;
	
}
.wedsmain table tr td
{
	
	padding-right: 0px;
	color: grey;
	font-size: 12px;
	overflow: hidden;
	
}
.bottom
{
	
	height: 40px;
	text-align: left;
	padding-right: 100px;
	padding-left: 30px;
	font-size: 40px;
	color: white;
	overflow: hidden;
}
/* @group Navigation menu top */

.navbg{
	
	height:25px;
	
	padding-left:0px;
	padding-right:0px;
	overflow:hidden;
}

#navcontainer ul
{	
	margin:0px;
	list-style-type: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	padding-top:8px;
	padding-bottom:4px;
	display:block;
	
	overflow:hidden;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	width:90px;
	padding-top:2px;
	padding-bottom:4px;
	
	
	background-position:center;
	background-repeat:no-repeat;
	width:100px;
	float:left;
	overflow:hidden;


}
#navcontainer ul li a:hover
{
 color: grey;
	
}

/* @end */

#navcontainer ul li a:hover
{
	color:white;
	
	background-position:center;
	background-repeat: no-repeat;
	text-decoration:none;
	overflow:hidden;

}