body {
   background-image: url("../images/wallsonce.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
	background-color: black;
} 

#usable {
	width: 800px;
}

p { 
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px;
}

a:link {
	color: white;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: darkorange;
	text-decoration: underline;
}
	
div#albumArt a:link {
	color: black;
	text-decoration: none;
}

div#albumArt a:visited {
	color: black;
	text-decoration: none;
}

div#albumArt a:hover {
	color: darkorange;
}

div#albumArt img {
   height: 150px;
	width: 150px;
}

div#pageContainer p:first-letter {
	color: darkorange;
	font-size: 200%;
}

div.pageBlurb {
	/* width: 400px; the container takes care of this */
	background-color: black;
	padding: 0px 5px 0px 0px;

	color: white;
	font-family: verdana, Geneva, Arial;
	font-size: 12px;
	line-height: 120%;
}

#footer {
	width: 400px;
	padding-top: 10px;
	border-top: 1px dashed darkorange;

	color: darkorange;
	background-color: black;

	text-align: center;
	font-family: impact, fantasy, arial;
	font-size: 16px;
	line-height: 120%;
}

img.logo {
   opacity: .75;
   width: 400px;
   height: 82px;
}

div#header img {
	border: 0px;
}

#header {
	width: 400px;
	text-align: center;
	position: relative;
	left: 50px;
	margin-bottom: 20px;
}  

div.subhead {
	background: black;
	border-bottom: 1px dashed darkorange;

	padding: 5px 5px 5px 5px;

	font-size: 24px;
	font-family: arial,sans-serif;
	color: darkorange;
}

div.comments {
	border-top: 1px dashed black;
	background: grey;

	color: white;
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
}

#albumArt {
	width: 150px;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	float: right;

	background-color: gray;
	border: 2px dotted white;

	color: black;
	font-family: verdana;
	font-size: 10px;
}

#pageContainer {
	display: block;
	width: 400px;
}

