* { 
	margin: 0;
	padding: 0;
}


body {
	font: 11px Arial, Helvetica, Geneva, sans-serif;
	background: #fff url(http://brainwashed.com/tg/images/logo2006.gif) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 200px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}


div {
	}
	
p {
	padding-bottom: 16px;
}


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

a {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}

	
h1, .artistHeader {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
h2, .titleHeader {
	font-size: 14px;
	font-weight: bold;
	}
	
h3, .subHeader {
	font-size: 12px;
	font-weight: bold;
	}

