body {
	background-color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
/* colors

E6E2AF
A7A37E
EFECCA
046380
002F2F
*/

ul {	list-style: none; }

a:link { /* color: #8C9EAA; */
	color: red;
	text-decoration: none;
	font-weight: bold; }

a:visited {
	/* color: #8C9EAA; */
	color: red;
	text-decoration: none;
	font-weight: normal; }
	
a:hover { text-decoration: none; }

#page {
  width: 95%;
  margin: 0px auto 0px auto;
  }

#header {
  height: 60px;
  /* border-bottom: 2px solid #9999FF; */ 
  background-image:url("/avalon3.png");
  background-repeat:no-repeat;
  }

#navbar {
  height: 35px;
  top:0; right:0;
  margin: 0px 5px 0px 0px;
  font: 15px Georgia, Times, serif;  overflow: hidden; 
  border-bottom: 2px solid #046380;
  }
  
#navbar li {
  float: left;  /*  padding: 0 23px 0 13px; */
  padding: 0 10px 0 10px;
  margin-right: 5px;
  }
  
#main {
  height: 450px;
  }
	
#imagebox {
   float: left; 
   width: 600px;
   /* margin: 0px auto 0px auto; */
   margin: 0 0 20px 5px; 
  padding-top: 4px;
  /* background: #DFDAC3; */
  height: 430px;
}

#mainImage {
	/* padding: 0 0 0 80px; */
	/* margin: 0px auto 0px auto; */
	}

	
#infobox {
	/* background-color: #A7A37E; */
	float: right;
	width: 220px;
	height: 498px;
	margin: 1px 0 20px 0;
	color: black;

}
.albumtitle {
	margin: 5px 0 0 10px;
	}