
	
body {
	margin:0px;
	font-family:arial,geneva,sans-serif;
	font-size:11px;
	background:#F2F2E6;
	color:#333;
	}

a {
	color:#646433;
	text-decoration:none;
	}

a:hover {
	color:#949466;
	text-decoration:none;
	}

table {
	font-family:arial,geneva,sans-serif;
	font-size:12px;
	color:#333;
	}







.sidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 153px; /* Width of Menu Items */
	}

.sidemenu ul li {
	position: relative;
	}
	
.sidemenu li ul {
	position: absolute;
	left: 152px; /* Set 1px less than menu width */
	top: 5;
	display: none;
	}

/* Styles for Menu Items */
.sidemenu ul li a {
	display: block;
	padding:8px 0px 8px 8px;
	text-decoration:none;
	background:#D4D4CC;
	color:#333;
	font-size:14px;
	border-top:1px solid #eee;
	border-bottom:1px solid #949466;
	border-right:1px solid #D4D4CC;	
	border-left:1px solid #eee;	
	}

/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; height: 1%; }
	* html ul li a { height: 1%; }
/* End */

.sidemenu ul li a:hover { color: #625426; background: #ddd;	text-decoration:none; } /* Hover Styles */
		
.sidemenu li ul li a { padding: 4px 0px 3px 8px;font-size:12px; } /* Sub Menu Styles */
		
.sidemenu li:hover ul, .sidemenu li.over ul { display: block; } /* The magic */









/* LOGO & BANNER (start) */	


#logo {
	background:#333;
	font-family:Arial,sans-serif;
	color:#fff;
	font-size:32px;
	padding:20px 0px 0px 0px;
	text-align:center;
	letter-spacing:3px;
	}


.logo{
	background:#333;
	}

#banner{
	padding-top:8px;
	background:#ddd;
	text-align:center;
	font-size:18px;
	letter-spacing:6px;
	color:#646433;
	}

/* LOGO & BANNER (end) */	

/* BORDERS & OVERLEAFING (start) */	

#tdv2,#tdv3,#tdv4 {
	background:#949466;
	}
#tdv2,#tdv3,#tdv4 {
	width:1px;
	}

#tdh1,#tdh2 {
	background:#949466;
	}

#tdh1,#tdh2 {
	height:1px;
	}

.ptop {
	background:#fff;
	}
/* BORDERS & OVERLEAFING (end) */	

/* SIDEBAR (start) */	

#tblsidebarbuttons{
	width:90%;
	margin-top:15px;
	}
#tdlsidebar {
	background:#D4D4CC;
	}

a.tdsidebar {
	display:block;
	padding:8px;
	text-decoration:none;
	background:#D4D4CC;
	color:#333;
	font-size:14px;
	border-top:1px solid #eee;
	border-bottom:1px solid #949466;
	border-right:1px solid #D4D4CC;	
	border-left:1px solid #eee;	
	}

a.tdsidebar:hover {
	background:#ddd;
	color:#625426;
	}

/* SIDEBAR (end) */	


/* CONTENTS */

.artistname {
	font-weight:normal;
	color:#949466;
	font-size:11px;
	text-align:left;
	}

.artistname a {
	color:#949466;
	text-decoration:none;
	}

.artistname a:hover {
	text-decoration:underline;
	}

.artistbio {
	font-size:11px;
	text-align:left;
	}


div.thumbnail {
	float:right;
	padding:5px;
	}

/* FLOATBOX */

.fb_table {
	background:#ddd;
	}

.fb_table td {
	background:#fff;
	}

.fb_title {
	font-size:12px;
	}	


#membertable {
	background:#D4D4CC;
	}
#membertable td {
	background-color:#fff;
	}



