/*		catalog.css		*/


html
{
	background-color: maroon;
}
body 
{
	margin-bottom: 30px;
	font-family: Verdana, Arial, Sans-Serif;
	text-align: center;		/* not to center text, but to center pagewrap 
block in IE */
	background-color: maroon;
	background-repeat: repeat-y;
}

/* this div wraps everything on the page so that we can center the 
content, regardless of browser width */
#pagewrap
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* the site title helps search engines index your site, 
	but doesn't show up on the screen (unless the browser doesn't know 
CSS) */
#sitetitle
{
	display: none;
}

/*========================
navigation menu
========================*/
div.navmenu
{
	width: 688px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}
div.navmenu li
{
	display: block;
	float: left;
	height: 43px;
	text-align: center;
	padding: 0;
	margin: 0;
}
div.navmenu a:link,
div.navmenu a:visited,
div.navmenu a:active

{
	display: block;
	width: 172px;
	height: 43px;
	padding-top: 8px;
	font-size: 24px;
	background-image: url("woodButton.gif");
	background-repeat: no-repeat;
	color: white;
}
div.navmenu a:hover
{
	background-image: url("woodButtonReverse.gif");
}

/*========================
artist
========================*/
.artist
{
	clear: both;
	float: left;
	width: 350px;
	margin-right: 25px;
	margin-left: 2%;
	margin-bottom: 30px;
	padding: 10px;
	border: 2px ridge;
	color: Black;
	background-color: #ff9900;
}
.artist h2
{
	text-align: center;
	font-size: xx-large;
	color: maroon;
}
.artist h3
{
	text-align: center;
	font-size: x-large;
	color: black;
}

.artist .photobox
{
         clear: both;
         text-align: center;
         width: 330px;
         margin-top: .5em;
         margin-bottom: .5em;
         margin-left: auto;
         margin-right: auto;
}
.artist .photobox img
{
         max-width: 100%;
         border: 1px solid black;
}

div.album
{
         float: left;
         width: 55%;
}


div.thumbnail
{
 	float: left;
	position: relative;
	width: 
	margin-bottom: 30px;
	margin-left: 2%;
	border: 2px ridge;
	color: Black;
	padding: 10px;
	background-color: #ff9900;
}
}
