* {
	margin: 0;
	padding: 0;
}

body {
	float: center;
	background: #333 url('/images/gray_fade_bg.gif') repeat-x;
/*	font: normal 0.7em helvetica,century gothic,verdana,arial,sans-serif;*/
	font: normal 0.7em helvetica,verdana;
	color: #FFF;
	margin: 0 auto;
	width: 750px;
	padding: 20px 0 0px;
}

h1 {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #FFF;
/*color: #09C;*/
	border-bottom: solid 1px #666;
	padding: 0;
	margin: 15px 0 10px;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	color: #F00;
	padding: 0;
	margin: 15px 0 5px;
}

a:link, a:visited {
/*	color: #F00;	*/
	color: #0099FF;
	text-decoration: none;
}

a:hover, a:active {
/*	color: #F00;	*/
	color: #0099FF;
	text-decoration: underline;
}

img {
	border: 0;
}

img.icon {
	margin-bottom: -2px;
}

.right {
	float: right;
}

div#content {
	width: 750px;
	margin: auto;
	background-color: #000000;
}

div.header {
	width: 750px;
	height: 200px;
	background: url('/images/header.jpg') top center no-repeat;
/*	border-bottom: solid 1px #666;	*/
	padding: 0;
	margin: 0;
	position: relative;
}

div.navigation {
	position: absolute;
	top: 175px;
	left: 10px;
}

div.navigation a {
	color: #000;
	display: block;
	float: left;
	height: 25px;
	background-image: url('/images/navigation.gif');
	background-repeat: no-repeat;
}

div.navigation a span {
	position: absolute;
	left: -9999px;
	font-size: 0;
}

a.nav_news { width: 57px; background-position: 0px 0px; margin: 0 1px 0 0; }
a.nav_news:hover, a.nav_news:active { background-position: 0px -25px; }

a.nav_about { width: 62px; background-position: -57px 0px; margin: 0 1px 0 0; }
a.nav_about:hover, a.nav_about:active { background-position: -57px -25px; }

a.nav_brainwashed  {width: 108px; background-position: -119px 0px; margin: 0 1px 0 0; }
a.nav_brainwashed:hover, a.nav_brainwashed:active { background-position: -119px -25px; }

a.nav_myspace { width: 82px; background-position: -227px 0px; margin: 0 1px 0 0; }
a.nav_myspace:hover, a.nav_myspace:active { background-position: -227px -25px; }

a.nav_contact { width: 73px; background-position: -309px 0px; margin: 0 1px 0 0; }
a.nav_contact:hover, a.nav_contact:active { background-position: -309px -25px; }

a.nav_store { width: 60px; background-position: -382px 0px; }
a.nav_store:hover, a.nav_store:active { background-position: -382px -25px; }

div.body {
	background-color: #000;
	text-align: left;
	padding: 0px 20px;
	margin: 0;
	float: center;
	width="750px";
}

div.breadcrumb {
	margin: 15px 0 -5px;
}

div.footer {
/*	border-top:1px solid #666666;	*/
	clear: both;
	text-align: center;
	width: 750px;
/*	background: url('/images/bottom.gif') no-repeat center;	*/
	padding: 20px 0 20px;
	margin: 0;
}

div.footer p {
	color: silver;
	margin: 0;
}

div.news {
	margin: 0;
	padding: 0 0 20px 0;
	width: 460px;
	float: left;
}

div.news p {
	line-height: 140%;
	font: normal 1.0em verdana;
}

div.news img {
        border: 1px solid #666;
}

div.prints {
	margin: 0;
	padding: 0;
	width: 220px;
	float: right;
}

div.prints a {
	color: #000;
}

div.prints img {
	border: 1px solid #666;
}

div.aboutright {
	margin: 0;
	padding: 0;
	width: 220px;
	height: 400px;
	float: right;
}

div.shop {
	margin: 0;
	padding: 0;
	width: 710px;
	float: left;
}

div.shop a {
	color: #000;
}

div.shop p {
        line-height: 140%;
} 

div.shop img {
	border: 1px solid #666;
}

div.discog_item {
	margin: 10px 0;
}

div.discog_image {
	width: 75px;
	float: left;
}

div.discog_info {
	margin-left: 85px;
}

div.more {
	margin: 0;
	padding: 5px 0 0;
	clear: both;
	text-align: right;
}

div.spacer {
	margin: 0;
	padding: 0;
	height: 20px;
}
