/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
a {
	text-decoration: none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* STRUCTURE */
.clear {
	clear: both;
}
#container {
	width: 775px;
	margin: 10px auto;
}
div#menutree {
	padding: 1em 0;
}
div#menutree li {
	float: left;
	padding: 0 50px 0 0;
}

#summary {
	float: left;
	width: 325px;
}

#content {
	float: right;
	width: 430px;
}
ul.artist {
	margin: 10px 0 0px 0;
}
ul.artist li.preview {
	float: left;
	width: 150px;
}
ul.artist li.text {
	float: right;
	width: 260px;
}
/* STYLE */
body
{
	background: #fff url('/gfx/bg.gif') no-repeat fixed top right;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
p {
margin: 0 0 1em 0;
}


div#summary li {
list-style: disc;
}

strong {
font-weight: bold;
}
em {
font-style: italic;
}

div#menutree a {
	color: #7a7a7a;
	font-size: 13px;
}
div#menutree li {
	background: #fff url('/gfx/list_foot.gif') no-repeat scroll top right;
}
div#menutree li#L1,
div#menutree li#L3,
div#menutree li#L5 {
	background: #fff url('/gfx/list_foot2.gif') no-repeat scroll top right;
}

h1,
h2 {
	font-size: 15px;
	color: #535353;
	border-bottom: 1px solid #bcbcbc;
	padding: 0 0 4px 0;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 14px;
	color: #535353;
}
a {
	color: #000;
}
#foot {
	border-top: 1px solid #bcbcbc;
	margin: 20px 0;
	padding: 10px 0 0 0;
}
#foot p {
	color: #b1b1b1;
	font-size: 10px;
}
#foot p a {
	color: #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
}