* { 
	margin: 0;
	padding: 0;
}


body {
	background-color: #991b1e;
	background: #991b1e url(http://brainwashed.com/jb/images/bg-lines_02b.gif) no-repeat 0 0;
	background-attachment: fixed;
	color: #fff;
	margin: 93px 0 0 102px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

body, td, li {
	font: 12px arial, verdana, sans-serif;
}

#jbbody {
}


div {
	}

a {
	color: #66ff99;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
		
h1, .artistHeader {
	font-size: 24px;
	text-transform: lowercase;
	font-weight: normal;
	}
	
h2, .titleheader {
	font-size: 18px;
	}
	
h3 {
	font-size: 12px;
	text-decoration: underline;
	}
	
p {
	padding-bottom: 16px;
}


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

