@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color: #C5C5C5;
	background-image: url(../client_area/backgrounds/mountainsong-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 } 

 
#pagewidth{
	width:850px;
} 
/*#menu {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.ie #menu {
	margin-bottom: 0px;
}
*/ 
#header{
	position:relative;
	height:168px;
	width:100%;
	background-repeat: no-repeat;
	background-position: right bottom;
} 
 
#leftcol{
	width:200px;
	float:left;
	color: #CBB176;
	padding-top: 200px;
 }
#slides {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

 
#maincol{
	margin-left: 201px;
	margin-top:41px;
	color: #473F3C;
	width:652px;
	background-image:url(../client_area/backgrounds/mountainsong-background_middle.jpg);
	background-repeat:repeat-y;
}
 
#content {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2F2A28;
	margin-left:20px;
	width:90%;
}

#content a:link, #content a:visited, #content a:active {
	color: #2F2A28;
	text-decoration:none
}
#content a:hover {
	text-decoration:underline
}

#info {

color:#333333;
font-size:10px;
text-align:center;
margin-top: 10px;
}
#info a:link,  #info a:active, #info a:visited {
color:#333333;
/*
font-size:12px;
*/
text-decoration:none;
}
#info a:hover{
color:#999999;
}

#artist-drop{
	width: 190px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#artist-drop select {
	font-size:12px;
	width: 190px;
	color: #000000;
	background-color: #789CC0;
}
#content p {
	line-height: 1.2em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.mybutton
{
	color: #2F2A28;
	border: 2px outset #312927;
	background-color: #ffffff;
	font-weight: bold;
	font-size: 0.9em;
} 
