/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	border: 0;
}
* {
	margin: 0px;
	padding: 0px;
}

/* 
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 10px;
	line-height: 1.2;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	background-image:url(../images/backgrounds/bodybackgroundsliver.png);
	background-repeat: repeat-x;
	background-color:#353535;
}
a {
	color:#999;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
} 
h1 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	margin: 10px 0px;
	padding: 0px;
	color:#FFF;
	text-transform:none;
}
h2 {
	font-size: 16px;
	font-weight:bold;
	margin: 10px 0px;
	padding: 0px;
	color:#CCCCCC;
	text-transform:none;
}
	h3 {
	font-size: 14px;
	font-weight:900;
	margin: 10px 0px;
	padding: 0px;
	color:#999;
	text-transform:none;
}

	p2 {
	font-size: 14px;
	font-weight:100;
	margin: 10px 0px;
	padding: 0px;
	color:#66C;
	text-transform:none;
}	
		
p {
	margin: 0 0 10px 0;
	
}
small {
	font-size: 9px;
	line-height: 1.2;
}
strong {
	font-weight: bold;
}

/* 
-----------------------------------------------------------------------------
LAYOUT: Global (cascading order)
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: 0px auto;
	text-align: left;
	background-color:#000000;
	width: 700px;
	padding: 1px 0px;
}
#page {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 700px;
	padding: 1px 0px;
	background-color:#000000;
	background-image:none;
}
#footer {
	position:relative
	margin: 0px auto;
	width: 700px;
	background-color:#000000;
	color:#CCCCCC;
	height: 30px;
	padding: 0px 0px 0px 0px;
}
/* 
-----------------------------------------------------------------------------
HEADER CSS
-----------------------------------------------------------------------------*/
#header {
	background-image:none;
	background-repeat:repeat-x;
}
	/* 
	-----------------------------------------------------------------------------
	Menu CSS
	-----------------------------------------------------------------------------*/
	#menu {
		margin-top: 20px;
		padding: 8px;
		font-size: 11px;
		text-align: center;
		background-color:#000000;
		text-transform:none;
		font-weight:400;
		background-color:#000000;
		background-image:none;
		background-repeat: repeat-x;
		border: 1px solid #999;
		border-width: 1px 0px;
	}
	#menu li {
		list-style: none;
		display: inline;
	}
	#menu a {
		color:#FFFFFF;
		text-decoration: none;
		padding: 0px 10px;
	}
	#menu a:hover {
		color:#66C;
	}

/* 
-----------------------------------------------------------------------------
PAGE CSS
-----------------------------------------------------------------------------*/
#content {
	padding: 1px 30px 20px;
}


/* for Internet Explorer */
/*\*/
* html #page {
	height: 520px;
}
#video {
	position: relative;
	border: 3px solid #FFF;
	width: 649px;
	height: 365px;
	left: -8px;
}
img {
	border: 4px solid #FFFFFFd;
	
}
img-a {
	border: thick #FFFFFF;
}
#container {
	position: relative;
	margin-top: 20px;
}
#left-column {
	width: 450px;
}

#left-columndvd {
	width: 450px;
	margin-left: 20px;
}

#right-column {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 144px;
}
#right-column2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
	margin-right:50px;
	margin-top:80px;
}

#left-columnrep {
	width: 450px;
	margin-left:35px;
}

#right-columndvd {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 205px;
}


.quote {
	font-size: 12px;
	padding: 5px;
	margin-bottom: 30px;
	color:#999999;
	font-style: italic;
}
#repertoireimage {
	float:right;
	padding:10px;

}
#songs {
	position:relative;
	right:inherit;
}
#song1 {
	width:150px;
	text-align:center;
	position:relative;
}
#song2 {
	width:162px;
	height:248px;
	text-align:center;
	position:absolute;
	top:0px;
	left:160px;
}
#song3 {
	width:162px;
	height:248px;
	text-align:center;
	position:absolute;
	top:0px;
	left:325px;
}
#song4 {
	width:162px;
	height:248px;
	text-align:center;
	position:absolute;
	top:0px;
	left:490px;
}
.gallery tr td {
	width:200px;
	height:200px;
	text-align:center;
}
.gallery tr td img {
	border:1px solid #999;
	padding: 2px;
	background-color: #FFF;
}
.gallery tr td a:hover img {
	background-color: #0066FF;
}
/* 
	-----------------------------------------------------------------------------
	Contact CSS
	-----------------------------------------------------------------------------*/
	#opening-hours {
		float: right;
		text-align: left;
	}
	#opening-hours table {
		margin-right: 50px;
	}
	#opening-hours h2 {
		padding-left: 35px;
	}
	.input {
		border: 1px solid #999;
		font-size: 12px;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		padding: 2px;
		margin: 2px;
	}
	.input option {
		padding-left: 3px;
	}
	.input optgroup {
		padding-left: 3px;
	}
	.input optgroup option {
		padding-left: 15px;
	}
	.select {
		border: 1px solid #999;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		padding: 0px;
		margin: 2px;
	}
	.label {
		color: #666;
		padding-right: 3px;
		text-align: right;
	}
	.optional {
		font-size: 9px;
		color: #999;
		padding-left: 3px;
	}
	.button {
		background-color: #777;
		border-color: #CCC #555 #555 #CCC;
		border-style: solid;
		border-width: 1px;
		color: #FFFFFF;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		margin-left: 2px;
		padding: 2px 10px 2px 10px;
		text-align: center;
		cursor: pointer;
	}
	.inlineButton {
		background-color: #777;
		border-color: #CCC #555 #555 #CCC;
		border-style: solid;
		border-width: 1px;
		color: #FFFFFF;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		font-size: 12px;
		margin: 2px 0px;
		padding: 2px 10px 1px 10px;
		text-align: center;
		cursor: pointer;
	}
	#google-map {
		width: 627px;
		height: 400px;
		border: 1px solid #DAAB00;
	}
	.amend {
		border: 1px solid #669900;
		background-color: #DBF08B;
		padding: 5px;
		text-align: center;
	}
	/* 
	-----------------------------------------------------------------------------
	FAQ CSS
	-----------------------------------------------------------------------------*/
	.faq .q {
		color: #004B27;
		text-align: right;
		padding-right: 3px;
	}
	.faq .a {
		color: #DAAB00;
		text-align: right;
		padding-right: 3px;
	}
	.faq td {
		padding-top: 10px;
	}
/*
-----------------------------------------------------------------------------
FOOTER CSS
-----------------------------------------------------------------------------*/
#back-to-top {
	text-align: right;
	font-size: 9px;
	padding: 0px 0px 0px 0px;
}
#back-to-top a {
	color: #999;
}
#footer-menu {
	
	text-align:center;
}
#footer-menu li {
	display: inline;
	padding: 0px 5px;
}
#footer-menu a {
	text-decoration: none;
	
	
	
}
#footer-menu a:hover {
	text-decoration: underline;
}
#footer-menu2 {
	
	text-align:center;
	color:#000000;
}
#footer-menu2 li {
	display: inline;
	padding: 0px 5px;
}
#footer-menu2 a {
	text-decoration: none;
	font-size:7px;
	color:#333;
}
#footer-menu2 a:hover {
	text-decoration: underline;
}
address {
	font-size: 14px;
	text-align: center;
}
address span {
	padding-left: 10px;
}
#bright-site {
	position: relative;
	text-align: center;
	color: #666;
	margin-top: 10px;
	font-size: 11px;
}
#bright-site a {
	color: #004B27;
	text-decoration: none;
}
#bright-site a:hover {
	color: #000;
}
