* { 
	margin: 0;
	padding: 0;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}


body {
	background: #ccc url(http://brainwashed.com/industrial/images/irlogo.gif) no-repeat 10px 10px;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 120px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}


div {
	}
	
h1, .artistHeader {
	font-size: 18px;
	text-transform: uppercase;
	}
	
h2, .titleheader {
	font-size: 14px;
	}
	
h3 {
	font-size: 12px;
	}
	
p {
	padding-bottom: 16px;
}


ol, ul {
	margin-left: 25px;
	padding-bottom: 12px;
}

a {
	color: #0000cc;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}

#paddenbody img {
	margin: 0 0 10px 10px;
}


