body {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	background: url("images/bg_body.gif") top left no-repeat #999;
	font-family: arial, verdana, sans-serif;
	font-size: 76%;
	color: #000;
	min-height: 1000px;
}

#container {
	position: absolute;
	top: 170px;
	left: 212px;
	background-color: #ccc;
	border: 1px dashed;
	width: 540px;
	min-height: 400px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#main {
	float: right;
	width: 520px;
	margin-top: 10px;
	padding: 0;
}

.sidebar {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 0 10px 10px 0;
	text-align: center;
border-right: 1px dashed #888;
border-bottom: 1px dashed #888;
font-size: .9em;
}

/*img.feature, img.artists {
	left: 0px;
	border: 0;
	display: inline;
	padding: 0 0 10px 0;
}*/

img.news, img.feature {
	float: left;
	margin: 5px 10px 10px 0;
	border: 1px solid;
}


dl.release img {
	border: 1px solid;
}

dl.release dt {
	float: left;
	margin: 0 15px 10px 0;
}

dl.release dd {
	font-weight: bold;
}

dl.release {
	clear: left;
}

h3.news {
	border-top: 1px dashed #666;
	padding-top: 10px;
	clear: left;
}

h1 {
	width: 140px;
	height: 26px;
	background: url("images/logo_filterusr.gif") top left no-repeat #CCC;
	text-indent: -5000px;
	float: right;
	margin: 10px 5px;
	padding: 0;
}

h2 {
	font-size: 1em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 1em;
	color: #741B1B;
	margin: 10px 0;
	padding: 0;
}

h5 {
	color: #444;
	clear: left;
	font-size: .9em;
	font-weight: normal;
	margin: 0;
	font-weight: bold;
}

blockquote {
	color: #741B1B;
}

p {
	line-height: 1.5em;
}

.sidebar p {
	color: #741B1B;
	text-align: center;
	padding: 0;
	margin: 5px 0 0 0;
}

p.news_link {
	text-align: right;
}

p.news_link img {
	margin: 0 0 0 3px;
}

p.clear {
clear: left;
}

/*NAVIGATION BAR
*********************/
ul#nav_primary {
	list-style: none;
	margin: 30px 0 10px 0;
	padding: 0 0 20px 8px;

}

ul#nav_primary li {
	display: inline;
	margin: 0;
	position: absolute;
	height: 26px;
}

ul#nav_primary a {
	position: absolute;
	height: 26px;
	text-indent: -5000px;
	display: inline;
	margin: 0;
}

ul#nav_primary span {
	display: none;
}

a#nav_news {
	width: 75px;
	background: url("images/nav_news.gif") top left #ccc;
}

a#nav_artists {
	width: 110px;
	background: url("images/nav_artists.gif") top left #ccc;
	left: 75px;
}

a#nav_links {
	width: 86px;
	background: url("images/nav_links.gif") top left #ccc;
	left: 185px;
}

a#nav_contact {
	width: 110px;
	background: url("images/nav_contact.gif") top left #ccc;
	left: 271px;
}

a:hover#nav_news, a:hover#nav_artists, a:hover#nav_links, a:hover#nav_contact {
	background-position: 0 -26px;
}

li#current_news {
	width: 75px;
	background: url("images/nav_news.gif") 0 -26px #ccc;
}

li#current_artists {
	width: 110px;
	left: 83px;
	background: url("images/nav_artists.gif") 0 -26px #ccc;
}

li#current_links {
	width: 86px;
	left: 193px;
	background: url("images/nav_links.gif") 0 -26px #ccc;
}

li#current_contact {
	width: 110px;
	left: 279px;
	background: url("images/nav_contact.gif") 0 -26px #ccc;
}

/*ARTIST NAVIGATION
********************/

ul#nav_artists, ul.links {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

ul#nav_artists li, ul.links li {
margin: 5px 0 0 0;
}

/*ul#nav_artists a {
	display: block;
}

ul#nav_artists span {
	display: none;
}

a#nav_apof {
	height: 20px;
	width: 182px;
	background: url("images/logo_apof.gif") top left no-repeat #ccc;
}

a#nav_magnet, h3.logo_magnet {
	height: 25px;
	width: 74px;
	margin: 10px 0 0 0;
	background: url("images/logo_magnet.gif") top left no-repeat #ccc;
	text-indent: -5000px;
}

/*BUY LIST
***************/

ul.buy {
	padding: 0;
	list-style: none;
}

/*LINK STATES
*******************/

a:link {
	color: #000;
}

a:visited {
	color: #666;
}

a:hover {
	color: #741B1B;
}
