html {
 	min-height: 100%;
 	height: auto;
}

body {
	margin: 0; 
	padding: 0; 
	background-color: #fff;
}

#wrapper{
	width: 800px;
	min-height: 100%;
 	height: auto;
	margin: 0 auto; 
	color: #656151; 
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 90%;
}

#header {
	margin: 20px 0 0 200px;
}

#content {
	/*margin-left: 100px;*/
}

h1 {
	font-size: 300%;
	text-align: center;
	color: #401820;
}

h2 {
	font-size: 165%;
	text-align: center;
	color: #912443;
}

#content-album {
	height: 310px; 
	margin-left: 0/*150px*/;
}

#footer {
	padding-top: 10px;
	text-align: center;
}

#email {
	padding-top: 100px;
	text-align: center;
}

.disclaimer {
	font-size: 75%;
}

#mp3 {
	float: right; 
	position: relative; 
	top: 240px; 
	right: 80px;
}

#download {
	float: right; 
	position: relative; 
	top: 285px;
	left: 86px;
}

#social {
	/*float: right;*/
	
}

#thanks {
	float: right; 
	position: relative;
	top: 285px;
	left: 180px;
}

#myspace-thanks {
	float: right; 
	position: relative; 
	top: 305px; 
	left: 240px;
}

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

a:hover {
	color: #912443; 
	text-decoration: none;
}

a.img {
	border: 3px solid #401820;
}

a:hover.img {
	border: 3px solid #912443;
}

img {
	border: none;
}

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/* HLISTING */

ul.hlisting img {
display : block; 
margin-bottom : .25em; }

.hlisting img:hover {
background-color : rgb(172,172,152); }

