body { 
	background: #F0F0F0;
	margin: 0px;
}
body,div,span,p,td
{
	font: 12px helvetica,arial, san-serif;
	color: #474759;
}

#wrapper
{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	background-image: url(/images/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px 10px 0px 5px;
}

ul#menu {
	width: 640px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background:#F9F9F9;
	border: 1px dotted #CCC;
	border-width: 0 0 1px 0;
	position: relative;
}
div#globalnav ul#menu li {
	list-style: none;
	display: inline;
	position: absolute;
	text-align:center;
	top: 6px;
}
ul#menu li, ul#menu a {
	width: 80px;
	display: inline;

	color: #444444;	
	font:bold 9px arial, helvetica, san-serif;
	text-decoration: none;
}
ul#menu a:hover {
	color:#F60;
}
li#news { left: 80px; }
li#rels { left: 160px; }
li#arts { left: 240px; }
li#tour { left: 320px; }
li#chrt { left: 400px; }
li#bord { left: 480px; }
li#cntc { left: 560px; }


#footer {
	width: 655px;
	height: 10px;
	background: url(/images/bg_shadow_bot.gif);
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 655px;
	height: 15px;
	background: url(/images/bg_shadow_top.gif) no-repeat 0px 10px;
	margin-left: auto;
	margin-right: auto;
}

#body {
	background: url(/images/bg_grid.gif) repeat  0px 0px;
	margin: 0px;
	padding: 10px;
	min-height: 360px;
}
.item {
	background: #F9F9F9;
	height: 84px;
	padding: 2px;
	margin: 0 0 20px 0;
	border: 1px solid #EEE;
}
.sleeve {
	width: 80px;
	height: 80px;
	float: right;
	margin: 2px;
}
/*	------------------------------------------------------------------------*/
#fullItem {
	height: 304px;
}
#fullItem div, #fullItem a {
	color: #FFF;
}
#fullItem img.sleeve 
{
	width: 200px;
	height: 200px;
	float: right;
	padding: 4px 10px 10px 4px;
	background: url(/images/sleeve_shadow.png) no-repeat 0px 0px;
}
#fullItem #copy 
{
	height: 260px;
	width: 350px;
	overflow: auto;
}
#copy ul {
	list-style-image: url(/images/icon_speaker.gif);
}
#fullItem #submenu a {
	margin: 0px 10px 0px 0px;
	color: #F90;
}
#fullItem dl{
	width: 200px;
	margin: 2px 10px 2px 7px;
	float: right;
	clear: right;
}
	dt {
		font-weight: bold;
		float: left;
		font-size: 9px;
		line-height: 14px;
	}
	dd {
		list-style: none;
		float: right;
		font-size: 9px;
		line-height: 14px;
	}
	/* commented backslash hack for mac-ie5 \*/
	dt { clear: both; }
	/* end hack */
/*	------------------------------------------------------------------------*/



a:link, a:visited {
	color: #6B99B2;	
	text-decoration: none;
	font-weight: bold;
}

#fullItem a:hover,#copy a:hover,
a:hover, a:visited:hover {
	color: #FF6;
}


h2 {
	font: normal 18px arial, san-serif;
	letter-spacing: -1px;
	line-height: 0px;
}
h3 {
	font: bold 14px helvetica, arial, san-serif;
	line-height: 0px;
}


