/* Content bg is the blackish rectangle containing the main navigation */

#contentbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 682px;
	height: 274px;
	font-size: .689em;
	background-color: #12182d;
	color: #ffffff;
}

#contentbg 	ul {
	padding: 4px 0 0 330px;
}

#contentbg		ul li {
	margin-right: 20px;
}

#contentbg	ul li	a.hilight {
	color: #dc1c58;
}

#contentbg a {
	text-decoration: none;
	color: #ffffff;
}

#contentbg a:visited {
	text-decoration: none;
	color: #ffffff;
}

#contentbg a:link {
	text-decoration: none;
	color: #ffffff;
}

#contentbg a:hover {
	text-decoration: none;
	color: #0097b5;
}

/* Content fg is the forward white box contining the bulk of the content */

#contentfg {
	position: absolute;
	top: 24px;
	left: 24px;
	background-color: #ffffff;
	width: 976px;
	min-height: 776px;
}

/*
 REMOVING THIS CURES SMALL SCREEN PROBLEMS - BUT MAY KNOCK ON TO IE6?
	height: 776px;

	z-index : 10;
	display: block;

*/

/* Header is the main banner with the logo. The height of this varies with home page and other pages */

#header {
	background: #f2f3f4 url(/resources/images/allbanner.gif) no-repeat;
	width: 976px;
	height: 56px;
}

/* Centralarea is the main bulk of the content. It needs to be fixed to allow the header bg to flow underneath */

#centralarea {
	left: 0px;
	top: 56px;
	width: 976px;
}

/*	position: absolute;  :::: THIS FIXED THE WHITE BLOCK NOT FLOWING PROBLEM !!! */

/* The list of artist names in the left column */

#artists {
	width: 108px;
	float: left;
}

#artists 	ul {
	margin: 25px 0 0 0;
	color: #7d808d;
	font-size: .689em;
}

#artists		ul li {
	font-size : .82em;
	line-height: 16px;
}


#artists a {
	text-decoration: none;
	color: #7d808d;
}

/*
#artists a:visited	{ text-decoration: none; color : #7d808d;}
#artists a:link		{ text-decoration: none; color : #7d808d;}
#artists a:hover	em	{ text-decoration: none; background : #f2f3f4; color : #7d818e; }
#artists a:hover	em	{  background : #f2f3f4; color : #7d818e; }
*/

#artists a:hover	em {
	color: green;
	cursor: pointer;		/* For IE */
}

#artists	ul li	a.hilight {
	color: #000;
}

#artists 	ul li.heading {
	padding-left: 17px;
	margin-bottom: 10px;
	background: #f2f3f4;
	color: #7d818e;
	width: 63px;
	display: block;
}

#artists 	ul li.adminheading {
	padding-left: 17px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f2b3b4;
	color: #7d818e;
	width: 63px;
	display: block;
}

#artists	em {
	padding-left: 17px;
	width: 83px;
	display: block;
	font-style: normal;
	line-height: 10px;
	padding-bottom : 6px;
}
#maindisplay	p	{
	margin-top: 6px;
	line-height: 20px;
	color : #434449;
	font-size: .8em;
}


#maindisplay {
	width: 868px;
	float: left;
	font-size: .9em;
}

#maindisplay	h4 {
	font-weight: bold;
	font-size: 1.1em;
}

#maindisplay	ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

#maindisplay li {
	
}

/*	margin-left: 17px;*/
