/* Begin Main-Layout */
*{
	/*margin:0;*/
	padding:0;
}

body {
	behavior: url(csshover.htc); /* call hover behaviour file */
	background:#606060;
	color:#444;
	font:small arial,verdana,sans-serif;
	text-align:center;
	margin: 0;
}

.page {
	background:#F1EDE2;
	margin:0 auto;
	text-align:left;
	width:858px;
	}

#content {
	margin: 0 20px 0px 20px;
	padding: 2em 1em 1em 1em;
	}

#content ul {
	margin-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
	
#sidebar {
	float:left;
	margin:0 0 20px 20px;
	width:220px
	}

#footer {
	border-top:1px solid #ddd;
	clear:both;
	margin:0 20px;
	padding:0 0 5px 0;
	text-align:center;
	font-size: 75%
	}

/* End Main-Layout */

/* Begin Header */
h1 {
	background:#800;
	font:1.9em "trebuchet ms",arial,sans-serif;
	padding:20px 20px 0 20px;
	margin: 0;
	color: #fff;
	}
	
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover{
	text-decoration:none;
	color:#fff
	}

.description {
	background:#800;
	color:#fff;
	font:1.3em "trebuchet ms",arial,sans-serif;
	padding:0 20px 5px 20px
	}

#header {
	margin: 0;
}

#header ul{
	background:#700;
	border-bottom:1px solid #600;
	border-top:1px solid #600;
	padding:5px 20px;
	margin: 0;
}

#header ul li {
	display:inline;
	padding:0 30px 0 0;
}

#header ul li a:link, #header ul li a:active, #header ul li a:visited {
	color:#fff;
	font:.9em "trebuchet ms";
	text-decoration:none;
	text-transform:uppercase;
}

#header ul li a:hover {
	color:#000;
	background-color: #fff;
	font:.9em "trebuchet ms";
	text-decoration:none;
	text-transform:uppercase;
}
/* End Header */

n/* Begin CSS Popout Menu */

#menu{
width:858px;
float:left;
margin-bottom: 10px;
}

#menu a, #menu h2{
font:bold 11pt arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2 {
color:#fff;
background:#700 url(pics/plus.gif) no-repeat 100% 100%;
}

#menu a{
background:#700;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#fff;
}

#menu a:hover{
color:#000;
background:#fff;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:143px;
}

#menu ul.long{
list-style:none;
margin:0;
padding:0;
float:left;
width:230px;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

.title {
	text-align: center;
}

p.note {
	margin-top: 0px;
	font-size: 60%;
	font-style: italic;
}

p.verse {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 75%;
}

.songtitle {
	margin-bottom: 0px;
}

.nospaces {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.notop {
	margin-top: 0px;
}

.nobottom {
	margin-bottom: 0px;
}

.nolist {
	list-style: none;
}

br.leftwrap {
	clear: left;
}

img.about {
	width: 135px;
	height: 175px;
	float: left;
	padding-right: 5px;
}

img.wrapleft {
	float: left;
	padding-right: 1em;
}

img.wrapright {
	float: right;
}

img.titleright {
	float: right;
	padding-top: 8px;
	padding-right: 5px;
}

img.fit {
	width: 100%;
}

table.players {
    border: black solid thin;
    border-spacing: 0px;
    border-collapse: collapse;
}

table.players th {
    font-weight: bold;
    border: 1px solid black;
    padding: 0.1em 0.5em;
}

table.players td {
    border: 1px solid black;
    padding: 0.1em 0.5em;
}

