* {margin:0; padding:0;}
html, body{height:100%;} 
body {
	margin: 0px;
	font-size:18px;
	color:#E0D1C1;
	background-color: #9B8E71;
	font-family: Papyrus, "Times New Roman", "Arial Narrow";
}
#content{
position: relative;
	width: 1000px;
        min-height: 768px;
        height: 768px;
	margin-right: auto;
	margin-left: auto;
	background-color: #220F03;
	background-image: url(../images/bkgnd_tiled.gif);
	background-repeat: repeat;

}
html>body #content { 
  height: auto;
}
#navcontainer{
	background-color: #220F03;
}
#footer {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #3C2114;
	padding-top: 12px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#DCCBB8;
	font-size: 0.6em;
}
#footer a:hover {
color:#FFFFFF;
}


#left {
	position:relative;
	float:left;
	padding-right:5px;
	width:200px;
	padding-top: 10px;
	padding-left: 5px;
}
#main {
	position:relative;
	top: 0px;
	left: 0px;
	width: auto;
	padding-top: 10px;
	float: left;
	padding-right: 5px;

}
#main a:link, #main a:visited, #main a:active{
	color:#CCCCCC;
	text-decoration:none;
}
#main a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#header {
	height: 50px;
	padding-top: 15px;
}
#logo_header {
	padding-top: 5px;
}

#logo_page {
	background-image: url(../images/lake_effect.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 31px;
	margin-left: 5px;
}

.clear {
clear: both;
}

.artist-desc{
font-size:10px;
}
.max400 img{
max-width:400px;
}
#searchresults {
	font-size:14px;
}
.floatleft {
	float: left;
}

/* top menu */
#navlist {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #005D60;
	border-bottom-color: #005D60;
	padding-top: 3px;
	padding-bottom: 3px;

}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#navlist a:link, #navlist a:active, #navlist a:visited {
	text-decoration:none;
	color:#DCCBB8;
	font-weight: bold;
	font-size: .9em;
}
#navlist a:hover {
color:#FFFFFF;
}


.highlight {
color:#ff0000;
}
