@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color: #A38A77;
	background-image: url();
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
 } 

 
#pagewidth{
	width: 850px;
	height: 200px;	
} 
/*#menu {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ie #menu {
	margin-bottom: 0px;
}
*/ 
#header{
	position:relative;
	height:168px;
	width:850px;
	background-repeat: no-repeat;
	background-position: top;
} 
 
#leftcol{
	width:200px;
	float:left;
	color: #FEE7BB;
	padding-top: 20px;
 }
#slides {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

 
#maincol{
	margin-left: 205px;
	color: #FEE7BB;
 }
 
#content {
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #321D1A;
}

#content a:link, #content a:visited, #content a:active {
	color: #321D1A;
	text-decoration:none
}
#content a:hover {
	text-decoration:underline
}

#info {
color:#FEE7BB;
font-size:10px;
text-align:center;
}
#info a:link,  #info a:active, #info a:visited {
color:#FEE7BB;
font-size:12px;
text-decoration:none;
}
#info a:hover{
color:#FEE7BB;
}

#artist-drop{
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#artist-drop select {
	font-size:12px;
	width: 190px;
	color: #FEE7BB;
	background-color: #291B19;
	
}
#content p {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.mybutton
{
	color: #FEE7BB;
	border: 0px outset #312927;
	background-color: #321D1A;
	font-weight: bold;
	font-size: 0.9em;
} 
