* { 
	margin: 0;
	padding: 0;
	font: 11px "Trebuchet MS", arial, verdana, sans-serif;
}


body {
	background-color: #ffffff;
	background: #ffffff url(http://brainwashed.com/wc/images/wcbg84.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 93px 0 0 160px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#wcbody {
}


div {
	}
	
h1, .artistHeader {
	font: 22px "Monotype Corsiva", "Apple Chancery", arial, verdana, sans-serif;
	font-size: 18px;
	text-transform: lowercase;
	}
	
h2, .titleheader {
	font: 18px "Monotype Corsiva", "Apple Chancery", arial, verdana, sans-serif;
	}
	
h3 {
	font: 14px "Monotype Corsiva", "Apple Chancery", arial, verdana, sans-serif;
	text-decoration: underline;
	}
	
p {
	padding-bottom: 16px;
}


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

a {
	color: #333399;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}

#wcbody img {
	margin: 0 0 10px 10px;
	border: 1px solid #000;
}

