/* CSS Document */
a:link { 
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
	}
a:visited { 
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
	}
a:hover { 
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
	}
a:active { 
color:#FFFFFF;
text-decoration:none;
font-weight:bolder;
	}
	
div.small{
color:#dad9d9;
font-size:12px;
font:Arial, Helvetica, sans-serif;
}


#navlist
{
width: 313px;
/* to display the list horizontaly */

height:66px;
font-family: sans-serif;
margin: 0 0 0 0;
padding: 0;
border-top: 0px #000 solid;
border-left: 0px #000 solid;
border-right: 0px #000 solid;
}

#navlist li
{
height:66px;


display: inline;
/* for IE5 and IE6 */

}


#navlist a
{
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #424d3f;
text-align: left;
text-decoration: none;
color: #FFFFFF;
}


#navlist a:hover { background-color: #936136; }

#navlist a:visited { color: #FFFFFF; }

table.border {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c8c5b6;
	border-bottom-color: #c8c5b6;
}
table.border0 {
	border-left-width: thin;

	border-left-style: solid;

	border-left-color: #c8c5b6;

}
.small{
	font-size: 8px;
	font-style: italic;
}
.artist{
color: #b25b53; font-size: 14px; font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; line-height: 16px;
}body {
	font-family: "font-family: Helvetica", Arial, Geneva, SunSans-Regular, sans-serif;
	background-color: #606d5d;	
}
.event{
line-height: 16px;
}

.imageBorder{
	border-top: medium solid #FFFFFF;
	border-right: medium solid #FFFFFF;
	border-bottom: thick solid #FFFFFF;
	border-left: medium solid #FFFFFF;
}


/* side menu */
#navcontainer { width: 240px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #424d3f;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #aa6d3e;
color: #fff;
}

.small{
font-size:small;
}