html {
	height:100%;
}

body {
	font-family:alice,georgia,serif;
	margin:0;
	padding:0;
	text-align:center;
	/*background-image:url("images/violin-light-grey.png");
	background-position:right -20%;
	background-repeat:no-repeat;*/
	background-color:#df7a10;
	background-image:url("images/WoodFine0015_S.jpg");
	height:100%;
}

.right {
	float:right;
	display:block;
}

.left {
	float:left;
	display:block;
}

.clear {
	clear:both;
}

div#holder {
	margin:0 auto;
	text-align:left;
	width:900px;
	border-right:20px #E2A258 solid;
	border-left:20px #E2A258 solid;
	background-color:#FFEEC9;
	position:relative;
	min-height:900px;
}

div#menu-holder {
	width:300px;
	float:left;
}

	div#menu-scroll {
		width:300px;
		height:521px;
		background-image:url("images/scroll1_300_1t.png");
	}
		
	/*div#menu-items-holder {
		position:absolute;
		text-align:right;
		left:110px;
		top:75px;
		width:200px;
		line-height:35px;
	}
	
	a.menu-item {
		display:block;
		text-decoration:none;
		color:#E58718;
		font-size:20px;
		font-weight:bold;
	}
	
	a.menu-item:hover {
		color:#AE410C;
		border-bottom:1px #E58718 solid;
	}
	
		a#menu-home {
			position:absolute;
			top:0;
			left:0;
			text-align:left;
		}
	
		a#menu-about {
		}
	
		a#menu-gallery {
		}
	
		a#menu-location {
		}
	
		a#menu-contact {
		}
	
		a#menu-links {
		}*/
	
	a.menu-item {
		position:absolute;
		display:block;
		text-decoration:none;
		color:#E58718;
		font-size:20px;
		font-weight:bold;/*
		border-bottom:1px white solid;
		border-top:1px white solid;*/
	}
	
	a.menu-item:hover {
		color:#AE410C;
		border-bottom:1px #E58718 solid;
	}
	
		a#menu-home {
			left:200px;
			top:75px;
		}
	
		a#menu-composition {
			left:190px;
			top:105px;
		}
	
		a#menu-performance {
			left:190px;
			top:135px;
		}
	
		a#menu-knotwork {
			left:200px;
			top:165px;
		}
	
		a#menu-workshops {
			left:210px;
			top:195px;
		}
	
		a#menu-reviews {
			left:230px;
			top:225px;
		}
	
		a#menu-gigs {
			left:250px;
			top:255px;
		}
	
		a#menu-links {
			left:270px;
			top:285px;
		}

div#main-content {
	width:550px;
	float:left;
	padding:20px;
	margin-left:10px;
}
	
	div#main-content a {
		color:#AE410C;
		text-decoration:none;
	}
	
	div#main-content a:hover {
		color:#E58718;
		text-decoration:underline;
	}

	h1 {
		font-family:alice,georgia,serif;
		border-bottom:10px #E2A258 solid;
		padding:10px 0 10px 10px;
		color:#390D08;
	}
	
	h3 {
		margin:10px 0 0 0;
		font-size:20px;
		padding:0 20px;
		font-weight:normal;
	}
	
	div.text-content {
		padding:0 0 10px 0;
		margin-top:10px;
	}
	
		div.text-content p {
			margin:0;
			text-align:left;
			padding:10px;
			font-size:16px;
		}
		
		img.text-image {
			margin:10px;
			max-width:250px;
			max-height:500px;
		}
			
		div.text-content h2 {
			font-size:18px;
			font-weight:bold;
			font-family:alice,georgia,serif;
			margin:10px 0 0 0;
			padding:0;
		}
		
		div.text-content blockquote {
			margin:10px;
			padding:10px;
			background-color:#FFD993;
			color:#666666;
			line-height:16px;
			border-radius:5px;
		}
		
			div.ldquo {
				font-size:32px;
				width:20px;
				height:32px;
				color:#AE410C;
				float:left;
				line-height:32px;
			}
			
			div.cite {
				text-align:right;
				margin-top:10px;
				color:#333333;
				font-size:14px;
			}
			
		div.links-text {
			padding-left:10px;
			line-height:22px;
		}
		
		img.big-image {
			display:block;
			margin-top:30px;
			margin-left:10px;
		}
		
		div#player-holder {
			margin:10px 0 0 5px;
		}
		
		ul#gigs-holder {
			padding-left:10px;
			line-height:22px;
		}
		
		div#calander-holder {
		
		}
		
		div.buy-button-holder {
			text-align:center;
		}

		div.badge-holder {
			margin:10px;
		}
				
			
div#footer-space {
	height:25px;
	width:100%
}
			
div#footer {
	position:absolute;
	height:25px;
	bottom:0px;
	text-align:center;
	left:0;
	font-size:12px;
	color:#666666;
	width:100%;
}

	span.footer-separator {
		margin:0 10px;
	}
	
	a.footer-link {
		color:#666666;
		text-decoration:underline;
	}
	
	a.footer-link:hover {
		text-decoration:none;
	}

















