body
{
	margin: 0px;
	padding: 0px;
	background-color: #EFF2F3;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	background: 
}

#logo
{
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 30pt;
	font-weight: bold;
	font-style: italic;
}

#pageHeader
{
	background-color: transparent;
	overflow: hidden;
}

#pageHeading
{
	width: 100%;
	text-align: center;
	background-color: #000080;
	color: #ffffff;
	font-family: Microsoft Sans Serif, Arial, Verdana, sans-serif;
	font-size: 18pt;
	font-weight: bold;
}

.header {
	background-color: #671d1d;
	text-align: left;
	border-bottom: 0px;
}

.footer {
	color: #1010ff;
	font-size: 9pt;
}

.left {
	text-align: left;
	margin-left: 3px;
	top: auto;
}

.right {
	text-align: right;
	margin-right: 3px;
	top: auto;
}

.big {
	font-size: 20pt;
}

.bold {
	font-weight: bold;
}

.small {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 8pt;
}

.italic {
	font-style: italic;
}

.link {
	cursor: pointer;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

.menu {
	background-color: #006699;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

.menu.selected {
	background-color: #FFFF66;
	color: #000000;
}

.menu:hover {
	background-color: #003366;
	color: #ffffff;
}

#songlistContent {
	background-color: #FFFFCC;
	color: #000000;
}

#songlistHeaderRow, #songlistFooterRow {
	margin: 0px;
	padding: 0px;
	background-color: #0099CC;
	color: #FFFFFF;
}


ul.hmenu
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.hmenu li
{
	float:left;
	margin:1px;
}

ul.hmenu li.selected
{
	background-color: #98bf21;
}

ul.hmenu li a:link,a:visited
{
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}

ul.hmenu li a:hover,a:active
{
	background-color:#7A991A;
}

.content
{
	margin: 10px;
	color: #ffffff;
}

#liquid-round
{
	width:70%;
	margin:0px auto;
	background:#fff url(/assets/images/leftside.gif) repeat-y left top;
}
.top
{
	width:100%;
	height:20px;
	background:url(/assets/images/top.gif) no-repeat left top;
}
.top span
{
	display:block;
	position:relative;
	height:20px;
	background:url(/assets/images/top-right.gif) no-repeat right top;
}
.center-content
{
	position:relative;
	background:url(/assets/images/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.bottom
{
	width:100%;
	height:60px;
	background:url(/assets/images/bottom.gif) no-repeat left bottom;
}
.bottom span
{
	display:block;
	position:relative;
	height:60px;
	background:url(/assets/images/bottom-right.gif) no-repeat right top;
}

p {
	margin:0 0 1em 0;
}

