body { background: #4e3427;
       font-size: small; font-family: Verdana, Arial, Helvetica, sans-serif; 
       color: #000; text-align: center; margin: 0px 0px 0px 0px; }
       
a:link { color: #000; text-decoration: underline }
a:visited { color: #000; text-decoration: underline }
a:hover { color: #000; text-decoration: none } 
a:active { color: #000; text-decoration: none } 

h3 { font-family: Verdana, Arial, Helvetica, sans-serif;
     color: #401600;
}

#wrapper {
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 640px;
	background: #37251b;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#header {
	margin: auto;
	padding: 0px;
	width: 640px;
}

.headerimg {
	background-image:url('../img/header.jpg');
	background-repeat:no-repeat;
	background-position: center;
	height: 150px;
	top: 0px;
}

.link {
	margin: 0px;
	padding: 0px;
	width: 640px;
	text-align: center;
}
	
.link ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 7pt;
} 

.link li {
	float: left;
	margin: 1em;
} 

#header a {
	color:#c69e8a;
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
	color:#fff; 
}

#main {
	margin: 0;
	float: left;
	width: 470px;
	background: #37251b;
}

#albums { 
	margin: 0;
	float: left;
	width: 150px;
	background: #37251b;
	font-size: x-small;
}

#footer {
	clear: both;
	color:#fff;
	text-align: center;
	width: 640px;
	font-size: x-small;
}

.footerimg {
	background-image:url('../img/footer.jpg');
	background-repeat:no-repeat;
	background-position:center; 
	height: 65px;
}
	

#footer a {
	color:#c69e8a;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color:#fff; 
}

.bgmain {
	width: 458px;
	background-color: #ffffff;
	padding: 4px;
}

.bgalbums {
	width: 160px;
	background-color: #ffffff;
	padding: 2px;
	font-size: x-small;
}

br.album
{
line-height: 5px;
}

p.right
{
text-align: right;
}

p.left {
text-indent: 0.4cm;
}

span.highlight {
background-color:white;
}

hr {    
width: 30%;
color: #421500;
height: 1px;
text-align: center;
}