* { 
	margin: 0;
	padding: 0;
	font: 11px Garamond, Times, Times New Roman, serif;
}


body {
	background: #cc9966 url(http://brainwashed.com/padden/images/reeldance.jpg) no-repeat 0 0;
	background-attachment: fixed;
	color: #000;
	margin: 100px 0 0 300px;
	width: 600px;
/*
	margin: 0 auto;
*/
	}

#paddenbody {
}


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


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

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

a:hover {
	text-decoration: underline;
	}

i, em {
	font-style: italic;
}

b {
	font-weight: bold;
}

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


