
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#B39D00;
	text-decoration:none;
}
a:hover {
	color:#EBCE02;
	text-decoration:none;
}

/* body */
body {
	background:#343D38;
	color:#5F5F5F;
	font:0.8em "trebuchet ms", helvetica, sans-serif;
	text-align:center;
}

/* container */
#container {
	background:url('images/background_plate.jpg') no-repeat;
	height:630px;
	left:50%;
	margin:-265px 0px 0 -380px;
	position:absolute;
	top:45%;
	width:760px;
	text-align:left;
}

/* navigation */
#navigation {	
	height:29px;
	padding-left:50px;
	width:696px;
	margin-top:154px;
}
#navigation ul {
	list-style:none;
}
#navigation ul li {
	float:left;
	height:29px;
	list-style:none;
	width:60px;
}
#navigation ul li a {
	color:#111;
	display:block;
	height:29px;
	line-height:26px;
	padding:0px 0 0;
	text-align:center;
	width:60px;
}
#navigation ul li a:hover {
	background:url('images/navigation.gif') repeat-x;
	color:#B39D00;
}
#navigation ul li a.active {
	background:url('images/navigation.gif') repeat-x;
	color:#B39D00;
}

/* content */
#titlebar {
	height:92px;
}

#content {
	height:320px;
	overflow:auto;
	padding:15px 55px;
	width:620px;
}
#content-bg {
	height:320px;
	overflow:auto;
	padding:15px 55px;
	width:620px;
	background:url('images/bg_harmonium.jpg');
	background-position:center;
	background-repeat:no-repeat;
}
#content-songs {
	height:320px;
	overflow:false;
	padding:15px 55px;
	width:620px;
}
#content-gallery {
	height:320px;
	overflow:false;
	padding:18px 64px;
	width:635px;
	position:static;
}
#content-thumbnails {
	height:350px;
	padding:0px;
	width:635px;
	margin-top:30px;
	margin-left:118px;
}
#content-tables {
	height:320px;
	padding:-17px;
	width:605px;
	margin-top:28px;
	margin-left:20px;
}
#content-tables ul {
	list-style:none;
}
#content-tables ul li {
	float:left;
}
#content h1 {
	color:#333;
	font-size:160%;
	padding-bottom:7px;
}
#content quote  {
	font-style:italic;
}
#image-left {
	color:#333;
	float:left;
	margin:5px;
	margin-right:25px;
}
#image-right {
	color:#333;
	float:right;
	margin:5px;
	margin-left:25px;
}
html {
	height: 100%;
}
	
#flashcontent {
	height: 100%;
}

/* table */

table.table
{ text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 600px;
padding:5px;
background-color: #fafafa;
border: 1px #659672 solid;
border-collapse: collapse;
border-spacing: 0px; } 

table.helpT
{ text-align: center;
font-family: Verdana;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 400px;
padding:30px;
background-color: #fafafa;
border: 1px #659672 solid;
border-collapse: collapse;
border-spacing: 0px; }

td.header
{ border-bottom: 2px solid #659672;
border-left: 1px solid #659672;
background-color: #ACC4B0;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
padding:0px;
color: #404040; }

tr.row
{ border-bottom: 1px solid #ACC4B0;
border-top: 0px;
border-left: 1px solid #ACC4B0;
border-right: 0px;
text-align: left;
/*text-indent: 10px;*/
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
color: #404040;
background-color: #fafafa; }

td.td
{ border-bottom: 1px solid #ACC4B0;
border-top: 0px;
border-left: 1px solid #ACC4B0;
border-right: 0px;
text-align: left;
/*text-indent: 10px;*/
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 11px;
padding:3px;
color: #404040;
background-color: #fafafa; }


/* gallery */
div.img
  {
  margin: 2px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 2px solid #B39D00;
  }
div.img a:hover img
  {
  border: 2px solid #EBCE02;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }


/* footer */
#footer {
	color:#fff;
	height:20px;
	padding-left:33px;
	text-align:right;
	position:absolute;
	top:555px;
	right:35px;
	width:696px;
}
#footer a {
	color:#B39D00;
}

#footer a:hover {
	color:#EBCE02;
}
